15 Commits

Author SHA1 Message Date
Ashish Gupta
ec503c3afc
MINOR: add tooltip for icons (#15348)
* added tooltip on floating icons

* localizaion keys

* added tooltip on tables and other icons

* clipboard copy tooltip

* fix unit test

* fix cypress issue

* code smell fix

* changes as per comments and fix cypress issue
2024-02-28 16:41:08 +05:30
Chirag Madlani
1be7475505
chore(ui): add tags for cypress spec files (#15167)
* chore(ui): add tags for cypress spec files

* update labeler.yaml
2024-02-17 12:06:59 +05:30
Chirag Madlani
ac4dc7ffc3
fix AUT visit entity details page (#14844)
* fix AUT visit entity details page

Fixing issues with AUT 
Getting 404 when trying to visit entity details page

* fix aut test fialures

* fix aut test fialures

* fix postgres issue
2024-01-25 12:18:42 +05:30
Chirag Madlani
5180f17e53
fix(ui): Delete widget not working with other lang (#14769)
* fix(ui): Delete widget not working with other lang

* fix cypress tests

* fix tests

* fix udpate displayName issue

* fix tests

* fix owner issue

* fix failures
2024-01-24 00:42:42 +05:30
Chirag Madlani
ae884d54de
test(e2e): organise ingestion tests (#14649)
* test(e2e): organise ingestion tests

* fix ingestion tests

* push all the service ingestions

* fix name regexp issue

* fix database spec

* aut fixes

* fix follow entity tests

* fix follow test case

* fix soft delete tests

* fix tests

* fix dashboard

* fix left side bar issue
2024-01-16 16:38:40 +05:30
Aniket Katkar
308381c56b
chore(ui): added cypress tests for soft delete entity flow (#13951)
* Added cypress for soft delete and entity edit actions check flow

* added cypress tests for teams page for soft deletion flow

* fixed entity deleting without entering confirmation text

* localization changes for other languages

* added cypress changes for delete widget confirmation text check

* fixed delete text retaining after closing modal

* refactored the cypress for soft delete flow to

* renamed the files according to the naming convention

* worked on comments and cypress test improvements

* fixed failing cypress

* fixed TagsAddRemove spec

* test code improvements

* moved util functions to appropriate files
reference type cypress comment fix

* replaced react router Link component with anchor tag

* Delete widget code refactoring

* fixed issue with child assets not updating correctly after soft deletion of database, database schema and service pages

* Fixed cypress imports

* Fixed delete modal input value retaining issue

* fixed import issue in dataQualityTest

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-11-27 15:31:52 +05:30
Onkar Ravgan
9f1f830775
Convert query duration to milliseconds for usage (#14011)
* fixed athena query duration

* change second to millisecond from ui side

* added cypress support

* converted duration to millis

* supported milli second duration and change cypress

* minor change

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2023-11-17 19:59:47 +05:30
Shailesh Parmar
48fd4f9ce6
cypress: fixed AUT failure part 5 (#13940)
* cypress: fixed AUT failure part 5

* fixed cypress failure

* fixed team cypress

* fixed errorplace holder
2023-11-11 00:08:32 +05:30
Shailesh Parmar
306c8ecfbe
cypress: fixed AUT cypress test part 2 (#13818) 2023-11-02 10:39:10 +05:30
Chirag Madlani
d75e2e85f5
Fix aut (#13764)
* fix(test): AUT failures for 1.2

* fix cypress in query,addRemoveTier and data insight

* fix redshift with dbt

* update package

* fix yarn install

* skip service spec

* remove id from the ingestion json schema

* skip data quality and insight for main

* include service specs

* update CI

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2023-10-30 15:43:55 +05:30
Chirag Madlani
241c838c64
fix(test): cypress skipped tests (#13360)
* fix(test): cypress skipped tests

* limit cypress tests to changed one

* fix service search

* enable cypress tests

* enable tier and owner spec

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-10-02 12:06:10 +05:30
Chirag Madlani
b872d83c73
fic(ui): limit teamType options for various teams (#13282)
* fic(ui): limit teamType options for various teams

* fix edit teamtype

* fix condition
2023-09-21 21:22:05 +05:30
Shailesh Parmar
a268f2adf8
cypress: fixed cypress failure in the main (#13221)
* cypress: fixed cypress failure in the main

* fixed flaky cypress for glossary

* fixed failing cypress

* fixed flaky cypress specs

* fixed failing cypress for query and users

* Add immediate refresh policy

---------

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2023-09-18 17:54:43 +05:30
Chirag Madlani
068c6143a4
feat(ui): support multi view for service page (#13106)
* feat(ui): support multi view for service page

* support search and pagination

* support filter

* fix unit tests

* fix search indexes

* revert glossary term tab component

* fix pagingation

* fix loading issue

* fix code smells

* fix cypress
2023-09-15 09:27:21 +05:30
Shailesh Parmar
ec1e5732cd
ui: NO option to edit associated tables "Query used by other tables:" while editing query #12346 (#12837)
* ui: NO option to edit associated tables  "Query used by other tables:" while editing query #12346

* miner update

* updated query patch creation

* ui: NO option to edit associated tables  "Query used by other tables:" while editing query #12346

* miner update

* updated query patch creation

* Fix query patch

* Fix query patch

* added edit support for queryUsedIn and unit test for the same

* added cypress test for query change

* showing current table in queryUsedIn

* fixed failing unit test

* addressing comment

* Fix activity update and test

* Fix checkstyle

---------

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-08-22 18:50:27 +05:30