* 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)
* fix: get dashboard by id
* fix: function param name id->dashboard_id | python checkstyle
* refactor: used api version and rename get dashboard function
* fix: used clean uri
* 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)
* percona server for postgresql support
The only meaningful difference is version string in percona server for postgresql. So commit propose universal and safe way to detect server version by integer string, not complicated parsing of unformatted string.
* updated tests with get_server_version_num
commented outdated tests
---------
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
(cherry picked from commit dcebc41e3f845933aaa9b9de8761eeb8fc52f9ee)
* Fix: downgrading ubuntu version to 22.04 on playwright jobs
* Fix: indentation issue in playwright skip jobs
(cherry picked from commit 21dd3e4342225e559a48e74f4366e25bf9a1f3f7)
Added deprecated fields with a notice. This is to ensure migrations that use them do not break.
(cherry picked from commit 7d059029458833ff4d6569c029fb57e2a188a34c)
* Issue-19066: ViewAll() not working with matchAnyTag() and isOwner() conditions
* Issue-19066: ViewAll() not working with matchAnyTag() and isOwner() conditions
* Fix tests
* Minor: Fix checkstyle
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>