* 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
* 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>
* 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>
* chore(ui): stay on the same page when the task is resolved
* chore: update filter on reject task
* chore: address comments
* fix: cypress test
* e2e: add cypress test for task flow
* refactor: minor changes
* fix: assignee option data test id
* test: add test for tags task
* fix: unit test
* fix: cypress test
* chore: address comment
* chore: address comments