12 Commits

Author SHA1 Message Date
Chirag Madlani
bae95c5314
feat(ui): consistent user dropdown for owner and reviewers (#10617)
* feat(ui): consistent user dropdown for owner and reviewers

* feat(ui): consistent user dropdown for owner and reviewers

* make component working with pages
update styles
add few more components like count details, color update on tags

* remove AddUserModal component

* fix owner edit for netity page

* add tests for selectable list

* remove reference for OwnerWidgetWrapper
update tests to reduce console error on test run

* remove count

* fix sonarcloud and ui

* remove OwnerWidget

* minor fixes

* verify reviewer and owner modal behavior

* fix tests

* fix minor UI glitches

* fix unit tests

* fix cypress

* fix cypress failures

* fix search and glossary cypress failure

* minor fix

* fix remaining cypress tests

* remove intercept for terms

* fix issues

* address comments

* skip falky test to avoid failures
2023-03-28 14:39:41 +05:30
Ashish Gupta
9e2b2d1926
Fix the breaking remove owner from Services (#10717) 2023-03-24 10:54:51 +05:30
Pere Miquel Brull
1835de8bf2
Group airflowConfiguration into pipelineService config (#10120)
Group airflowConfiguration into pipelineService config (#10120)
2023-02-07 16:30:42 +01:00
Suresh Srinivas
1990ac56d9
10041 Part1 - Refactor and clean up System APIs (#10042)
* 10041 Part1 - Refactor and clean up System APIs

* Update the config resource endpoint url
2023-02-03 16:25:40 -08:00
Chirag Madlani
ec61e94bb8
chore(ui): support lint & prettier for cypress files (#9728) 2023-01-15 18:24:10 +05:30
Chirag Madlani
d030c6cbfe
fix(ui): automate license header process via pre-commit hook (#9523)
* fix(ui): automate license header process via pre-commit hook

* remove header duplications

* update .less files license header
2022-12-27 12:37:58 +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
effba5e170
Cypress: Added session login for all the cypress specs (#8903) 2022-11-21 17:02:48 +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
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
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
Shailesh Parmar
3e81bd0df0
Fix #7400 UI : Upgrade cypress version to 10.7.0 (#7423)
Co-authored-by: Vivek Ratnavel Subramanian <vivekratnavel90@gmail.com>
2022-09-13 11:59:20 -07:00