4080 Commits

Author SHA1 Message Date
Aniket Katkar
17faa8ec36 Minor: Moved the documentation base url to classBase for customisability (#19613)
* I moved the documentation base url to classBase for customizability

* Move the docs URLs to the classBase

* Add tests for the DocumentationLinksClassBase
2025-01-31 12:32:37 +05:30
github-actions
01165f9a37 chore(release): Prepare Branch for 1.6.4 2025-01-31 06:40:16 +00:00
Pranita Fulsundar
6b039ad76d minor: domain owner edit icon and display of announcement message (#19593)
(cherry picked from commit 060ab6e6acc20b2faf775058149aa49eff028d2f)
2025-01-29 20:12:54 +05:30
Karan Hotchandani
3fdecfe0d6
fix missing tree styles (#19592) 2025-01-29 18:10:10 +05:30
karanh37
e518f2297a Revert "fix missing styles"
This reverts commit e6b19d162e819c84e217707aa234e08b175f441f.
2025-01-29 18:05:36 +05:30
karanh37
e6b19d162e fix missing styles 2025-01-29 18:05:13 +05:30
Ashish Gupta
b42a8dcd82 Update the what's new for 1.6.3 (#19570)
* Update the what's new for 1.6.3

* minor changes

* minor addition

(cherry picked from commit 2dc8f1d330764d5db66f3b692e1841a9a3791380)
2025-01-29 06:31:19 +00:00
Ashish Gupta
569b902c7e MINOR: fix the lineage and DataAssetsWidget flaky playwright test failure (#19560)
* 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)
2025-01-29 06:09:07 +00:00
Ayush Shah
408c393767 Feat: Enhance Kafka SSL configuration support with consumerConfigSSL (#19433) 2025-01-28 15:53:20 +05:30
Aniket Katkar
373e8a2d59 Increase the test timeout for advanced search playwright tests to avoid AUT flakiness (#19555)
(cherry picked from commit cb9b5d4a620d7ca6c070ef2a80a0b643c0245f5d)
2025-01-28 10:00:53 +00:00
Ashish Gupta
147b8fc79a remove unwanted spacing around the list in block editor (#19521)
* remove unwanted spacing around the list in block editor

* fix spacing issue

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
(cherry picked from commit 13f3d19b5daab0b5875a7eb3560e0d19208c3ad0)
2025-01-28 04:05:18 +00:00
Chirag Madlani
7745fc6700 chore(ui): logout user on unsuccessful refresh attempt (#19542)
(cherry picked from commit 33c107dea06ff53ebdae89eb2c7a8e3d26868960)
2025-01-28 04:04:31 +00:00
sonika-shah
efb519ec73 support domain-hierarchy 2025-01-27 21:28:59 +05:30
Chirag Madlani
c75d1a5214 fix(ui): update glossary term table upon new term added (#19296)
* 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>
2025-01-27 17:01:59 +05:30
Mohit Yadav
5337840aa6 Fix EntityHierarchy Schema (#19104)
* Fix Entity Schema

* fix additionalProperties in entityHierarchy json

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
2025-01-27 16:41:35 +05:30
Pranita Fulsundar
8e3f4a8c72 fix(ui): hide description tooltip for tag edit mode (#19463)
* 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)
2025-01-24 15:06:38 +00:00
Ashish Gupta
e2d8590db8 fix the glossary column width sizes for the resizable columns (#19497)
* 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)
2025-01-24 18:19:01 +05:30
小可耐
edc66eab24 fix(ui) fix retention period 'Cancel' international display issue (#19404)
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
(cherry picked from commit 03429148b374918ab7c832fed2d5999e3ecc20b4)
2025-01-24 09:07:51 +00:00
Chirag Madlani
a2a4625b9b fix(ui): infinite loading for refresh attempted on app visit (#19491)
* 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)
2025-01-24 13:23:41 +05:30
Chirag Madlani
4b33077ae6 Fix(ui): refresh call concurrency for multiple browser tabs (#19303)
* fix(ui): refresh auth token for multi browser tabs

* update refresh logic

* fix multiple tab issue

* fix tests

* added tests

* fix ingestion bot failure

* fix sonar cloud

* update test description

* remove unused code and reset test on after all

* bump playwright

* avoid running refresh tests as it's been flaky for postgres

* revert playwright version bump changes

* Put 500 status

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
(cherry picked from commit 00a37c61803e6e47e8806bc8ebfa6eda3d857c54)
2025-01-24 13:03:36 +05:30
Shrushti Polekar
17b0f34e44 fix failing e2e test for customize page landing (#19490)
(cherry picked from commit b3d00077ccd20f812b44979d008e9dec14fd166f)
2025-01-24 05:33:06 +00:00
Ashish Gupta
b179984bfa fix the description renderer in team and user import (#19492)
(cherry picked from commit 6c381b1ce1a985ac14d2c29fe0b381a1ed05e650)
2025-01-23 14:27:17 +00:00
Pranita Fulsundar
4abe64087a fix: edit description permission for domain owner (#19475)
* 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)
2025-01-23 13:27:54 +00:00
Ashish Gupta
ff9f9063d7 fix the richTextEditor output in case on no data save (#19476)
* 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)
2025-01-22 19:06:41 +05:30
Shailesh Parmar
4c8a268688 Fix: Implement Data Quality Dashboards (Incident Manager + Data Quality) (#19231)
* 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)
2025-01-22 13:24:55 +00:00
Ashish Gupta
fb017572b3 #19432: fix the description renderer in glossary import (#19450)
* fix the description renderer in glossary import

* added test for the same

(cherry picked from commit c406cceb9a649292efa15e915ec5056c277c0149)
2025-01-22 10:57:07 +00:00
Ashish Gupta
0bc5164f2b #19474: fix the async export csv not happening in lineage (#19397)
* fix lineage playwrigt flaky test

* increase the timer

* fix the async export issue

* remove the timer

* minor revert

(cherry picked from commit 68c324679ab9078849d4300043d4fc55d11657e5)
2025-01-22 07:50:53 +00:00
Sriharsha Chintalapani
c194631488 Fix #issue-16041: The persona JSON schema is named Team (#19035) 2025-01-21 07:42:07 -08:00
Siddhant
eef769fb47 #15600: Retention Application : Delete change_events, activity threads, versions based on admin retention policies (#18913)
* 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)
2025-01-21 12:44:36 +00:00
Ashish Gupta
9de8bcb31c fix the description not rendered in Glossary Modal while edit (#19453)
(cherry picked from commit 5e7847e2f5d1a2168ea08189d2253d34232992c9)
2025-01-21 07:13:32 +00:00
Chirag Madlani
be77f1017f fix(test): rest api service deletion taking longer (#19439)
* fix(test): rest api service deletion taking longer

* fix entity name with schema

(cherry picked from commit 58b1ef1c039cd0c7c596f9d67417b8f3527d82d0)
2025-01-21 06:13:48 +00:00
Ashish Gupta
6fc6d34738 #19406: supported the task filter on landing page widget (#19431)
* supported the task filter on landing page widget

* added playwright for the test

(cherry picked from commit 57ed033703f19d7da5844ab0b6b9f72f7541ae87)
2025-01-20 17:16:24 +00:00
Shailesh Parmar
4be638c996 playwright: fixed failing incident manager test (#19367) 2025-01-20 14:10:42 +05:30
Aniket Katkar
48c81a6277 Minor: Improve cron expression validations (#19426) 2025-01-20 10:41:29 +05:30
Aniket Katkar
0dd1114f1a Minor: Change log localization improvement (#19427)
* Change the localization key for the 'Change Log'

* make Change log plural

* Localization changes

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit 3a36554812b9b6490d23750f04cec9388fae1137)
2025-01-19 06:52:05 +00:00
Aniket Katkar
2f929f69a6 Fix the permissions call made for search service (#19430)
(cherry picked from commit 8bbc5945889a9c483f006e3800b42dde695ca34f)
2025-01-18 19:48:09 +00:00
Karan Hotchandani
4b08eea180 fix glossary playwright (#19394)
* fix glossary tests

* fix glossary test

* Update GlossaryPagination.spec.ts

(cherry picked from commit 6f63a5102452a3d217471c2ae85afe7fc2520772)
2025-01-17 11:29:51 +05:30
Aniket Katkar
744fe65e02 Tests #19066: Playwright coverage for ViewAll rule with matchAnyTag() and isOwner() condition (#19374)
* 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)
2025-01-17 03:40:00 +00:00
Ashish Gupta
a5dc33e586 PLAYWRIGHT: fix flaky playwright test (#19309)
* fix user detail flaky playwright test

* fix the glossary flaky by adding await due to timeout

(cherry picked from commit 0e9c32cdb8bbeac3faaf6354a800bcd702d9780c)
2025-01-16 11:15:32 +05:30
Ashish Gupta
39f595d837 fix the api should not called after time out in Test connection (#19376)
* fix the api should not called after time out in Test connection

* minor addition around test

(cherry picked from commit 75e0c985e25b5b564ca2695094d2e6608cb1616e)
2025-01-16 05:39:15 +00:00
Ashish Gupta
ab15ef7424 MINOR: fix the tracing highlighter after edge clicked (#19346)
* 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)
2025-01-16 05:17:05 +00:00
Ashish Gupta
b33fb9b22f MINOR: fix the wrong team count displayed on team tab (#19368)
* fix the wrong team count displayed on team tab

* added playwright test for checking counts

(cherry picked from commit 58f95e9e98fec96e05d9853969706a8980b92e8d)
2025-01-15 12:19:00 +00:00
Suman Maharana
6224b54900 Fix #19313 - dbt ingestion picks up wrong service to patch metadata (#19337)
* 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
2025-01-15 13:19:57 +05:30
Ashish Gupta
4b80b4a433 MINOR: fix the glossary description column width on term page (#19332)
* 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)
2025-01-15 06:59:59 +00:00
Chirag Madlani
044de743a1 test(e2e): fix flaky searchIndexApplication.spec.ts (#19318)
(cherry picked from commit 9f19b42668d02e269b0985c336cb6820546d8417)
2025-01-15 11:54:58 +05:30
sonika-shah
12a9da0864 dataProduct : get inherited fields from corresponding Domain (#19343)
* dataProduct : get inherited fields from corresponding Domain

* add tests

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
(cherry picked from commit 788dfc331f0dae238c0c27a226e6208cc5031b17)
2025-01-14 16:47:33 +00:00
Karan Hotchandani
25b0fb39e9 fix glossary tests (#19352)
(cherry picked from commit 94cbadb772a0f118fcc0621b2ad94d7e8e295709)
2025-01-14 16:15:46 +00:00
Ashish Gupta
2864e17976 MINOR: fix the favicon not being updated (#19357)
* fix the favicon not being updated

* minor condition check added

(cherry picked from commit a28c30ec7f4561af450482a8d074eabef78fc616)
2025-01-14 15:07:20 +00:00
Shailesh Parmar
bde5b277f8 Minor: added loading state, and error notification in testSuite. (#19350)
* Minor: added loading state, and error notification in testSuite.

* added the unit test

(cherry picked from commit 05f68ec7761b9b441920986fa856f6abaa092e01)
2025-01-14 14:52:07 +00:00
github-actions
32db93ca28 chore(release): Prepare Branch for 1.6.3 2025-01-13 07:19:41 +00:00