4828 Commits

Author SHA1 Message Date
Shailesh Parmar
e1fe829fb5 Merge remote-tracking branch 'origin/main' into revamp-data-quality-ui 2025-06-26 10:56:34 +05:30
Shrushti Polekar
fe1bc83635
Fix(ui): Reply count being shown as 0 in task feed card (#21952)
* fix reply count being shown as 0 in feed card

* updated condition

* address pr comment
2025-06-25 23:08:57 +05:30
Shailesh Parmar
e42fb3b523 Update DataQualityPage styles and button dimensions
- Removed unnecessary tab background class from DataQualityPage.
- Adjusted button styles for .ant-btn-default and .ant-btn-sm, changing dimensions and SVG sizes for improved UI consistency.
2025-06-25 21:07:37 +05:30
Chirag Madlani
1e50fc1376
fix(ui): version link and fetch logic with 1 hour wait time (#21932)
* fix(ui): version link and fetch logic with 1 hour wait time

* fix tests

* fix test
2025-06-25 20:54:07 +05:30
Dhruv Parmar
693292406d
Fix(ui): Flaky Tag Add, Update and Remove (#21930)
* fixed flaky tags test

* minimized code

* fixed failed explore quick fliter

* removed config file from pr
2025-06-25 20:29:03 +05:30
Ashish Gupta
24125588dd
MINOR: fix the schema page table pagination count issue (#21915)
* fix the schema page table pagination count issue

* unwanted code removal

* remove the same parameter as we have same value as default arguments

* fix the sonar failing due to recent changes

* fix the failing test
2025-06-25 19:35:40 +05:30
Shailesh Parmar
507df749cb Refactor Data Quality Summary Panel to use SummaryPieChartCard component
- Replaced inline pie chart implementations with a new reusable SummaryPieChartCard component for better code organization and reusability.
- Introduced new ChartData and SummaryPieChartCardProps interfaces for type safety.
- Updated styles for the new component and adjusted the layout in the DataQuality page.
- Added GREY_200 color constant for improved color management in pie charts.
- Enhanced percentage calculation utility for better precision and safety in division.
2025-06-25 18:52:58 +05:30
Pranita Fulsundar
a2154df0ec
fix(test): flaky Domain.spec and Roles.spec (#21950)
* fix domain.spec

* fix delete role test

* minor fix
2025-06-25 18:19:33 +05:30
Sweta Agarwalla
53f9c2122d
fix(ui): remove edit permission in version page (#21903)
* remove extra space visible in glossary term

* revert PR

* remove edit permissions in version page

* add tests for version page

* fix jest failure

* fix tests

* fix test
2025-06-25 16:36:42 +05:30
Ashish Gupta
b99071b82c
fix the activity feed flaky playwright test (#21942) 2025-06-25 16:05:43 +05:30
Ashish Gupta
9d6b86e5cb
PLAYWRIGHT: fix the flakiness around the tag.spec (#21920)
* fix the flakyness around the tag.spec

* fix the flaky test, as caused by using same tag for the delete and edit action
2025-06-25 14:28:50 +05:30
Shailesh Parmar
fba8b2c2fc Merge remote-tracking branch 'origin/main' into revamp-data-quality-ui 2025-06-25 10:54:06 +05:30
Pranita Fulsundar
7d74efa501
fix(test): flaky Policies.spec and Roles.spec (#21917)
* fix getElementWithPagination function

* fix flakyness

* fix test

* remove error statements
2025-06-25 09:42:25 +05:30
Shrushti Polekar
b8112338f3
Fix: Activity feed AUT failure and User flaky test (#21913)
* fix flaky test

* fix flaky user test

* minor fix

* minor fix for display name

* minor fix
2025-06-24 22:30:08 +05:30
Shailesh Parmar
3ff41d3438 updated pie chart with new mock 2025-06-24 21:44:27 +05:30
Shailesh Parmar
c6682384d9 Merge remote-tracking branch 'origin/main' into revamp-data-quality-ui 2025-06-24 17:18:02 +05:30
Chirag Madlani
d304c161d0
chore(ui): Update README.md for playwright test (#21912) 2025-06-24 16:28:46 +05:30
Sriharsha Chintalapani
8cef169686
Add Whats New for 1.8.0 release (#21891)
* Add Whats New for 1.8.0 release

* Fix markdown styling

* Add certification to what's new

* added testSuite field removal as breaking change

* update whats new

* fix tests

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2025-06-23 19:30:35 +05:30
Sweta Agarwalla
4411a63471
fix(ui): whitespace for customised pages (#21897)
* remove extra space visible in glossary term

* revert PR

* remove extra space in glossary term

* update styles

* move height update to .less
2025-06-23 18:39:47 +05:30
Dhruv Parmar
fdda717b56
Minor(ui): test destination message improvement (#21881)
* fixed status alert message

* removed localization

* removed localization
2025-06-23 18:14:07 +05:30
Shrushti Polekar
e2f35ff31b
fix asset count issue (#21896) 2025-06-23 14:03:18 +05:30
Shailesh Parmar
520c7d8642
fix: #21872 Freshness test displays 0 for negative values (#21880) 2025-06-22 11:44:03 -07:00
Shrushti Polekar
3694bf48ca
Fix : Failing activity feed test (#21814)
* fix failing activity feed flaky test

* fix flaky emoji test

* fix flaky test

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-06-20 20:45:36 +05:30
Chirag Madlani
e34c911cc8
fix(ui): carousel image being cropped for small width (#21869)
* fix(ui): carousel image being cropped for small width

* update sizing
2025-06-20 14:12:42 +05:30
Shrushti Polekar
c729bd51ea
Fix(ui): Additional query call in user profile page (#21856)
* fix additional query call in user profile page

* added unit test
2025-06-20 11:23:29 +05:30
Dhruv Parmar
7035c9e107
Fix(uI) : Flaky Tag Add, Update and remove for child entity (#21861)
* fixed flaky follow and Tag for Child entity

* removed lastrun

* removed lastrun

* removed config file
2025-06-19 23:36:14 +05:30
Ashish Gupta
1439081caa
Release: Add what's new content for 1.7.5 (#21860) 2025-06-19 17:32:00 +00:00
Shailesh Parmar
aced3df9ae updated test case list table UI 2025-06-19 19:47:17 +05:30
Ashish Gupta
34e674e27d
MINOR: fix the styling of user profile modal while edit (#21845)
* fix the styling of user profile modal while edit

* fix the playwright test, PR comment and ux height issue

* fix sonar issue
2025-06-19 18:01:12 +05:30
Ashish Gupta
cd96b5c7e0
fix the layout of suggestion slider in description box (#21859) 2025-06-19 17:22:25 +05:30
Pranita Fulsundar
d78a573746
fix restore search settings and policies test (#21857) 2025-06-19 15:43:51 +05:30
Shailesh Parmar
5272139b2d added pie chart component in test case page. 2025-06-19 11:09:35 +05:30
Shrushti Polekar
46ddbcd30f
fix teams flaky test (#21849) 2025-06-19 10:46:38 +05:30
Pranita Fulsundar
4e617af3e8
fix(test): AUT failures for Policies.spec and Roles.spec (#21844)
* fix policies and roles aut tests

* minor refactor

* fix getElementWithPagination function

* remove flakyness for policies test
2025-06-19 09:52:23 +05:30
Sriharsha Chintalapani
802438f0ea
Fix default boost score, improve fqn parsing (#21854)
* Fix explain turned by default, use dfs_query_then_fetch in cases of sharding of search cluster

* Add exact match configs

* Add exact match configs

* Update Logic to build search source builder with exact match priority

* Revert "Update Logic to build search source builder with exact match priority"

This reverts commit 175a2e9c6b67ee90d4b2a35af89bb035e8c45131.

* Revert "Add exact match configs"

This reverts commit 3fd52606610bbb97a676170004cab6d7adc31a0d.

* revert display name change

* make boost mode as sum by defaul

* add more fqnparts for schema and database

* revert DFS_QUERY_THEN_FETCH since sharding wasn the issue

* use fqn split

* refactor fqn parsing

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2025-06-18 18:56:11 -07:00
Sriharsha Chintalapani
8adda4955c
Revert "Issues in Search Relevancy (#21841)" (#21853)
This reverts commit f388e570c1dac5b9eee31364870fb66e42715f18.
2025-06-18 16:43:34 -07:00
Mohit Yadav
f388e570c1
Issues in Search Relevancy (#21841)
* Fix explain turned by default, use dfs_query_then_fetch in cases of sharding of search cluster

* Add exact match configs

* Add exact match configs

* Update Logic to build search source builder with exact match priority

* Revert "Update Logic to build search source builder with exact match priority"

This reverts commit 175a2e9c6b67ee90d4b2a35af89bb035e8c45131.

* Revert "Add exact match configs"

This reverts commit 3fd52606610bbb97a676170004cab6d7adc31a0d.

* revert display name change

* make boost mode as sum by defaul

* add more fqnparts for schema and database

* revert DFS_QUERY_THEN_FETCH since sharding wasn the issue

* use fqn split

* Refactor FQN Parts

---------

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2025-06-18 16:33:46 -07:00
Karan Hotchandani
12097f15cd
fix(ui): lineage expand collapse (#21847)
* fix lineage expand collapse when there are duplicates

* add owners info in lineage summary panel

* add tests
2025-06-18 12:50:46 -07:00
Shrushti Polekar
712ec92bce
Feat(ui) : Enhance UI input method for multiple filter conditions when configuring ingestion pipelines (#21392)
* support to enter multiple filter conditions at a time in select input

* added unit test

* added copy paste functionality

* fix copy styles

* update paste functionality

* update the parsing and added test

* minor fix

* fix for pasting duplicate values

* address pr comments

* minor fix

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-06-18 19:27:13 +05:30
Chirag Madlani
60b7f1695c
fix(test): child entity tests (#21836) 2025-06-18 19:15:31 +05:30
Karan Hotchandani
631c6f58fe
Feat(ui): add owners field in tags and classification (#21757)
* add owners field in classification

* fix tests

* add owners field in tags page

* Tag Inherits owners from classification

* Added loadTags.ts for owners field

* add owners for tags page

* fix tests

* review comments

* add owners field in create form

* fix domain test

---------

Co-authored-by: Ram Narayan Balaji <ramnarayanb3005@gmail.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2025-06-18 16:52:53 +05:30
Pranita Fulsundar
d98c762501
fix(ui): infinite scroll for tag listing inside term boost (#21776)
* fix: infinite scroll for tag listing for term boost

* revert AsyncSelectList changes

* fix term boost query call

* fix async select for infinite scroll and add tests

* address pr comments

* minor refactor

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-06-18 16:23:32 +05:30
Ashish Gupta
27a05b17b0
PLAYWRIGHT: fix delete async alert on other playwright test causing failure (#21829) 2025-06-18 15:30:42 +05:30
Ashish Gupta
563e689553
Revert "fix delete async alert on other playwright test causing failure (#21812)" (#21828)
This reverts commit 529f2a0c58045f93cab2cda1c0d290964e3b639c.
2025-06-18 11:15:54 +05:30
Shrushti Polekar
768a8ef422
Fix #21804 : Admin users cannot see private teams in the "Teams" selection dropdown (#21805)
* fix teams listing issue for admin users

* added e2e test

* address pr comment

* address pr comment
2025-06-18 11:08:22 +05:30
harshsoni2024
a09a696358
MINOR: Tableau proxy url for sourceurl (#21799) 2025-06-18 10:52:08 +05:30
Sweta Agarwalla
fceedde009
Pre cache images for login page (#21376)
* pre cache images for login page

* move useEffect to App

* update to use util

* WIP login page design updates

* update login page styling

* update styling

* fix login page styling for carousel

* minor fixes

* update css precedance

* fix layout issues

* fix styling with alert

* fix tests

* address comments

* fix signup page

* reset font-size changes

* fix styles

* revert font-size changes

* fix fonts for signin page

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-06-18 10:19:24 +05:30
Ashish Gupta
529f2a0c58
fix delete async alert on other playwright test causing failure (#21812) 2025-06-17 17:21:01 +05:30
Aniket Katkar
7faad00be6
Minor: Fixes for AUTs (#21795)
* Increase the timeout for CustomizeLandingPage test

* add await on the API response
2025-06-17 15:53:30 +05:30
Karan Hotchandani
2689676b9a
Feat(ui): add and edit certifications from asset page (#21758)
* Feat(ui): add and edit certifications from asset page (#21344)

* added styling to certification

* added tests

* changed icons for certificatie popup

---------

Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>

* #19529 Improvise import to include certification for Assets (Database, DatabaseSchema, DatabaseService), Introduce EDIT_CERTIFICATION policy and Fix Elastic Search Indexes on Certification (#21564)

* #19529 - Adding certification field in json schema for databaseService.json, databaseServiceCsvDocumentation.json for bulk import facility, Implemented bulk import for non-recursive databaseService import async

* #19529 -Bulk async import - databaseSchema entity

* #19529 -Bulk async import - database entity

* #19529 - Initial Implementation of Search Indexes for Certificate during bulk Import

* #19529 - Edit Certification Policy Implementation, Attaching it to DataStewards and DataConsumers, also adding it to Migration

* #19529 - Updated ElasticSearch Index mapping name

* #19529 - Updated the CSV indices for recursive import

* #19529 - Single Test working as expected but not as a test suite.

* #19529 - Fixed DatabaseSchemaResourceTest

* #19529 - Fixed DatabaseResource Test for exportImportCSV

* #19529 - Fixed DatabaseServiceResource Test for exportImportCSV

* #19529 - Updated and Improvised ElasticSearch Certification functionality

* #19529 - Added postgres migration as well along with mysql migration

* #19529 - Removed migration scripts from v160 and placed it at v180, Included mappings for database_service in zh and jp,
Applied mvn spotless:apply

* #19529 - Adding certification field in json schema for databaseService.json, databaseServiceCsvDocumentation.json for bulk import facility, Implemented bulk import for non-recursive databaseService import async

* #19529 -Bulk async import - databaseSchema entity

* #19529 -Bulk async import - database entity

* #19529 - Initial Implementation of Search Indexes for Certificate during bulk Import

* #19529 - Edit Certification Policy Implementation, Attaching it to DataStewards and DataConsumers, also adding it to Migration

* #19529 - Updated ElasticSearch Index mapping name

* #19529 - Updated the CSV indices for recursive import

* #19529 - Single Test working as expected but not as a test suite.

* #19529 - Fixed DatabaseSchemaResourceTest

* #19529 - Fixed DatabaseResource Test for exportImportCSV

* #19529 - Fixed DatabaseServiceResource Test for exportImportCSV

* #19529 - Updated and Improvised ElasticSearch Certification functionality

* #19529 - Added postgres migration as well along with mysql migration

* #19529 - Removed migration scripts from v160 and placed it at v180, Included mappings for database_service in zh and jp,
Applied mvn spotless:apply

* Applied mvn spotless:apply

* Reused the Existing UPDATE_CERTIFICATION_SCRIPT for ElasticSearch Indexing

* Added field certification in the static String FIELDS

* fix playwright test around bulk action

* #19529 - Persisting Null or empty in the bulk import for certification

* #19529 - Persisting Null or empty in the bulk import for certification - Moved the if block to the top

* mvn spotless:apply

* Reverted an unimportant file

* mvn spotless:apply

* #19529 - Persisting the field Certification in clearFIeldsInternal

* typescript files for edit_certification

* Revert "typescript files for edit_certification"

This reverts commit f5e5514a98008cbd0b62d7cb21fefe61659e97cb.

* typescript files for edit_certification

* mvn:spotless:apply

* Removed correction

* needed typescript file for edit_certification

* Removed Unnecessary Comments

* Improved Test Cases - Added DATA_ASSET_SEARCH alias instead of GLOBAL_ALIAS

* Fixed csv values in order

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: System Administrator <root@192.168.1.4>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>

* update certification component

* Fixed Certification Indexes

* Fixed Missing Certification Label for DBSchema

* add certification changes

* fix test errors

* Remove Certification field and mapping from database service asset

* Removed certification from schema and fixed test

* fix tests

---------

Co-authored-by: Dhruv Parmar <83108871+dhruvjsx@users.noreply.github.com>
Co-authored-by: Ram Narayan Balaji <81347100+yan-3005@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: System Administrator <root@192.168.1.4>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
Co-authored-by: Ram Narayan Balaji <ramnarayanb3005@gmail.com>
2025-06-17 11:28:07 +05:30