4004 Commits

Author SHA1 Message Date
Pranita Fulsundar
0efd080264 fix: highlight search text for description column (#19248)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit 498d9529597f4be1efd776a958ee62413ab29ab5)
2025-01-07 11:50:13 +00:00
Chirag Madlani
4192f380f2
chore(ui): ui errors and glossary term api response fix (#19215) 2025-01-03 15:47:17 +05:30
Sachin Chaurasiya
3543154ef1 minor: add support for ttf file extension in pom.xml (#19027)
(cherry picked from commit 7af510087a8c448fecf96c378ee73db0c5a4de88)
2025-01-03 12:24:50 +05:30
Chirag Madlani
c4f3fa7e82 fix(ui): glossary terms table expand / collapse state (#19205)
(cherry picked from commit 6f79067fd25573afa1d34162cbb234f9086b8475)
2025-01-03 11:17:14 +05:30
Chirag Madlani
10dd2e3082 feat(ui): show count with schema tab for table details page (#19149)
* feat(ui): show count with schema tab for table details page

* fix active state for tab

* fix tests and cover topic details page

* add missing isActive check

(cherry picked from commit cdef12c9cd2aa825de839683c338ed5d2591fccc)
2025-01-03 11:17:14 +05:30
Chirag Madlani
ccfd3c9d06 fix(ui): show error and success message mutually exclusive (#19194)
(cherry picked from commit bfa943bbba3a7d1949a95618ad14d6d3697d7ffd)
2025-01-03 11:17:14 +05:30
Ashish Gupta
1721f4c38f MINOR: modify and fix some lineage issues (#19107)
* modify and fix some lineage issues

* minor fix

* restrict the node removal in case any error occured

* fix flaky playwright test

* userDetail flaky fix

(cherry picked from commit 9edc078027ae619d289cdb68ad6b998f21da84dd)
2025-01-03 10:40:48 +05:30
Ashish Gupta
79511566e4 #16465 : supported glossary table column resizable (#17918)
* supported glossary table column resizable

* code cleanup

* fix the column resizing affecting other column width

* fix the playwright failure around the glossary due to re-sizable added

(cherry picked from commit 87c07f3ecc418c30b2edf5f91c51b95d11c2a71d)
2025-01-03 10:37:59 +05:30
Sachin Chaurasiya
5fbeff1e0c refactor: remove unused highlight option from BarMenu and improve focus styles in block editor (#19184)
(cherry picked from commit c736f06bbe4023f7e6d931944890883162e7277b)
2025-01-02 12:24:49 +05:30
Sachin Chaurasiya
4d0b72ee2f feat(#15380): replace description editor with block editor (#19003) 2025-01-02 12:23:44 +05:30
Ashish Gupta
db9c2bcfc7 fix tag page flaky playwright test (#19150)
* fix tag page flaky playwright failures

* removed commented code

(cherry picked from commit ceeba2ad752b5e4df00bb89cee31faf1db3f4f73)
2024-12-31 17:16:11 +05:30
Mohit Yadav
564d33d69b Add Algorithm option for validation in yaml (#19049)
* Add algorithm option in authentication

* ENtity Repository code remove

* Keep Default Value

* Fix Test

---------

Co-authored-by: Siddhant <86899184+Siddhanttimeline@users.noreply.github.com>
(cherry picked from commit 50ae01e2ceeae8180178d24ddc66065e4b96cef0)
2024-12-20 12:45:55 +05:30
Mohit Yadav
88bbddb6da Search Index read entities from index mapping (#19084)
(cherry picked from commit 2888e379984d1342f00b86c81ff15dca2cb0c297)
2024-12-20 12:45:40 +05:30
Chirag Madlani
11796977c1 chore(ui): improve data insight chart and tooltip rendering (#19143) 2024-12-19 11:58:53 -08:00
Karan Hotchandani
d5360073c6 Fix flaky e2e tests (#19038)
* fix lineage flaky tests

* fix glossary flakiness

(cherry picked from commit 9a76b07025fade6285ddcd45819fa93c40fe6806)
2024-12-19 23:07:29 +05:30
Ashish Gupta
aa5b6ca939 fix table page breaking due to highligther text (#19146)
(cherry picked from commit 7d962d91eb9e1ad48a1be89e4b9b54e33011ee24)
2024-12-19 22:46:48 +05:30
Chirag Madlani
1f59cec66e fix(ui): expand invalid state upon glossary term add (#18968)
* fix(ui): expand invalid state upon glossary term add
invalid expand state for glossary term update

* fix tests

* update glossary store upon changes in tree

* fix tests

(cherry picked from commit 254fce41385e0f7debfd8e6210496f7567b3d1a1)
2024-12-19 12:59:19 +05:30
Chirag Madlani
e0fde37e93 fix(ui): sync search value with url and state value (#19050)
* fix(ui): sync search value with url and state value

* fix flaky for user spec

(cherry picked from commit 4d30c83c55b3b9aa8d18e9716567175b40039712)
2024-12-19 12:55:25 +05:30
Pranita Fulsundar
3add5f90f4 feat(ui): highlight search term for schema table in table details page (#19110)
* feat: highlight search term

* refactor: use stringToHTML instead of parse

* test: highlightSearchText method

* fix: test for schema table

* fix: mock implemetation of stringToHTML

* test: highlightSearchText function with null or falsy parameters

(cherry picked from commit 31b11323896e9046d79e66dc3921dbccd79dfcff)
2024-12-19 12:54:29 +05:30
Ashish Gupta
912ca638c5 19064: fix the spacing around the input in custom properties right panel (#19132)
* fix the spacing around the input in custom properties right panel

* remove unwanted css

(cherry picked from commit a0c33ccc3f5b4dbb186576143a298f2ce189c2ee)
2024-12-19 12:31:16 +05:30
Ashish Gupta
407c0c9547 supported editUser permission in user tab for team page (#18987)
* supported editUser permission in user tab for team page

* remove edit all permission check in teams add/remove user api

* added playwright test for the editUser permission

* Added playwright test for data consumer user and remove no used field from the advance api call

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
(cherry picked from commit 9e6078f654ed0a54e9d41b12c3a748449c6079ea)
2024-12-19 12:02:56 +05:30
Siddhant
cf1c737300 Fix: Filter activity feed events for test cases and test suites. (#19004)
* fix: Filter activity feed events for test cases and suites.

* minor fix around the button label after save task tab

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-12-16 17:05:53 +05:30
github-actions
e6d975add2 chore(release): Prepare Branch for 1.6.2 2024-12-12 05:51:36 +00:00
Chirag Madlani
30a5f1aab2 chore(ui): update what's new for 1.6.1 (#18994)
(cherry picked from commit caf6b2f43258f69a74ef186023fb7e063e67bc92)
2024-12-10 22:54:18 +05:30
github-actions
f22442054a chore(release): Prepare Branch for 1.6.1 2024-12-10 16:13:05 +00:00
Mohit Yadav
d41dc0b776 Fix ES Tag Index failing (#18991)
* Fix ES Tag Index failing

* add tags loading test

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
(cherry picked from commit 08cdc69f30316261ed50c4f4ae0dc93a67b1203a)
2024-12-10 21:18:23 +05:30
Chirag Madlani
15e519e8b5 Revert persona (#18681)
* Revert "feat: persona based customisation for glossary and glossary term pages (#18454)"

This reverts commit 6fa76ecde915ce027d3ef036206e1a84b360f1f6.

* Revert "chore(ui): move persona as top level settings (#18171)"

This reverts commit 737c076999ebe76167a7c0307e87770a7d8da9f9.

* fix tests

* fix playwright
2024-12-10 09:56:45 +05:30
github-actions
6c080a3174 chore(release): Prepare Branch for 1.6.0 2024-12-10 09:56:45 +05:30
Shailesh Parmar
83f094e286
minor: added entity type support in dq dashboard API (#18977) 2024-12-09 22:32:27 +05:30
Mohit Yadav
5263858067
Create Change Events on import and update in es (#18953)
* Create Change Events on import and update in es

* add glossary tests

* minor test cleanup

* Make Change Event Update Async

* Fix Test case

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-12-09 07:45:33 -08:00
Karan Hotchandani
663e7f4c50
Revert "fix: close select dropdpwn when parent compoment is changed (#18950)" (#18975)
This reverts commit 81635db28a26e8a2a4b61a85f888e3433c72cd48.
2024-12-09 19:28:34 +05:30
Shailesh Parmar
7d7bc5b48b
playwright: fixed aut failure in playwright (#18958)
* playwright: fixed aut failure in playwright

* Temporarily increased the timeout for lineage tests which timeout often

* Fix the flaky tests

* removing linage changes

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2024-12-09 18:03:13 +05:30
Karan Hotchandani
fa9ee99458
fix loading of users (#18969) 2024-12-09 16:25:17 +05:30
Aniket Katkar
8acc891bec
Update the resolution version for the jsonpath-plus package to fix the vulnerability (#18967) 2024-12-09 16:22:11 +05:30
Ayush Shah
9165053208
Remove generated ANTLR token and listener files (#18956) 2024-12-09 15:48:33 +05:30
Kenil Shah
e98908dc59
update whats new content for 1.6 (#18963) 2024-12-09 15:21:23 +05:30
Kenil Shah
81635db28a
fix: close select dropdpwn when parent compoment is changed (#18950)
* fix: close select dropdpwn when parent compoment is changed

* code fixes

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-12-09 11:12:22 +05:30
Ashish Gupta
6ec5d0cbdd
ui fixes for 1.6 (#18954) 2024-12-09 11:12:13 +05:30
Sriharsha Chintalapani
b3c76292b8
Minor: Check in generated files (#18955) 2024-12-07 10:26:03 -08:00
Karan Hotchandani
4d7bfdb9df
query builder widget state fixes (#18951) 2024-12-07 22:10:24 +05:30
Shailesh Parmar
528baeb15c
Minor: extend the support for dq failure support to all the entity (#18949) 2024-12-07 10:14:10 +05:30
Shrushti Polekar
a119268d47
fix column rearrangement issue (#18946)
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2024-12-07 09:27:22 +05:30
Ashish Gupta
8a8d80febd
MINOR: fix the lineage node size and overflow issue on right panel (#18942)
* fix the lineage node size and overflow issue on right panel

* fix sonar issue
2024-12-07 00:15:54 +05:30
Karan Hotchandani
303476703f
update certification image size (#18948) 2024-12-06 22:13:31 +05:30
Pranita Fulsundar
a0b1a4e925
fix: reset current page to initial value on limit change in pagination (#18940)
* fix: reset current page to initial value on limit change in pagination

* fix: reset current page for APICollectionVersion page

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-12-06 21:32:14 +05:30
Karan Hotchandani
744eee12e4
change query generated format (#18947) 2024-12-06 20:30:37 +05:30
Sachin Chaurasiya
99970220d3
Minor: Prevent Multiple CSV export download if no active job is present (#18944) 2024-12-06 19:29:25 +05:30
Chirag Madlani
0c85e0b829
minor:(ui) Fix type generates (#18936)
* chore(ui): improve type generation without temp dir

* chore(ui): improve type generation without temp dir

* ignore antlr files

* update json2ts
2024-12-06 15:36:32 +05:30
Sweta Agarwalla
5e525153a5
Fix: Minor glossary term issues (#18937)
* fix minor issues

* add test for glossary term

* add reviewer test

* fix glossary term test
2024-12-06 11:59:23 +05:30
Aniket Katkar
f6b4434e4a
Improvements: Playwright tests (#18849)
* Resolve all the type errors in playwright code

* Fix the playwright tests

* Improve the ingestion test connection logic and autoClassification

* Fix flaky tests

* SearchIndexApplication fix

* Fix the flaky tests

* flaky test fixes and trace on for debugging

* Fix the flaky tests

* update the trace config for data insights setup

* Fix flaky tests

* Fix the flaky tests
2024-12-05 17:53:14 +05:30