* Keyboard support for tags, glossary terms and related terms
* Keyboard support for Certification, Domain, Tier, User team select components
* FocusTrap common and first element focus
* Unit tests for useRovingFocus and FocusTrapWithContainer
* Deactivate focus trap on popover close
* Update Playwrite tests
* Address review comments
---------
Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local>
* feat: implemented microstrategy lineage & dbServicePrefix
* feat: added dbServicePrefixes support in other dashboards
* fix: test_metabase and powerbi extra code remove
* fix: python checkstyle
* refactor: added prefix support for other connectors - superset, tableau, etc
* refactor: added migration for prefix change and fix dbServicePrefixes field description
* refactor: added prefix changes in superset db source
* doc: add prefix in tableau doc
* fix: typescript files and postgres migration for prefix
* fix: moved migration in 1.8.2
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* fix: openmetadata-ui/src/main/resources/ui/package.json & openmetadata-ui/src/main/resources/ui/yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504
* Empty commit
* Fix type errors
---------
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* fix Domain inheritance issue after team removal
* add backend test and fix logic
* added playwright test
* update domain on reload
* fix test
* fix test
---------
Co-authored-by: Shrushti Polekar <shrushtipolekar@gmail.com>
* support browser language
* moved map to utils
* fixed sidebar not rendering and unit tests
* fixed localization rendering
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* fix data quality tab pagination issue
* added test
* fix re-render issue on pagination param update
* update test to create multiple test case data
* Enhance query parameter handling in TestCases and useTableFilters components
- Updated TestCases component to use brackets format for array query parameters.
- Modified useTableFilters to handle both array format and comma-separated strings for filter values.
- Removed unnecessary array to string conversion to preserve array format in query parameters.
---------
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* fix the api version endpoint page breaking due to STRING changeDescription updated
* change the logic and use same function which displayName use
* added unit test for schemaVersionUtils
* change function name to be generic
* added support for dataDisplayType diff supported for other supporting entity as well
* adde playwright test
* fix the table column selection not persisting for all action in dropdown
* added playwright test for the test
* move the utils changes to the component itself
* updated the code as the setter was not needed
* modify state name and remove unnecessary conditions
* supported rendering all suggestion on user avatar click
* fix the more count mismatched after user specific suggestion is clicked
* minor unit test fix
* supported playwright test for the changes
* fix the playwright and multiple user icon being visible on UI
* optimize code and added unit test for it
* fix the case where after more than 3 avatar, weren't able to click and fix the issue around reject suggestion
* minor update
* fix the more count in negative and last avatar with more button, accept or reject also eliminate the more button even having suggestion to fetch
* added more playwright test usecases around the issue faced while development