4809 Commits

Author SHA1 Message Date
sonika-shah
6fd5778219
Fix #21653 - Tag search based on displayName (#21722)
* Fix #21653 - Tag search based on displayName

* added test

* update test to search by classification display name

---------

Co-authored-by: shrushti2000 <shrushtipolekar@gmail.com>
2025-06-12 14:48:14 -07:00
Shailesh Parmar
269d967b2d
Fix: #21729 Test Cases Not Returned When Service Name Contains Spaces (#21737) 2025-06-12 14:47:03 -07:00
Chirag Madlani
a9d5d34fd1
fix(ui): hashlist in view blocks leftsidebar (#21740) 2025-06-12 12:38:09 -07:00
Shrushti Polekar
e2abddd0ac
Minor(ui): Close profile dropdown on redirection to user profile page (#21733)
* close dropdown on redirection

* address comment
2025-06-12 23:15:18 +05:30
Shrushti Polekar
b72dff93b8
Fix(ui): Close emoji feed editor on outside click (#21696)
* handle outside click for emoji feed editor

* added  test

* address pr comments

* address pr comments
2025-06-12 23:14:02 +05:30
Karan Hotchandani
074c2efa10
lineage: fix expand collapse operation on nodes (#21309) 2025-06-12 23:09:20 +05:30
Karan Hotchandani
16a9f48c59
generate missing types (#21725) 2025-06-12 16:31:10 +05:30
Ashish Gupta
62d91fbf2e
PLAYWRIGHT: fix the flaky delete step failing in entity and serviceEntity around bar (#21671)
* fix the delete step failing in entity and serviceEntity playwright

* remove the unwanted watcher as we already have see in alert notification

* Enhance Playwright tests by ensuring network idle state before proceeding with actions in TagClass and common utility functions.

* fix glossary version spec

* fix activity feed flaky tests

* update networkidle in visit page

* fix users flaky tests

* Refactor BulkEditEntity tests to include consistent manual wait for file loading and enhance input handling in importUtils.

* Refactor Tag tests to remove unnecessary waitForResponse calls and ensure consistent handling of page interactions.

* fix activity feed flaky tests

* fix users data stewards test

* Refactor hardDeleteEntity function to improve toast notification handling and ensure consistent alert verification.

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: shrushti2000 <shrushtipolekar@gmail.com>
Co-authored-by: Pranita <pfulsundar8@gmail.com>
2025-06-12 15:10:49 +05:30
Mohit Yadav
5430cad8bf
[MCP] Update Mcp Documents and Images (#21720)
* Update documentation

* Updated documentation

* Update Documentation

* doc change

* update description

* again try something

* update

* Update to "MCP Server"
2025-06-12 00:26:54 +05:30
Mohit Yadav
3662db05ec
Mcp Doc fixes (#21715)
* Update doc

* MCP Application

* Typo
2025-06-11 20:04:40 +05:30
Mohit Yadav
9a0f614331
[MCP] Changed MCP as an APP (#21687)
* - Added Prompts

* - Add Prompts for Search

* Embedded Server Mcp as Application

* Add MCP Application

* Fix Prompts and Tool Context

* Get Wrapped Result

* Wrapped result Fixes

* Add Assets for App

* Document Update

* Add doc

* Update Doc

* Remove Config from yaml and use app

* Add Doc
2025-06-11 16:08:42 +05:30
Teddy
c09a8b27ae
ISSUE #16676 - Add Tag to CreateTestCase (#21366)
* refactor: removed testSuite field from CreateTestCase

BREAKING CHANGE: when creating a test case, testsuite is now derived from entityLink (fetch or created)

* feat: allow setting tags when creating a test case

* style: ran linters

* fix: compiling error

* fix: failing test case

* fix: failing tests

* removed testSuite from required filed

* fixed ui side

* style: ran java linting

* deprecation: remove testSuite param from ingestion

* fix: remove test suite filed

* fix: remove test_suite field

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-06-11 09:59:08 +02:00
Karan Hotchandani
67e23ae855
fix flaky playwright (#21688) 2025-06-10 23:21:03 +05:30
Dhruv Parmar
1e9d229301
Fix (ui): Flaky Advance Search test case (#21681)
* fixed flaky advance search

* fixed advance search json searching
2025-06-10 19:49:51 +05:30
Ram Narayan Balaji
febd195bfd
#16279 Update Classification Schema to include Governance Fields - Schema and Java Implementation (#21636)
* Update Classification Schema to include Governance Fields

* Removed Tags, Reviewers, Domain from Classification as they are needed and corrected tests

* Added Permission check for owners in Classification Resource Test

* Added LoadTags.ts generated from createClassificationSchema.json

* Only have my schema changes in the typescript files, ignore other changes.

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2025-06-10 07:06:20 -07:00
Shrushti Polekar
3bda02a76b
chore(ui) : update whats new for 1.7.2 (#21676)
* update whats new

* update cookie version
2025-06-10 15:52:00 +05:30
Ram Narayan Balaji
d065d85e0a
Revert "Fix: #17584 Improve Glossary Bulk Asset Upload APIs (#21652)" (#21672)
This reverts commit 5b30aa94e2e018eb4c486d14424a5d34b2877979.
2025-06-10 11:36:42 +05:30
Ram Narayan Balaji
5b30aa94e2
Fix: #17584 Improve Glossary Bulk Asset Upload APIs (#21652)
* Fix: Remove operations and glossaryTags from bulk asset add api

* Fix: Improved the test case

* addTagToAssets schema - Removed operations field in the payload

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2025-06-10 11:09:07 +05:30
Shailesh Parmar
330c26be92
Refactor Data Quality API endpoints in Playwright tests and support classes to use consistent URL structure for test case results (#21656)
* Refactor Data Quality API endpoints in Playwright tests and support classes to use consistent URL structure for test case results

* Fix API call in TableClass to use POST method for test case results submission
2025-06-10 11:07:32 +05:30
Mohit Yadav
d1ea459a81
Queries not tableQueries (#21670) 2025-06-10 10:08:42 +05:30
Mohit Yadav
dc25350ea2
MCP Core Items Improvements (#21643)
* Search Util fix and added tableQueries

* some json input fix

* Add team and user

* WIP : Add Streamable HTTP

* - Add proper tools/list schema and tools/call

* - auth filter exact match

* - Add Tools Class to dynamically build tools

* Add Origin Validation Mandate

* Refactor MCP Stream

* comment

* Cleanups

* Typo

* Typo
2025-06-10 09:42:24 +05:30
Dhruv Parmar
40aba1d906
Fix(ui): loading issue for react-awesome-query (#21424)
* fixed loading issue for react-awesome-query

* added tests

---------

Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2025-06-09 16:08:56 -07:00
Sriharsha Chintalapani
98aff312da
Fix #21502: TooManyNestedClauses: Query contains too many nested clauses (#21505)
* Fix #21502: TooManyNestedClauses: Query contains too many nested clauses; maxClauseCount is set to 4096 error in table_search_index for complex search queries in Opensearch

* Fix #21502: TooManyNestedClauses: Query contains too many nested clauses; maxClauseCount is set to 4096 error in table_search_index for complex search queries in Opensearch

* Update openmetadata-service/src/test/java/org/openmetadata/service/resources/search/SearchResourceTest.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix mvn build

* fix checkstyle

* fix tests in SearchResourceTest

* fix tests in SearchResourceTest

* instead of wrapping baseQuery+functionScore in a new BoolQuery,use functionScore directly as the final query - avoid duplication of mult_match query

* add requestSchema fields in APIEndpointIndex, and remove array fields in searchSettings to use fuzzyfields avoiding clause explosion

* - Set fuzzyMaxExpansions/maxExpansions to 10 instead of default 50
- Turn off fuzziness (Fuzziness.ZERO) for `.ngram` fields
- Update QUERY_SYNTAX_PATTERN so only uppercase AND, OR, NOT are treated as boolean operators

* use non Fuzzy query for ngram Fields in QueryStringBuilder , remove duplication of query in should phrase

* add fuzzy/nonFuzzy Fields for each asset in searchSettings.json

* add fuzzy/nonFuzzy Fields for each asset in searchSettings.json

* update isFuzzyField function

* fix playwright

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
2025-06-09 16:07:23 -07:00
Shrushti Polekar
d11b35ccc9
chore(ui): Whats new for 1.7.2 (#21655)
* added whats new for 1.7.2

* minor refactor

* update whats new

* update whats new
2025-06-09 16:06:40 -07:00
Chirag Madlani
cb57656ae9
fix(ui): explore tabs with elipsis to render label and count properly (#21663) 2025-06-09 16:04:24 -07:00
Mayur Singal
53817c2182
Minor: Make trino query table configurable (#21665) 2025-06-09 16:03:57 -07:00
Ayush Shah
212f494ec4
Fix Japanese localization: update "view-in-service-type" translation from "{{serviceType}}에서 보기" to "{{serviceType}}で表示". (#21661) 2025-06-09 16:03:29 -07:00
Harshit Shah
4d85c6c54d
Feat #21116: Support followers for data products and domains (#21602) 2025-06-09 22:31:08 +05:30
Chirag Madlani
b018088352
fix(ui): Korean translation for glossary (#21660) 2025-06-09 09:34:20 -07:00
Ashish Gupta
77ef8ad23c
fix the primary button focus color (#21658) 2025-06-09 21:45:55 +05:30
harshsoni2024
4a3b6f4934
issue-21370: db2 custom driver installation (#21638)
* db2 custom driver installation

* pylint changes

* typo fix
2025-06-09 19:52:35 +05:30
Karan Hotchandani
4df290de60
fix tier and tag playwright for Entity.spec (#21633)
* fix playwright

* fix tier playwright

* fix tier tests

* fix tests

* fix tag test

* refactor code for fqn

* minor fix for Glossary.spec

---------

Co-authored-by: Pranita Fulsundar <pfulsundar8@gmail.com>
2025-06-09 19:34:03 +05:30
Siddhant
f30eff4dc5
Fixes #19466: Cleanup Activity Feed In Retention App (#21640)
* add activityThreadsRetentionPeriod in the DataRetentionApplication jsons

* clean up activity threads of type conversation
2025-06-09 19:22:40 +05:30
Siddhant
1511871fc1
Fixes #20142 : Add QueryParams To The Webhook Request URL (#21637)
* queryParams to the webhook request URL

* add activityThreadsRetentionPeriod in the DataRetentionApplication jsons

* clean up activity threads of type conversation

* Revert "clean up activity threads of type conversation"

This reverts commit e66ea8623be6aa1c5d07afdec04b4807eb21c7e7.

* Revert "add activityThreadsRetentionPeriod in the DataRetentionApplication jsons"

This reverts commit 4180be18a8d5e0d4fd4b3d4662df0532bb16dbed.
2025-06-09 19:21:53 +05:30
Shailesh Parmar
2e70808baa
Fix: #21649 Freshnes test is not displaying right time value (seconds vs miliseconds) (#21654) 2025-06-09 18:40:35 +05:30
dependabot[bot]
43de13d7e3
Bump webpack-dev-server in /openmetadata-ui/src/main/resources/ui (#21584)
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.15.2 to 5.2.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.15.2...v5.2.1)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-06-09 16:54:08 +05:30
dependabot[bot]
08f9a992ec
Chore(deps): Bump tar-fs in /openmetadata-ui/src/main/resources/ui (#21542)
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.2 to 2.1.3.
- [Commits](https://github.com/mafintosh/tar-fs/commits)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-version: 2.1.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-06-09 16:39:22 +05:30
Aniket Katkar
9d458cd8bc
Fix(UI): Update the file upload option input for service config (#21490)
* Update the file upload option input for service config

* Separate out the field rendering for 'uiFieldType' as fileOrInput and file.

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2025-06-09 16:19:28 +05:30
Ashish Gupta
0fb88ea0ce
remove the type not wanted in pdfLayout config (#21639) 2025-06-09 14:58:45 +05:30
Keshav Mohta
b7a7023890
Fix #20665: BigQuery - Adding billing project (#21231) 2025-06-09 13:09:40 +05:30
Dhruv Parmar
51b3984657
Fix #21517: Last user not visible || profile config icon miss aligned (#21605)
* fixed last user not visible || asginee icon || profile config plus icon misaligned

* removed assignee icon
2025-06-09 11:23:13 +05:30
Shailesh Parmar
436df10a7f
Fix: #21276 Only 3 Comments Shown by Default in Incident View (#21577)
* Fix: #21276 Only 3 Comments Shown by Default in Incident View

* fixed failing unit test

* addressing comments.
2025-06-09 11:22:18 +05:30
Ashish Gupta
78f523fd13
PLAYWRIGHT: fix the bulk action playwright flaky playwright test (#21582)
* fix the bulk action playwright flaky playwright test

* change entity and service.spec user to custom user and add a retry mechnaism for checking soft deleted entity

* try to fix alert not found issue

* remove failure

* fix bot playwright failure
2025-06-08 15:16:52 +05:30
Ashish Gupta
0890791758
#21568: fix the lineage upstream having additional nodes (#21634)
* fix the lineage upstream having additional nodes

* restrict the config value for negative number from lineage page and global setting config

* added playwrigth for lineage page config
2025-06-08 15:15:26 +05:30
Shrushti Polekar
c3eb2eab09
fix activity feed flaky test (#21635) 2025-06-07 23:53:16 +05:30
Suman Maharana
161b4a8b2a
Chore: Tableau Improvements (#21620)
* Chore: Tableau Improvements

* Added apiVersion

* linting

* Addressed Comments
2025-06-07 21:38:48 +05:30
Dhruv Parmar
407eb24baf
Fix (uI): Domain truncate issue || consistent Domain UX (#21574)
* fixed domain truncate

* improved domain ux

* fixed sonar cases

* removed unnecessary states

* addressed comments

* applied max width
2025-06-07 15:12:07 +05:30
Suman Maharana
fd88a6d449
Add: dbt tags Filter (#21628) 2025-06-07 12:25:23 +05:30
Shailesh Parmar
5fc2c90e5b
Fix: Issue related to SQL query viewer (#21627) 2025-06-06 21:33:06 +05:30
Shrushti Polekar
d4d1b3ed96
fix flaky user test (#21626) 2025-06-06 20:02:06 +05:30