41 Commits

Author SHA1 Message Date
Suresh Srinivas
758c976cba
Fixes #9259 Change Tags APIs to conform with rest of the APIs (#9260) 2022-12-26 12:32:17 -08:00
Shailesh Parmar
288137d16b
Fixed SQL query missing when a data quality test is edited #8341 (#9268)
* Fixed SQL query missing when a data quality test is edited #8341

* miner fix

* addressing comments
2022-12-13 23:42:29 +05:30
Ashish Gupta
7241c3a975
Cypress: Added test related to redirection from home page (#9112)
* Cypress: Added test related to redirection from home page

* fix cypress issue
2022-12-02 20:54:25 +05:30
Shailesh Parmar
63afdc79f4
Cypress: Enable the skip test and fix failing test (#9048)
* Cypress: Enable the skip test and fix failing test

* Fix fail test case
2022-12-01 09:42:21 +05:30
Shailesh Parmar
468200252c
Cypress Fixed failing glossary and recently searched term test (#8840)
* Cypress Fixed failing glossary and recently searched term test

* removed only keyword
2022-11-17 19:25:31 +05:30
Shailesh Parmar
1bae473ce8
Cypress: Skip the flaky profiler test and added API wait time for services (#8803)
* Fixed Flaky Service test in cypress

* skipping add profiler ingestion
2022-11-16 22:15:30 +05:30
Shailesh Parmar
92781d7949
Updated cypress code and fixed flaky cypress (#8666)
* Updated cypress code and fixed flaky cypress

* miner fix

* Fixed cypress issue

* fixed localstorage issue in custom property
2022-11-14 18:09:38 +05:30
Sachin Chaurasiya
0701ef955e
Fix #7802 Differentiate Tags & Glossary Terms (#8471)
* Fix #7802 Differentiate Tags & Glossary Terms

* Fix governance dropdown label and arrow spacing

* Skip dashboard entity for announcement
2022-11-01 17:58:24 +05:30
Shailesh Parmar
38cd7eb6af
Cypress: Fixed flaky cypress for mydata and DBT spec (#8257)
* Cypress: Fixed flaky cypress for mydata and DBT spec

* added api wait for removing owner

* fix the multi api call on while removing owner

* fixed flaky cypress for tags page

* fixed entityDetails page

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2022-10-20 16:59:46 +05:30
Chirag Madlani
38e32af072
fix(ui): call logout api to invalidate token (#8243) 2022-10-19 20:55:31 +05:30
Sachin Chaurasiya
786be3bedf
Feat (#7561) Announcements are not supported for MLModel from UI (#8109)
* Feat (#7561) Announcements are not supported for MLModel from UI

* Fix unit test

* Use Async/Await pattern

* Add conversation support for mlModel

* Add task support for mlModel

* Fix task page loading issue

* Fix unit test

* Add End to end test for entity announcement

* Fix Add CreateAnnouncement function issue

* Add End to End Test for entity task

* Fix End to End Test for Announcement and Tasks

* Revert "Fix End to End Test for Announcement and Tasks"

This reverts commit 48cbc0b6158b352b9e19e8290ff52a47849bb648.

* Fix Description unit test

* Fix cypress test

* Fix cypress test

* Fix entity task cypress test

* Remove EntityTask Spec

* Addressing review comment

* Addressing review comment

* Addressing review comment
2022-10-17 18:47:17 +05:30
Shailesh Parmar
3faef0e0cf
UI: Add Cypress for DTB in redshift container (#8162)
* UI: Add Cypress for DTB in redshift container

* move constants to separate file
2022-10-17 17:37:34 +05:30
Shailesh Parmar
b22bfccbf4
Fixed: UI: Test case result & profiler result is not visible in UI #8114 (#8119)
* Fixed: UI: Test case result & profiler result is not visible in UI #8114

* removed only keyword
2022-10-13 15:27:06 +05:30
Shailesh Parmar
e141ab29db
Fixed: Flaky cypress tests (#8017)
* Fixed: Flaky cypress tests

* fixed flaky pipeline related test

* miner fix at profiling side

* fixed cypress for description update

* glossary: fixed click is not getting register
2022-10-08 00:07:24 +05:30
Sachin Chaurasiya
d29721ab3d
Fix #7510 UI permission denied to edit lineage on Topics (#7977)
* Fix #7510 UI permission denied to edit lineage on Topics

* Fix test
2022-10-06 18:43:04 +05:30
Shailesh Parmar
2c3802525f
Fixed Failing cypress part 2 (#7784)
* Fixed Failing cypress part 2

* added api wait for search

* added test for profiler check

* fixed failing cypress

* fixed failing tests
2022-09-29 15:21:33 +05:30
Shailesh Parmar
48142010d5
Cy: Fixed flakiness due to overly issue (#7781) 2022-09-28 14:19:03 -07:00
Chirag Madlani
93ffbbbebf
feat(ui): login via email and password - Basic auth (#7558)
* feat(ui): login via email and password - Basic auth

* create admin users

* update basic auth

* create user on bootstrap

* update basic auth flow

* fix lint

* update basic auth ui forms

* update error messages

* fix cypress tests

* Added private key /public key in conf
Default invitation for invited users on bootstrapping user with invitation mail
Added self/signup flags , handled login scenarios around it
On migration persisting previous user auth mechanism also handled

* Missing fixes

* Move self signup to config

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2022-09-23 16:05:54 +05:30
Shailesh Parmar
9ee96deec4
UI: Fixed issue: TestSuite descriptions are unable to update and also unable to create a test suite when edit tests permission is given#7507 (#7557) 2022-09-19 14:29:15 -07:00
Shailesh Parmar
f52f6eccd8
UI: Added cypress test for Data quality and profiler (#7463)
* added initial cypress test for profiler

* added profiler ingestion workflow

* added data-testid for no profiler placeholder

* added create test suite and test case cypress

* added edit and delete flow for table test case

* added test-suite delete test

* added cypress for add column test case

* added delete and edit cypress test for column test

* fixed delete service cypress issue

* removed only keyword
2022-09-19 18:43:39 +05:30
kshinde2512
3c788b02dd
Replacing cy.wait with api wait (#7460)
* services wait

* changing project id

* fixing flaky bigquery test

* Changing flaky tests

* test

* test

* Custom properties and change in services test wait

* Entity details wait

* Glossary api wait

* minor changes for glossary

* mydata api wait

* policies api wait

* mydata page changes

* Roles and services api wait

* Tags and teams api wait

* Users api wait

* tags page failure fix

* minor code change for users

* test fail fix

* test fail fix

* removing it.only

* removing timeout and reducing wait timeout

* changing description element to constant &test fix

* removing timeout on wait

* Teams page fix

* changing the project id

* changing api intercept url for flaky tests

* bigquery test fail fix

* fix flaky tests

* changing project id
2022-09-14 19:19:42 +05:30
Sachin Chaurasiya
176874e0d5
UI : Add Permission Check on Entity Page Part2 (#7317)
* UI : Add Permission Check on Entity Page

* Fix Unit tests

* Fix dependencies

* Fix cypress tests
2022-09-08 08:34:26 +05:30
Aniket Katkar
23aa773ad3
Fix(UI): Fixes for teams page (#7191)
* - Added functionality to edit type of team
- Fixed search fucntionality for teams
- Fixed issue with team count not showing in teams tab

* Worked on comments

* - Removed Assets tab for teams other than group type
- Removed Teams tab for team with type group
- Updated breadcrumbs for team details pages
- Styling and bug fixes

* Fixed failed cypress tests

* - Fixed teams page redirection issue when clicked on teams in left panel of home page
- Worked on comments

* fixed failing unit tests

* Fixed failing cypress tests
2022-09-06 06:42:42 +05:30
Shailesh Parmar
99a7441784
Fixed Feedback on 0.12 UI #7071 (#7196)
* Fixed Feedback on 0.12 UI #7071

* addressing comments

* miner fix

* removing flaky entity
2022-09-06 00:03:34 +05:30
Shailesh Parmar
15bba94825
UI: Fixed failing Cypress test (#7223)
* fixed failing cypress

* fixing failing cypress for rules

* fixed policies cypress

* fixed myData spec

* miner fix and removed unwanted test
2022-09-05 17:46:09 +05:30
Shailesh Parmar
beea4519e0
added cypress test for custom properties (#6878) 2022-08-23 19:21:06 +05:30
Chirag Madlani
448c4b85ed
feat(ui): support slack Webhook integration on settings (#6677)
* feat(ui): support slack webhook integration on settings

* revert enum related changes

* update webhook listing with icon & list

* add glossary & tag links

* fix cypress tests

* fix cypress tests

* fix failing tests
2022-08-11 10:57:39 +05:30
Shailesh Parmar
b4b2f9d2a4
Cypress: Cover service page issue related to description (#5529)
* coverded issue description is getting updated at the time of updating owner

* remname services file to service

* miner fix to avoid flakiness

* miner fix

* fixed failing test

* miner fix

* remove unwanted spacing
2022-07-05 18:03:08 +05:30
Teddy
28336b0a43
Fix #3575 Data Quality - Partitioned Tables (#5441)
Co-authored-by: Teddy Crepineau <teddycrepineau@Teddys-MacBook-Pro.local>
Co-authored-by: Vivek Ratnavel Subramanian <vivekratnavel90@gmail.com>
2022-06-14 12:37:44 -07:00
Sachin Chaurasiya
f5dbae14da
[Feature] : Advance Search (#5427)
Co-authored-by: Vivek Ratnavel Subramanian <vivekratnavel90@gmail.com>
2022-06-13 10:13:22 -07:00
darth-coder00
e851242a1a
Cypress: Fix tests post removal of profile and sample data toggles from ingestion (#5337)
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2022-06-08 11:19:13 -07:00
Vivek Ratnavel Subramanian
0148aed710
Fix Cypress test failures (#5351)
* Fix Cypress test failures

* addendum fixes

* increase wait time for follow

* fixed failing cypress test

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-06-08 17:20:07 +05:30
Shailesh Parmar
e51b50825f
Cypress: E2E test for glossary page (#5232) 2022-05-31 23:06:36 -07:00
Shailesh Parmar
1e57d03a76
Cypress: sample data testing for ingestion (#5150)
* added sample data test for bigquery

* added sample data testing for mysql connector

* added sample data testing for redshift

* added snowflake sampledata test

* miner fix

* fixing typo

* miner fix
2022-05-30 11:38:55 +05:30
Shailesh Parmar
f8751f3bb0
Cypress: E2E test for tags page (#5187) 2022-05-27 11:22:33 -07:00
Shailesh Parmar
b8f3e42e58
Cypress: E2E testing for teams and users page (#5103)
* initial setup

* added teams e2e flow

* fix some fliky test

* removed only key word

* added users page flow

* removed 'only' key word

* wait time fix
2022-05-24 18:55:17 +05:30
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
Shailesh Parmar
8be4507006
Fix: Cypress failing tests (#5078) 2022-05-20 14:33:55 -07:00
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
Shailesh Parmar
bcdae71eb0
Added cypress test for home page - part 1 (#5004) 2022-05-17 23:52:50 -07:00