6 Commits

Author SHA1 Message Date
Ashish Gupta
d9d0400cec
feat(ui): supported resolution center in data quality (#14037)
* feat(ui): supported resolution center in data quality

* resolution details page added

* components added in test case result page

* connected listing and detail page

* added severity modal and addressed comments

* added support to edit status

* change resolution center name to incident manager

* severity crud support

* added incident-manager-api

* updated listing page and added navigation for incident manager in left menu bar

* updated icon

* added issue tab in incident manager

* translation-sync

* commented the security check for timebing

* updated label style

* added below filters in incident manager listing page
- Assignee
- Status
- Test case name

* fix status modal was not working in incident manager listing page issue

* - integrated permissions in incident listing page and details page
- added update owner functionality
- IncidentDetails page updated as per mock
- fixed DQ component added redirection from status

* added test case resolution stepper in issue tab

* updated task details tab as per mock

* updated testcase ui

* added beta tag in left panel

* added reference line in graph for single count

* fixed failing unit test

* added unit test for severity and severityModal component

* added unit test for testCaseIssueTab

* added unit test for testCaseResultTab component

* added unit test for testCaseIncidentManagerStatus component

* added unit test for TaskTabIncidentManagerHeader component

* added unit test for below component
- incidentManagerPage
- IncidentManagerDetailPage

* added cypress for incident manager

* fixed failing cypress

* updated ui as per mock

* translation sync

* skip cypress for incident manager

* fixed dataQuality cypress test

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-01-09 17:30:40 +00:00
Chirag Madlani
ceb750f7e9
chore(ui): remove appState deps for profile details (#13766)
* chore(ui): remove appState deps for profile details

* remove random user assign on no-auth

* fix failure

* fix profile loading

* fix unit tests

* fix loading issue

* fix profile loading issue

* fix profile loading for assignee component

* fix misc bugs

* user async / await

* address comments

* use enum

* update test case

* fix unit tests

* fix tests

* fix cypress tests
2023-12-08 16:29:29 +05:30
Chirag Madlani
7b2206c09b
fix: #13735 task assignee should be entity owner if present (#14203)
* fix: #13735 task assignee should be entity owner if present

* added e2e tests for the same

* do not allow edit asignee in case of entity has owner
2023-12-04 15:11:21 +05:30
Shailesh Parmar
3f5f4ed72a
cypress: fixed activity feed cypress failure (#12661)
* cypress: fixed activity feed cypress failure

* fixed activity cypress
2023-07-31 15:52:30 +05:30
Shailesh Parmar
4e48c4a542
cypress: worked on upgrade test part 2 (#12625)
* cypress: worked on upgrade test part 2

* fixed task utils

* fixed entity announcement
2023-07-28 16:46:34 +05:30
Chirag Madlani
e3278cb578
test(ui): e2e activity feed tests (#12576)
* test(ui): e2e activity feed tests

* support mention tests for feed widget

* fix cypress and address comments

* compare feed for mention

* fix cypress
2023-07-26 15:20:01 +05:30