* fix: search sorting on null timestamp
* skipping cypress tests for filters
* fix: use getChildAlias for ES children update/delete
* fix: add retry logic for test case resource ES
* style: ran java linting
* fix: cascade search deletion to children
* updated profilerConfig
* fix: move ES deletion to end of flow
* style: ran java linting
* chore: test mvn execution time without test case resource test
* style: fix java linting
* chore: re enable test case resource tests
* fix: reduce wait time for get test summary
* fix: add rertry on deleteTag for search tests
* fix: denormalize test entities relationship for search
* style: ran java linting
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* Fix the schemaFields key for advanced search filters
Add missing "Feature" quick filter for ml model on explore page
* Update the common column filter fields label for different assets to differentiate the fields when combined list is displayed
* Update localization files with new translations
* Add isBeta property to LeftSidebarItem interface
* minor: show toast message for browser popup blocked issue
* Update browser popup blocked message in language files
* Update browser popup blocked message in language files
* revamp announcement card
* cypress fix and minor improvement
* fix sonar issue
* refactor ProfilePicture view and support cypress and fix sonar lint issue
* added and fix some unit test
* fix and added unit test
* changes made as per comments
* fix sonar issue
* skip cypress failure due to flakiness
* Fix#16046 : modify glossaryTerms api endpoint to support querying immediate children with childrenCount
* fix(ui): support lazy loading for n level of glossary
* fix modal update for glossaryTerm
* fixed expand/collapse button bug and update glossary page issue
---------
Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* MINOR - Metadata Actions - New Actions
* Add actions
* Add actions
* Add actions
* Add actions
* Add actions
* Add actions
* Add support for chart search in UI
* Refactor searchEntity function in AlertsUtil.tsx and getSearchIndexEntityTypeMapping function in SearchClassBase.ts
* add domain
* add domain
* format
* Update setSourceAsValue parameter in searchEntity function
* add missing fields in the advanced search field selection for all the assets
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* Fix#16046 : modify glossaryTerms api endpoint to support querying immediate children with childrenCount
* childrenCount added in glossary_term_index_mapping.json
* childrenCount added in glossary_term_index_mapping.json
* issue-15719: unit test for superset db source
* issue-15719: use testcontainers for superset_api client test
* issue-15719: superset-api yield data changes
* fix failed test cases due to testcontainer version
* issue-15719: postgres container version fix
* issue-15719: setup & teardown with testcontainers
* issue-15719: remove more patch code
* re-supported password input and value hidden on asterisks basis
* supported test
* check the entire string value for showing it in the input
* added test
* Fix#15490: openmetadata-ops.sh reindex does not work
* add status for reindex
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>