* revamp data contract detail view page
* supported localization key
* added the sla section
* revamp the execution history chart styling
* fix the contract header styling and contrainer width
* fix the schema table pagination
* move semantics to a separate component
* fix the icons not rendering properly and minor improvement around sla tab render and re-enabled alert status in the top
* fix unit test
* fix the playwright test and added owner in header back again
* added sla view test
* added unit test for contractQualityCard component
* fix the spacing in execution graph and minor ui fix
* fix the header divider separator from dash to dotted
* modify changes as per comments and fix playwright test
* move the bar to single
* fix the unit and playwright test
* fix: Search Filter removal doesn't restore full test case list in edit page of test suite pipeline
Fixes#23405
* fix: enhance search query to include wildcard when filters are applied
* Add entityStatus and reviewers to testCase
* Update generated TypeScript types
* Filtering fields based on parent for testCase
* Reviewers for Test Suite, Inherit Reviewers from all test suites for this test case
* Update generated TypeScript types
* getFiltered Fields centralised in the EntityUtil
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: Add domain filtering support to incident manager
- Add domain query parameter to TestCaseResolutionStatusResource API
- Implement domain join logic in TestCaseResolutionStatusRepository
- Update frontend types to include domain parameter
- Integrate domain filtering in IncidentManager component using domain store
- Incidents are now automatically filtered by the active domain selection
Fixes#21808
Co-authored-by: IceS2 <IceS2@users.noreply.github.com>
* Allow Incidents to be filtered by Domain
* Remove wrong code
* Fix Checkstyle
* Fix UI tests
* Fix optional chaining in paging parameter parsing
* Update API endpoints in Incident Manager tests to use new search/list structure
* Fix SearchListFilter
* Fix Filter
* Fix Get Latest from Search
* Fix Get Latest from Search
* fix: correct string interpolation in API request URL for test case filtering
* adding debug log
* minor
* Fix OpenSearch issues
* revert logs, and playwright config
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: IceS2 <IceS2@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
* chore(ui): add typescript and eslint checks on dev server
* resolve ts error after enforcing typecheck
* fix tests
* fix: All failing unit test for eslint and typescript (#23309)
* fix all failling unit test for eslint and typescript
* fix bundle suite form test
* nit
* fix unit test
---------
Co-authored-by: Anujkumar Yadav <anujf0510@gmail.com>
* Fix: integrate API for notifications and bots update bot details redirection
* Add remaining entity type in activity feed
* Refacttor services entity
* supported security and sla tab in data contract
* added other localizations keys and remove the textArea field added and change termsOfUse field to description and change the dataClassification field to normal text field
* added playwright test for the same
* improvement around sla fields
* fix the playwright and sonar lint issue
* remove the terms of use field for now