4793 Commits

Author SHA1 Message Date
Sachin Chaurasiya
92cea45c00
test: add cypress tests for entity ref and entity ref list custom properties (#16324) 2024-05-17 17:22:42 +05:30
Ashish Gupta
cfe86267ee
MINOR: fix the header in deleted team feed (#16317)
* fix the header in deleted team feed

* added unit test
2024-05-17 15:40:07 +05:30
Shailesh Parmar
42defd2433
cypress: added cypress to validate schemaDefinition(views) (#16319) 2024-05-17 15:17:55 +05:30
Shailesh Parmar
ad4bd39ea6
Minor: added whats new content for health check feature (#16320) 2024-05-17 13:15:04 +05:30
Shailesh Parmar
807bb0b89e
Minor: update testSuite pipeline name to have UUID to keep unique name (#16309) 2024-05-16 20:26:02 +05:30
Karan Hotchandani
46e14b79f4
fix glossary term selection (#16303)
* fix glossary term selection

* fix flaky tags cypress
2024-05-16 18:19:54 +05:30
Shailesh Parmar
9747315522
cypress: fixed cypress aut failure 5 and improve recursion logic (#16300)
* cypress: fixed aut failure part 5

* revert test-suite name change

* fixed data insight report application
2024-05-16 17:43:59 +05:30
Ashish Gupta
82143e2e5b
feat(ui): what's new details update for 1.4.0 (#16146) 2024-05-16 16:52:28 +05:30
Ashish Gupta
fc00b61e59
MINOR: fix the dropdown not showing in case of no data in glossary (#16256)
* fix the dropdown not showing in case of no data in glossary

* minor fix
2024-05-16 14:27:56 +05:30
Pere Miquel Brull
447bec1d99
MINOR - Better Health messaging (#16254)
* MINOR - Better Health messaging

* MINOR - Better Health messaging

* Update page header label for health check

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-05-16 10:04:04 +02:00
Sachin Chaurasiya
dfb3cdfb69
minor: update hardcoded link color with theme (#16290)
* minor: update hardcoded primary color with theme

* test: fix unit tests
2024-05-16 12:09:32 +05:30
Karan Hotchandani
448f286ee3
fix re-render of tags component (#16270)
* fix re-render of tags component

* fix cypress data issue

* fix code smell
2024-05-16 10:17:37 +05:30
Sachin Chaurasiya
755a643f6f
test: fix custom properties cypress tests (#16272)
* test: fix custom properties cypress tests

* chore: Update Cypress tests for custom properties

* chore: Update Cypress tests for custom properties

* chore: Update Cypress tests for custom properties
2024-05-15 23:59:45 +05:30
Shailesh Parmar
8050716630
Minor: fixed join and leave team issue (#16287) 2024-05-15 23:10:05 +05:30
Shailesh Parmar
b4fd5b9218
cypress: fixed cypress aut failure part 3 (#16283) 2024-05-15 23:08:58 +05:30
Aniket Katkar
142d2ca118
Minor: Bug fixes and improvements (#16260)
* Fix multiple API calls to fetch user details

* Change the tab `history` to `Recent Runs` in application details page

* Changes to show display name in pipeline delete confirmation modal

* Fix the select field overflow issue for advanced search input fields

* Fix advanced search custom property field overflow issue and used mixin to follow DRY

* Fix the left side menu bar not scrolling issue
2024-05-15 17:16:55 +05:30
Sachin Chaurasiya
80ccb4e8a4
minor: add isApplicationLoading state in ApplicationStore (#16242)
* minor: add isApplicationLoading state and ApplicationStore

* minor: remove setIsUserAuthenticated(true) from the oidcAuthenticator Callback onSuccess

* chore: add comments

* chore: update isSigningIn to isSigningUp

* update comment

* chore: add switch in app router

* chore: improve setIsAuthenticated usage

* fix test

* add application loading in basic authenticator
2024-05-15 15:40:04 +05:30
Ashish Gupta
386e80ca1b
Minor: Activity feed improvements part 3 (#16241)
* Activity feed improvements part 3

* minor changes

* fix breadcrumb for roles,policy and persona and revamp deleted feed card

* icon fix

* persona icon fix

* fix the redirect link and made changes as per commets

* minor changes
2024-05-15 15:37:57 +05:30
Shailesh Parmar
3e4e801b73
Minor: implemented permissions for import export feature (#16268) 2024-05-15 15:10:52 +05:30
Teddy
3cf928bcc7
MINOR - Test Case Incident Manager Reindex (#16123)
* feat: added reindex logic for test cases

* fix: broaden exception to catch ES/OS failure

* style: ran java linting

* fix: update buildESDoc method

* style: ran java linting

* fix ui tests

* fix: update HashMap to Map

---------

Co-authored-by: Chira Madlani <chirag@getcollate.io>
2024-05-15 10:38:58 +02:00
Shailesh Parmar
75feb748ec
Minor: rename the column to "Data quality", and updated space of the schema (#16250)
* Minor: rename the column to "Data quality", and updated space of the schema

* added missing filter for dashboard data model and pipeline details page
2024-05-14 18:38:15 +05:30
Karan Hotchandani
bb6c0b1096
Fix Domain and Glossary cypress (#16257)
* fix domain cypress

* fix glossary cypress
2024-05-14 17:58:51 +05:30
Shailesh Parmar
2e52475b68
cypress: fixed AUT cypress failure part 2 (#16243)
* cypress: fixed AUT cypress failure part 2

* fixed query cypress

* reverting logs
2024-05-14 14:24:49 +05:30
Sachin Chaurasiya
ed7f8cd915
minor: remove logout handler from singin page (#16237) 2024-05-13 22:32:50 +05:30
Onkar Ravgan
7451688a21
fixed metadata service detail page (#16238) 2024-05-13 18:49:38 +05:30
Ashish Gupta
1ca86f8889
fix the glossary terms not showing when expand click (#16239)
* fix the glossary terms not showing when expand click

* supported cypress to check term after click on expand icon of term
2024-05-13 18:44:41 +05:30
Aniket Katkar
81720a906f
Fix the alerts feed (#16228) 2024-05-11 21:58:43 +05:30
Aniket Katkar
798fe311c0
Improvements: Activity feed improvements (#16221)
* Pass parameterValues for the test case summary feed

* Change test case link formation to navigate to incident manager page

* Changes to show graph plot of test summary in the feeds

* Localization change for other languages

* Fix unit tests
Add missing tests

* Fix the feed cards for Team and Application

* Update localization for other languages

* Add icon for the chart asset
2024-05-11 20:04:16 +05:30
Shailesh Parmar
84f3f4ef8b
cypress: AUT cypress failure part 1 (#16222)
* cypress: AUT cypress failure part 1

* fixed failing cypress and skip airflow ingestion cypress

* fixed test

* addressing comment

* fixed failing cypress

* updated api wait

* reverting skip test and config change

* added License
2024-05-11 19:31:34 +05:30
Ashish Gupta
e4add9ea6e
MINNOR: fix the reloading of application when current user team or role changes (#16219)
* fix the reloading of application when current user team or role changes

* fix the infinite load

* added test for no loader if current user not present
2024-05-10 23:40:15 +05:30
sonika-shah
3db9dadaa6
Fix #15809 : Update asset indexes on glossary term hierarchy change/ term rename (#16083)
* Fix #15809 : Update asset indexes on glossary term hierarchy change

* move logic to new method updateAssetIndexesOnGlossaryTermUpdate()

* enbale skip cypress test for the asset not found

* fix loss of tags and other relations while glossary parent change

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-05-10 17:31:42 +05:30
sonika-shah
2638dcd09f
fix issue in glossaryTerm search getHierarchy api (#16127)
* fix issue in glossaryTerm search getHierarchy api

* get style from glossaryTerm search getHierarchy api

* get style from glossaryTerm search getHierarchy api

* get style from glossaryTerm search getHierarchy api

* fix validation error for entity and entityRef property types

* increase aggregation size for fqnParts in glossary_term_index
2024-05-10 17:23:45 +05:30
Ashish Gupta
7fe0935438
Minor: work on glossary hierarchy feedback (#16197)
* Minor: work on glossary hierarchy feedback

* minor spacing fix in the select box

* cypress fix

* fix sonar issue
2024-05-10 14:52:31 +05:30
Suman Maharana
8dc623e280
Added KafkaConnect Connector (#16217) 2024-05-10 14:29:45 +05:30
Karan Hotchandani
ad29964e81
update lineage export data to show common fields (#16207)
* fix data for lineage export

* add level in lineage export

* set default open entity popover card for pipeline lineage
2024-05-10 14:28:19 +05:30
Sachin Chaurasiya
9b7bdb1ea3
minor: retry logged in user after token refresh (#16215)
* minor: retry logged in user after token refresh

* minor change

* chore: remove unused code in AuthProvider.tsx
2024-05-10 11:22:17 +05:30
Ashish Gupta
a5e30a0cdd
Activity feed card fixes (#16166)
* Activity feed card ui fixes

* Fix feed card for test suite

* fix testCase and testSuite feed card title and links

* Fix the profile picture not loading in the feeds

* fix the custom property and bot icon

* fix the deleted feed card by adding opacity on it

* Fix feed card hover effect
Add edit and delete button for posts

* - Fix Activityt feed event

* - Ignore workflow

* - Ignore pipelienStatus as well

* fix test case card feed

* localization keys

* sonar fix

* changes made as per comments and fix sonar issue

* Update schemaChanges.sql

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-05-10 11:04:17 +05:30
Shailesh Parmar
fa66b55806
#15856 Error when creating test cases if the table contains the name COLUMN (#16195)
* #15856 Error when creating test cases if the table contains the name COLUMN

* chore: Update Cypress configuration to include all test files & fixed filter cypres
2024-05-10 08:16:30 +05:30
Sachin Chaurasiya
511b9b7e97
minor: fix schema editor copy button tooltip (#16212) 2024-05-10 07:50:24 +05:30
Aniket Katkar
800586164d
Automator feedback necessary changes for OSS (#16203) 2024-05-10 06:56:10 +05:30
Ashish Gupta
55678e3e2c
fix the loading of profile image due to displayName (#16201) 2024-05-09 22:20:27 +05:30
Sachin Chaurasiya
36803774df
minor: enhance custom property crud operation (#16173)
* minor: enhance custom property crud operation

* chore: enhance enum property crud operation

* chore: enhance date and dateTime property crud operation

* chore: enhance time property

* chore: enhance email property

* feat: add allowClear to value input in PropertyInput component

* chore: enhance timestamp property

* chore: Refactor PropertyValue component to handle empty values properly

* chore: enhance the time interval property

* chore: enhance duration property

* minor : remove check

* chore: fix onInputSave issues

* chore: sql property enhancement
2024-05-09 20:35:41 +05:30
Shailesh Parmar
c5038e5c6b
Minor: added redirection link to data quality tab and tooltip for better UX (#16191)
The Cypress failure is a known issue, and we need to work on it separately.
2024-05-09 16:36:13 +05:30
Sachin Chaurasiya
678d632fe7
minor: filter out bots from user list (#16190) 2024-05-09 14:01:10 +05:30
Shailesh Parmar
cf069a3e31
Minor: Incorporated feedback on test case filters implementation (#16181)
* Minor: Incorporated feedback on test case filters implementation

* refactor the code and added unit test
2024-05-09 11:56:00 +05:30
Sachin Chaurasiya
2a8e577c60
minor: disable date property from UI (#16175) 2024-05-08 19:53:43 +05:30
Karan Hotchandani
10a660d465
allow record fields to have column lineage (#16170) 2024-05-08 16:06:29 +05:30
Aniket Katkar
9e7d56c5f4
Minor: bug fixes and improvements (#16138)
* Fix the alignment issue for the CopyToClipboard button

* Fix the Ingestion run details modal heading
Add Updated column in the ingestion run details modal table
2024-05-08 11:26:03 +02:00
Sachin Chaurasiya
5ab97b23e3
minor: add value prop in data asset async select list (#16169)
* minor: add value prop in data asset async select list

* fix: icon
2024-05-08 14:20:13 +05:30
Ayush Shah
345fe1a6ff
Add SSL config in advanced config (#16151) 2024-05-08 11:57:07 +05:30