6 Commits

Author SHA1 Message Date
Aniket Katkar
0a38334c98
Minor: Add edit alert form item improvements (#15346)
* add "Assignees" option in subscription category enum

* add Assignee option for task alert source destination options

* change alert form section names from "Trigger" to "Source" and "Actions" to "Trigger"

* localization changes for other languages

* rename the trigger item components

* rename observability alert form actions item component to a proper name

* only show "Owners" and "Assignees" options for "Task" source

* change all alert trigger references to source

* change all alert action item references to trigger

* fix failing unit test

* add cypress coverage for task source

* convert alert specs to .ts files

* update the changed key value for other languages
2024-02-28 11:13:13 +05:30
Aniket Katkar
38f24fc363
Minor: Cypress improvements and flakiness fixes (#15068)
* fix glossary version page flakiness

* remove the commented code for alert tests

* fix flakiness in SearchIndexDetails spec

* Add Storage Service in Search Indexing App

* Add Storage Service in Search Indexing App

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-02-07 19:49:57 +05:30
Aniket Katkar
1d61d7fb3f
fix failing cypress tests (#15003) 2024-02-02 10:12:17 +00:00
Aniket Katkar
fac202319f
Minor: Observability alert improvements and bug fixes (#14995)
* change update alert calls form PATCH to PUT

* fix the cypress failing due to API changes

* add missing inputs for test suite action

* improve cypress test coverage for alert CRUD flow

* Add tooltip for filter and action options for better readability of long filter names

* fix debounce not working for AsyncSelect

* fix layout of the alert form

* change the name of button to navigate to add alert page

* allow adding regex in the entity fqn input

* update cypress tests to avoid flakiness

* update layout of form fields

* fix layout overflow issue for add alert form

* fixed cypress tests

* fix unit test

* remove lodash imports from alert specs

* add initial trigger select dropdown when clicked on 'Add Trigger' button

* improve AsyncSelect functionality to show initial options when select is focused

* fix cypress tests for alerts failing due to trigger item changes

* add new component for teams and user selection in alert form destination step

* add unit test for TeamAndUserSelectItem

* fix cypress

* fixed minor bugs on add alert page

* fix cypress tests

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2024-02-02 11:24:58 +05:30
Aniket Katkar
8f887b38e7
Minor: Alert flow feedback and cypress improvements (#14924)
* change update alert calls form PATCH to PUT

* fix the cypress failing due to API changes

* add missing inputs for test suite action

* improve cypress test coverage for alert CRUD flow

* Add tooltip for filter and action options for better readability of long filter names

* fix debounce not working for AsyncSelect

* fix layout of the alert form

* change the name of button to navigate to add alert page

* allow adding regex in the entity fqn input

* update cypress tests to avoid flakiness

* update layout of form fields

* fix layout overflow issue for add alert form

* fixed cypress tests

* fix unit test

* remove lodash imports from alert specs

* add initial trigger select dropdown when clicked on 'Add Trigger' button

* improve AsyncSelect functionality to show initial options when select is focused

* fix cypress tests for alerts failing due to trigger item changes

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2024-02-01 18:41:42 +05:30
Aniket Katkar
5f1069b171
Minor: Add cypress tests for data observability and notification alerts (#14900)
* updated the observability icon in the sidebar

* add test ids and missing rules for add alert form
fix the destination category select dropdown issue

* add cypress for CRUD flow of notifications alert

* delete duplicate cypress test
added proper comments in the code

* add cypress tests for observability alert CRUD flow
2024-01-28 10:24:31 -08:00