* Fix#16278 : Search to display Draft glossaryTerms as well on Explore page
* add term status quick filter
* change aggregation key for status field
* change aggregation key for status field
* add lowercase_normalizer in status filed for aggregate api
* add cypress tests
* fix cypress
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
* Improvement: Added new test cases covering EventSubscription and fixed previous test cases.
* Improvement: Added test cases covering EventSubscription for multiple destination.
* Improvement: Added test cases covering EventSubscription for multiple destination.
* Improvement: Refactored the classes implementing DRY.
* Improvement: Implemented validation for entity url and message format.
* Enabling the subscription tests randomly.
* Added Test Case for Matching Enum
1. Implemented the test case using the `matchEnum` parameter.
2. Added integration tests.
3. Added migrations.
* fix tests
* fixed tests
* format
* fixed tests
* clear search cache before running ingestion
* format
* changed scopt of aws fixture
* moved migrations to 1.5.0
* added trino integration test
* - removed warnings for classes which are not real tests
- removed "helpers" as its being used
* use a docker network instead of host
* print logs for hive failure
* removed superset unit tests
* try pinning requests for test
* try pinning requests for test
* wait for hive to be ready
* fix trino fixture
* - reduced testcontainers_config.max_tries to 5
- remove intermediate containers
* print with logs
* disable capture logging
* updated db host
* removed debug stuff
* removed debug stuff
* removed version pin for requests
* reverted superset
* ignore trino integration on python 3.8
* Minor: clear the stale state before login in oidc
* minor fix
* chore: Fix logout issue in AuthProvider component
* chore: Clear stale state before login in OidcAuthenticator
* chore: Reset user details if token is expired or not present
* chore: Initialize Axios interceptors in AuthProvider component
* chore: Update AuthProvider component to fetch auth config before starting token expiry timer
* chore: Update AuthProvider component to fetch auth config before starting token expiry timer
* Improve the logic to clear the stale states before login for the OIDC logins
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* fix: test case listing with prefix
* fix: domain filtering
* added cypress for domain and data quality filters
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>