4793 Commits

Author SHA1 Message Date
Shailesh Parmar
bec87bb1b1
E2E testing: Refactor cypress test (#5087)
* cypress test

* miner fix

* seprated the entity test

* fix failing cypress

* fix recent view test

* remove record
2022-05-22 10:36:43 +05:30
Vivek Ratnavel Subramanian
ec755f1187
Cypress: Enable chrome instead of Electron (#5086) 2022-05-21 01:27:57 -07:00
Vivek Ratnavel Subramanian
0b713f37bf
Revert "Cypress: Use Chrome headless instead of electron (#5084)" (#5085)
This reverts commit ab1876c5514efeb589c4449d2f2a0d392c781766.
2022-05-21 00:18:26 -07:00
Vivek Ratnavel Subramanian
ab1876c551
Cypress: Use Chrome headless instead of electron (#5084) 2022-05-21 00:07:05 -07:00
darth-coder00
4e5ae67ceb
Fix: Adding Glossary Term into Parent Glossary Term redirects to blank(null) UI (#5082) 2022-05-21 11:22:22 +05:30
darth-coder00
3ee279fa70
Fix: UI Should show other tags if the glossary search index fails. (#5081) 2022-05-21 11:20:07 +05:30
Vivek Ratnavel Subramanian
e23bb5d0f4
Cypress: Skip flaky tests (#5080) 2022-05-20 16:24:06 -07:00
Suresh Srinivas
c939360d1b
Upgrade dependencies (#5079) 2022-05-20 15:05:10 -07:00
Shailesh Parmar
8be4507006
Fix: Cypress failing tests (#5078) 2022-05-20 14:33:55 -07:00
Sachin Chaurasiya
51139b5bcf
Fix#5038 Dashboard lineage edit button is overlapping the conversation for add tags (#5062) 2022-05-20 13:54:43 +05:30
Vivek Ratnavel Subramanian
7c07391c06
Cypress: Fix any flakiness and add Kafka schema registry url (#5063) 2022-05-20 01:20:50 -07:00
darth-coder00
fbf9b8609a
Fix #4443: Swagger APIs must work in secure mode (#5059) 2022-05-20 11:44:18 +05:30
Sachin Chaurasiya
241df76cae
Fix : UI manual Lineage Editor Issues (#4532)
* Fix : UI manual Lineage Editor Issues

* Keep node if only edge is deleted.

* Adding hidden handler

* Add invisible handle on custom node

* Fix funtion name typo

* Fix node overlapping issue

* Fix #3508 Manual Lineage Editor: Do not reorganize the graph as the user is connecting the nodes

* Fix code smell

* Minor Fix

* Styling fix

* Fix Flaky state issue

* Refactor onConnect Method

* Fix duplicate edge and node issue

* Fix Failing Unit test

* Fix confirmation modal source and target node name issue

* Add check for isNode in Element Click Handler

* Add makeEdge Helper

* Add JSDoc for helper methods

* Remove onElementsRemove prop

* Refactor node remove button

* Move util method to util file

* Allow users to delete edge and node separately

* Add unit test

* Fix Node Styling

* Minor Fix

* Add invisble edges
2022-05-20 10:08:31 +05:30
Vivek Ratnavel Subramanian
71af1f3ef5
Security: Improve Azure SSO login UX (#5052) 2022-05-19 16:14:22 -07:00
darth-coder00
372bc340c7
Fix: UI add generated TS to ignored files (#5049)
* Ignored files

* Add generated TS to ignored files
2022-05-20 00:18:58 +05:30
darth-coder00
9fc612e013
Optimising generation of typescripts from schema and as prebuild script (#5037)
* Adding json2ts as prebuild script

* Add generated TS to gitignore

* Fixing CI errors

* Fix Sonar CI

* Bumping metadata version

* Fixing sonar CI

* Fix json2ts script

* Revert gitignore

* prettify

* Fix CI build failures

* Removing unnecessary changes

* Add pre-script for coverage
2022-05-19 21:23:39 +05:30
Shailesh Parmar
f4d757a7a4
fixed issue-4951: Unwanted entries for My Data section on User Profile page and assets tab in teams details (#5043) 2022-05-19 19:07:23 +05:30
Shailesh Parmar
1dd86e7958
Added E2E test for entity delete flow for all the entity (#5039)
* added e2e test for entity delete flow for all the entity

* addressing comment
2022-05-19 17:34:32 +05:30
Shailesh Parmar
556848910e
Added cypress test for home page - part 2 (#5026) 2022-05-18 10:50:41 -07:00
darth-coder00
ce89e8499e
Fix #4781: forms text fields looks like it has space in the beginning (#5020) 2022-05-18 17:52:28 +05:30
Shailesh Parmar
ee3f267e96
Added support for minute level selection for ingestion scheduler (#4994)
* Added support for minute level selection for ingestion scheduler

* fix sonarCloude

* addressing comment

* fixing failing test
2022-05-18 13:31:08 +05:30
Shailesh Parmar
bcdae71eb0
Added cypress test for home page - part 1 (#5004) 2022-05-17 23:52:50 -07:00
darth-coder00
346fc82e76
Fix for updated typescript references of table and tests (#4997) 2022-05-17 18:24:14 -07:00
darth-coder00
b2e517f846
Fix: invalid schema and removed typescript references (#4979) 2022-05-17 15:11:44 +05:30
darth-coder00
5acb443d4a
UI: Add support for User's profile image everywhere (#4856) 2022-05-16 22:50:49 -07:00
Sachin Chaurasiya
4b71ba4965
Fix #4718 UI: Link in the @mention of user refreshes the whole page (#4992) 2022-05-16 22:46:19 -07:00
darth-coder00
fef5f7bf67
Fix #4832: update the Elastic Search error page links and unit tests (#4982) 2022-05-16 22:00:22 -07:00
Sachin Chaurasiya
6315f454b3
Fix #4964 UI : Add unit tests for bot listing and bot details page. (#4974) 2022-05-16 21:58:50 -07:00
Shailesh Parmar
61cc1822fc
UI: Unit test for TeamsAndUsersPageComponent with 93.59% Statement coverage (#4971) 2022-05-16 21:56:28 -07:00
Vivek Ratnavel Subramanian
8934f1e361
Security: Fix Azure SSO and support refresh tokens (#4988) 2022-05-16 17:36:53 -07:00
Sachin Chaurasiya
f3c8a67e6b
Fix #4963 UI : Lineage Node table with a slash (/) in their name throwing 404 error (#4965) 2022-05-16 14:47:48 +05:30
Vivek Ratnavel Subramanian
c374bc9b17
Cypress: Remove parellelization (#4959) 2022-05-16 13:23:02 +05:30
Vivek Ratnavel Subramanian
d3c7330692
Cypress: Add Kafka, Metabase, Superset, and Glue (#4955) 2022-05-14 15:44:02 -07:00
darth-coder00
12cdb55672
Fix: Explore Page issues (#4952) 2022-05-14 15:43:44 -07:00
Sachin Chaurasiya
ac0e42fd90
Fix #4937 UI : The separator lines are overlapping on the profile page while editing the description. (#4938) 2022-05-13 13:55:55 -07:00
Shailesh Parmar
9009cf8ea6
Fixed issue 4948 active page value is not updating in ui for team page (#4949) 2022-05-13 11:22:31 -07:00
Sachin Chaurasiya
bf3e2ab018
Add sample data test for services (#4932) 2022-05-13 08:45:39 -07:00
darth-coder00
364f185e63
Fix: Check status api to verify if airflow is setup (#4912) 2022-05-13 13:47:22 +05:30
Vivek Ratnavel Subramanian
ccbbd8b65d
Cypress: Increase Snowflake test connection timeout (#4915) 2022-05-12 12:07:09 -07:00
Vivek Ratnavel Subramanian
2a380c39d3
Cypress: Add Bigquery and Redshift ingestions (#4903) 2022-05-11 23:35:13 -07:00
Shailesh Parmar
54be92803c
Fix issue-4813 UI: Improve UX in Metadata Ingestion page (#4848) 2022-05-11 10:50:11 -07:00
darth-coder00
84ee953882
Fix: Messaging and Dashboard ingestion from UI (#4890) 2022-05-11 10:38:11 -07:00
Shailesh Parmar
f440a8f501
Fix #4864 Ingestion UI | Updating an existing Snowflake Usage Ingestion pipeline via UI is not working (#4891) 2022-05-11 10:15:29 -07:00
Shailesh Parmar
f419929c3d
added search bar for connectors (#4881) 2022-05-11 08:07:46 -07:00
Sachin Chaurasiya
9d1cd45b71
Fix #4873 Remove service page ref from all the entity details page (#4882) 2022-05-11 17:35:47 +05:30
Sachin Chaurasiya
9a5c3c1fcc
Fix #4745 UI: For scrolling the content in the middle column, the cursor needs to be in the middle column . (#4878) 2022-05-11 16:35:59 +05:30
Vivek Ratnavel Subramanian
07df80b098
Fix cypress reload (#4874) 2022-05-11 02:51:01 -07:00
Shailesh Parmar
4395cae6b7
Fixed: UI inconsistency as per feedback #4192 (#4840) 2022-05-11 02:34:27 -07:00
Sachin Chaurasiya
e9d7b22e8f
Fix #4855 Glossary Term has redundant button for Add Reviewer (#4872) 2022-05-11 13:47:29 +05:30
Vivek Ratnavel Subramanian
af8b95091a
Cypress Integration (#4859) 2022-05-10 22:47:04 -07:00