3768 Commits

Author SHA1 Message Date
Ashish Gupta
5ce29219b6 MINOR: fix custom property layout issues (#18065)
* fix custom property layout issues

* fix font weight to similar like other

* fix the right panel value style issue

* fix the edit button alignment issue

* changes as per comments and sonar fix

(cherry picked from commit 819c405784d520b787042b78cc959445506caf01)
2024-10-07 13:11:53 +05:30
Sachin Chaurasiya
f86527dc79 Feature: Allow Custom Property Update in Glossary Bulk Import/export (#17919) 2024-10-07 13:11:13 +05:30
sonika-shah
e320a1b516 Add new ‘enumWithDescriptions’ Custom Property to allow adding Enum Keys with Description (#17777)
* Add new ‘metaEnum’ Custom Property to allow adding Enum Keys with Description

* replace JsonNodeFactory method with JsonUtils

* rename property from metaEnum to enumWithDescriptions, and other method optimizations

* ui: add support for creating enumWithDescription property

* minor locale changes

* ui: add edit support for created enumWithDescription property

* Refactor enum description field layout in AddCustomProperty and EditCustomPropertyModal

* add support for adding values to enumWithDescription custom property type

* Refactor custom property input IDs in AddCustomProperty and EditCustomPropertyModal components

* Refactor custom property table rendering logic and UI components

* Refactor custom property table rendering logic and UI components

* Refactor custom property table rendering logic and UI components

* add basic card layout

* Refactor CustomPropertyTable component to improve UI and functionality

* update playwright test part 1

* Refactor PropertyValue component to conditionally render right panel styles

* fix: entity reference property update

* Refactor CustomPropertyTable component to conditionally render right panel styles

* fix: flaky test

* Refactor CustomPropertyTable test to use updated test IDs and remove unnecessary code

* fix flaky test

* improve the playwright test

* add more test

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
(cherry picked from commit 1b029d2bf2793c6a4f016c91a4634c490462d7f4)
2024-10-07 13:04:17 +05:30
Chirag Madlani
a1a9b91a1e fix(ui): MSAL popup auth issue (#18125)
(cherry picked from commit e44c8d4f3143831c0aa95fe31d89f93b7b0da638)
2024-10-05 12:36:58 +05:30
github-actions
6a36355d3e chore(release): Prepare Branch for 1.5.7 2024-10-03 15:01:32 +00:00
Sachin Chaurasiya
031a6be21d minor: update whats new for 1.5.6 (#18090)
(cherry picked from commit 5da3f4592b5a6fda0b71180fa0bb97b8266ede61)
2024-10-03 13:37:45 +05:30
Sachin Chaurasiya
1886132f41 Revert "Add new ‘enumWithDescriptions’ Custom Property to allow adding Enum Keys with Description (#17777)"
This reverts commit 237aec114f1804b584dbfdbab5b7b80dcdbbb728.
2024-10-03 12:04:10 +05:30
Sachin Chaurasiya
9caf9ed157 Revert "Feature: Allow Custom Property Update in Glossary Bulk Import/export (#17919)"
This reverts commit afd9267f668caa639968092b53fd9a7526018bed.
2024-10-03 12:03:12 +05:30
Sachin Chaurasiya
f4c4f19114 Revert "MINOR: fix custom property layout issues (#18065)"
This reverts commit 778900305fa6e5f3be3d90ce0995d505f067ee87.
2024-10-03 11:38:45 +05:30
Sachin Chaurasiya
6ab15fdf54 Revert "MINOR: fix custom property enum styling fix (#18074)"
This reverts commit d9bffbe1c3fb1dd01ba1d09972534bd54787d312.
2024-10-03 11:36:21 +05:30
Ashish Gupta
d9bffbe1c3 MINOR: fix custom property enum styling fix (#18074)
* fix custom property enum styling fix

* pending localization keys

* minor fix

* separate date and time with slash in middle for dateTimeCp

(cherry picked from commit dfddac9a7354f1816ea33d85b3724cb1f8706206)
2024-10-02 20:41:18 +05:30
Ashish Gupta
778900305f MINOR: fix custom property layout issues (#18065)
* fix custom property layout issues

* fix font weight to similar like other

* fix the right panel value style issue

* fix the edit button alignment issue

* changes as per comments and sonar fix
2024-10-01 17:52:11 +05:30
Sachin Chaurasiya
b02d6171b8 add what's new for 1.5.6 (#18062)
(cherry picked from commit 2260857f10d09a34f2f4525cd82d9e36147e24fc)
2024-10-01 14:51:52 +05:30
Ashish Gupta
afd9267f66 Feature: Allow Custom Property Update in Glossary Bulk Import/export (#17919)
* fix import issue

* Feat : Allow Custom Property Update in Bulk Upload

* Feat : Allow Custom Property Update in Bulk Upload

* supported editable imports in glossary page

* added remaning localizaion keys

* update logic of fieldToExtensionStrings to use csvparser

* update json and partialStatus condition

* fix tests for partialSuccess status change

* supported customProperty editable field

* fix error in custom property edit modal on new line empty custom property

* added entity type from root to support other bulk import entity as well

* fix the quote removing due to the regex in the string type

* Add backend tests , and error msg improvements

* GlossaryStatus header change

* fix unit test and dry run in case of synonyms having quotes in it

* Remove extension column in CSVs for all entities except glossaryTerm

* added editor for reviewers

* unit test around csv utils

* added escape for string too, in case of semicolon comes

* added playwright test without extension and supported relatedTerm as editable

* added unit test around csv util logic

* resolve conflicts

* Backend - add support for enumWithDescriptions in bulk import

* add tests and other error handling improvements related to enumWithDescriptions

* fix the custom property modal header and render the layout as per right panel in entities

* parese enumWithDescription for the customProperty modal while editable

* fix description data in enumWithDescription one

* fix: Handle NullPointerException when adding custom properties to ensure loop continues for other schemas of the same type for addToRegistry

* added extension playwrigth test and fix enumWithDescription object failure

* descrease the size of extension  modal

* remove additional comments

* fix the escape in parent key

* improve custom property layout

* improve ui for inline properties

* fix description, glossary and relatedTerm escape char issue

* fix some customProperty ui changes

* fix sonar issue

* minor layout changes

* minor label improvements for entity ref and list

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
(cherry picked from commit 1d727d57bd6d770f2f0ad3d0ebff63279b8a271f)
2024-10-01 00:33:30 +05:30
Mohit Yadav
384cba9bab [Search] Indexing Fixes (#18048)
* Fix OpenSearch Content Size Issue
entity content is too long [204857600] for the configured buffer limit [104857600]

* Change Type to Long

* Add Payload Size to take dynamic entry

* Migrations for 1.5.6

* Mark Stale Entries Stopped

* Format checkstyle

* Fix failure

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
(cherry picked from commit f1ae49e1a0fc560b3a611acb855ec5d465deff5c)
2024-09-30 23:40:27 +05:30
Chira Madlani
b2a2d8573f minor(ui): fix role page size from 10 to 50 (#18049) 2024-09-30 18:03:15 +05:30
Karan Hotchandani
4f4cf29678 GEN-1578: SAML redirect leads to 404 page on UI (#17978)
* move routes to callback router

* move callback routes to global router

* added comments

* make saml and confidential callback route public

(cherry picked from commit c709ec6c29ada205cd1764f844ea45ee9c71316e)
2024-09-30 11:41:21 +05:30
Chirag Madlani
891b09887d minor(ui): reset displayName to avoid being persisted (#18024)
(cherry picked from commit f9e70f8db0e91c2ef59526d9c2d357a9278cf516)
2024-09-29 01:05:33 +05:30
sonika-shah
237aec114f Add new ‘enumWithDescriptions’ Custom Property to allow adding Enum Keys with Description (#17777)
* Add new ‘metaEnum’ Custom Property to allow adding Enum Keys with Description

* replace JsonNodeFactory method with JsonUtils

* rename property from metaEnum to enumWithDescriptions, and other method optimizations

* ui: add support for creating enumWithDescription property

* minor locale changes

* ui: add edit support for created enumWithDescription property

* Refactor enum description field layout in AddCustomProperty and EditCustomPropertyModal

* add support for adding values to enumWithDescription custom property type

* Refactor custom property input IDs in AddCustomProperty and EditCustomPropertyModal components

* Refactor custom property table rendering logic and UI components

* Refactor custom property table rendering logic and UI components

* Refactor custom property table rendering logic and UI components

* add basic card layout

* Refactor CustomPropertyTable component to improve UI and functionality

* update playwright test part 1

* Refactor PropertyValue component to conditionally render right panel styles

* fix: entity reference property update

* Refactor CustomPropertyTable component to conditionally render right panel styles

* fix: flaky test

* Refactor CustomPropertyTable test to use updated test IDs and remove unnecessary code

* fix flaky test

* improve the playwright test

* add more test

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
(cherry picked from commit 1b029d2bf2793c6a4f016c91a4634c490462d7f4)
2024-09-29 00:58:54 +05:30
harshsoni2024
27816cb964 allow powerbi datamodel children in col.lineage (#18030) 2024-09-27 19:30:08 +05:30
sonika-shah
83de4a17b5 GEN-1434: Improvement : Show displayName for database and databaseSchema in explore tree (#17876)
* Show displayName for database and databaseSchema in explore tree

* use display name for database and schema

* add playwright

* resync indexes of dataAssets based on database & databaseSchema displayName change

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
(cherry picked from commit a99fbb2eb6b074a1d385ac363e11efd4b4417b14)
2024-09-27 19:04:42 +05:30
Chirag Madlani
c31888c268 fix flaky persona and dataInsightSettings spec (#18000)
(cherry picked from commit 3aec1469aca3d63df3000a3c4ef503681e1bf8db)
2024-09-27 15:03:07 +05:30
Ashish Gupta
ec0ba2e3a1 fix activty feed and teamHierarchy playwright failure (#17991)
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
(cherry picked from commit 9b45573c351ddb6c8013b9de54c0e207f2ee3798)
2024-09-26 23:00:57 +05:30
Shailesh Parmar
b7238b87b0 playwright: fixed Flakiness in test cases spec (#17993)
(cherry picked from commit a7a2a725e32e3ce79b981e5ce09cb30203886afb)
2024-09-26 22:55:23 +05:30
Chirag Madlani
ccb461469d fix(test): playwright flaky tests (#17980)
(cherry picked from commit ad920cf0efe721fc94708a723464dc428f19aa63)
2024-09-26 22:51:34 +05:30
github-actions
95bfb5b912 chore(release): Prepare Branch for 1.5.6 2024-09-25 08:11:38 +00:00
Ashish Gupta
f80afe6bb0
added the missing searchTeam function (#17957) 2024-09-23 19:08:51 +05:30
Sachin Chaurasiya
fb3651affa update what's new 1.5.5 (#17959)
(cherry picked from commit 6037e3a6b53663696f9218dcd19ff81b4d57bb75)
2024-09-23 17:21:41 +05:30
Sachin Chaurasiya
4e9695ec88 what's new for 1.5.5 (#17958)
(cherry picked from commit e89ed021b014d7f8eb7229936ed2c0b45fae9f9f)
2024-09-23 17:10:34 +05:30
Ashish Gupta
13a0bc4ed1 fix aut activity feed for 1.5.5 (#17943)
* fix aut activity feed for 1.5.5

* fix failure test

* fix: custom property spec

* refactor: Update clickOutside function usage in customProperty.ts

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
(cherry picked from commit 9ed21cec4a175a6e8ae1e616b55ea31536033312)
2024-09-23 12:41:40 +05:30
Sachin Chaurasiya
79e8c9a7a1 minor: fix custom property for AUT (#17937)
(cherry picked from commit e99e8a3e11928bf55d21fa60090cb0db71b3dbd5)
2024-09-23 11:02:22 +05:30
sonika-shah
4945ab31c7 Fix #17929 : Fix team export issue (#17930) 2024-09-23 10:12:08 +05:30
Ashish Gupta
3cdb07af68 supported class base for navbar utils items (#17932)
* supported class base for navbar utils items

* added unit test

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit 1badbb260b8f19773cf3a51ef9505d27ef11d187)
2024-09-21 17:40:19 +05:30
Chirag Madlani
fc4dc8d61f fix(ui): GEN-1523 exclude defaultPersona if not present in personas (#17940)
(cherry picked from commit c1a4f487b1732dbfdbb4d21c15366240ad0c968f)
2024-09-21 12:36:18 +05:30
Shailesh Parmar
3ba2fd85f1 Minor: added seconds to human-readable format scale for test case graph (#17926)
* Minor: added milliseconds to human-readable format scale for test case graph

* addressing comment

* fixed unit test

* addressing comment
2024-09-20 20:03:45 +05:30
Ayush Shah
c90b7b0be5 Fixes #17869: Add validations in place for salesforce connection (#17870) 2024-09-20 18:00:07 +05:30
Ashish Gupta
fe8aafaedf Revert "fix failing playwright test (#17881)"
This reverts commit 478caa51fa9deb6df14e7bb4a595f30ce3f622f8.
2024-09-20 16:35:01 +05:30
Aniket Katkar
310d5e9911 Fix the flakiness in observabilityAlert and EntityDataConsumer specs (#17899) 2024-09-20 15:04:26 +05:30
Ashish Gupta
478caa51fa fix failing playwright test (#17881)
(cherry picked from commit 49323ed5bc650a2aa6129209dc1bd96f061efc5e)
2024-09-20 11:51:57 +05:30
Ashish Gupta
dadd96c8fb playwright improvement in activity feed spec (#17842)
(cherry picked from commit 08c13e53335d2fbae62ceb3f60bf2f747d6d8c7d)
2024-09-20 11:49:58 +05:30
Shailesh Parmar
b8488a487f
playwright: fix permission spec (#17917) 2024-09-19 14:54:15 +05:30
Ashish Gupta
43d8c13709 fix(e2e): ingestion related flaky failures (#17848)
* fix(e2e): ingestion related flaky failures

* no need to run workflow for ready_for_review state update

* await for queued or running status

* fix failing tests

* fix issue

* add support for partial success

(cherry picked from commit 4b0b22af2adb14ddb39d3c4f55e867091fb162dd)
2024-09-19 11:12:53 +05:30
Ashish Gupta
14ef913943 fix myData and ActivityFeed playwright test 1.5.5 (#17886)
(cherry picked from commit a679625f7b4f7e7a3d6714356fdd16c7fbce9c12)
2024-09-19 10:33:21 +05:30
Shailesh Parmar
d38f49b034 Playwright: fixed permission, dataQuality, & testCases spec for 1.5.5 (#17884)
* Playwright: fixed permission, dataQuality, & testCases spec

* fixed testSuite wait issue
2024-09-18 13:32:39 +05:30
Shailesh Parmar
c24130cbf2 Playwright: fixed Tags AUT test (#17852) 2024-09-18 13:32:23 +05:30
Sachin Chaurasiya
d724a98429 fix: ApiDocs Playwright spec (#17894)
* fix: ApiDocs Playwright spec

* fix(ui): Fix API docs test failure

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit e42a7d6e7c7514bb90f0a6d8707871561aed87ac)
2024-09-18 12:11:09 +05:30
Sachin Chaurasiya
b82056e4c0 fix: Teams and owner fields are not being passed in the policy API call. (#17880)
(cherry picked from commit a72d502cb5b54ac021db9a79963117f0def526bb)
2024-09-18 12:10:55 +05:30
Sachin Chaurasiya
988f8cabd4 minor: update custom property entities data model, data product and database schema icon (#17812)
* minor: update custom property entities data model, data product and database schema icon

* remove unused icon

(cherry picked from commit 681a15c4a5bdd0de1c033a29e68277e69beade08)
2024-09-18 12:10:38 +05:30
Chira Madlani
cc256c853f fix build issue for ui 2024-09-18 10:59:22 +05:30
Chirag Madlani
3c8603e3a5 fix(ui): overriding user info after login (#17825)
* fix(ui): overriding user info after login

* fix displayName override unnecessarily

* address comments

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>

* fix MSAL login and refresh token issue

* remove unwanted changes

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
(cherry picked from commit 46550b3a881c973c40d08612d22c6df17b522089)
2024-09-17 22:05:32 +05:30