* I moved the documentation base url to classBase for customizability
* Move the docs URLs to the classBase
* Add tests for the DocumentationLinksClassBase
* fix the lineage flaky test failure
* fix the DataAssetsWidget falky test failure
* fix falky test around the pipeline modal and teams
(cherry picked from commit 3924e58073688714eeec5ac88768e54fb585a659)
* remove unwanted spacing around the list in block editor
* fix spacing issue
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
(cherry picked from commit 13f3d19b5daab0b5875a7eb3560e0d19208c3ad0)
* fix(ui): update glossary term table upon new term added
* fix the active tab getting change and added the playwright test
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* fix: remove tooltip for tag edit mode
* refactor: remove comments
* fix: tooltip logic for non edit mode
* fix: hide tooltip for tag edit mode
* refactor: remove prop for TagsV1 component
* style: move cursor-pointer property to Tag
* fix: unit test failure
* fix: mock implementations for unit test
* revert test case changes
(cherry picked from commit c817785bb1ab52385086437e5fb7af545d58096b)
* fix the glossary column width sizes to the previous one
* move the colum logic to utils file and added test for it
(cherry picked from commit 182b8ab864fc44cf3c2fbf2a4ae739f97beff32d)
* fix(ui): infinite loading for refresh attempted on app visit
* add tests for refresh logic
* added test for validating after refresh behavior
* improve test for refresh scenario
(cherry picked from commit 1e7377c2e4e664c1948df77fc87c298386a0062b)
* fix: edit description permission for domain owner
* fix: usage of permissions prop
* test: fix unit test and add e2e test for edit description
* refactor: remove editCustomAttributePermission and viewAllPermission props
* fix: e2e test for edit description
* fix: playwright tests
* fix: update e2e test for edit description
(cherry picked from commit 4059df8843afe472f27b3712a2a7ef562f1f5f10)
* fix the richTextEditor output in case on no data save
* revert the undefined to empty string as we previously had
(cherry picked from commit 06759c589da7b859e10ab31ab0d6cbd838b0069a)
* Fix: Implement Data Quality Dashboards (Incident Manager + Data Quality)
* added icon for test case status
* added filters in the api
* added filters for dq
* added filter of table/column
* added test coverage
* address the comments
(cherry picked from commit 2c06bcf32719183c2a85a231763fdbc41224f6ea)
* fix lineage playwrigt flaky test
* increase the timer
* fix the async export issue
* remove the timer
* minor revert
(cherry picked from commit 68c324679ab9078849d4300043d4fc55d11657e5)
* feat(retention-policy): initial setup of the Retention Policy app
* refactor: Update logic to make RetentionPolicyApp a ScheduledOrManual app
* refactor: Update retention policy JSON schema and logic to support event subscription, versions, and activity thread with individual retention periods
* refactor: Rename eventSubscriptionRetentionPeriod to changeEventRetentionPeriod
* fix: Implement activity thread retention policy cleanup
* chore: Remove activity thread and versions retention code; add banner and icon
(cherry picked from commit 486230827dfa955a4dc77d3624aa7efb8d557137)
* fix(test): rest api service deletion taking longer
* fix entity name with schema
(cherry picked from commit 58b1ef1c039cd0c7c596f9d67417b8f3527d82d0)
* supported the task filter on landing page widget
* added playwright for the test
(cherry picked from commit 57ed033703f19d7da5844ab0b6b9f72f7541ae87)
* Modify the setup for the tests and add teardown to reset the organization policies
* Fix the loader shown in case of no permission
* Add playwright tests to cover the viewAll permission with conditions
* Add description for the commented code
(cherry picked from commit 7fea955338b83bb5a9fac9e55a087ac54fc25fe4)
* fix user detail flaky playwright test
* fix the glossary flaky by adding await due to timeout
(cherry picked from commit 0e9c32cdb8bbeac3faaf6354a800bcd702d9780c)
* fix the api should not called after time out in Test connection
* minor addition around test
(cherry picked from commit 75e0c985e25b5b564ca2695094d2e6608cb1616e)
* fix the tracing highlighter after edge clicked
* close the drawer appeariance after switching from edge click to node
* added test to validate
(cherry picked from commit 79153272e0a615fba89bc8d097ece1660107e189)
* fix the wrong team count displayed on team tab
* added playwright test for checking counts
(cherry picked from commit 58f95e9e98fec96e05d9853969706a8980b92e8d)
* Fix#19313 - dbt ingestion picks up wrong service to patch metadata
* py format and linting
* Added a flag for searching across databases and docs
* py format
* fix the glossary description column width on term page
* decrease the width so for smaller screen, other column should not overflow
(cherry picked from commit b85883bfe772da6848b76a17f4235930c761e69f)
* Minor: added loading state, and error notification in testSuite.
* added the unit test
(cherry picked from commit 05f68ec7761b9b441920986fa856f6abaa092e01)