* unit test for AlertDetails
* added unit test for AppTour component
* unit test for TourEndModal component
* added unit test for AppDetails component
* added unit test for AppInstallVerifycard
* add unit test for AppLogsViewer component
* increase coverage in AppLogsViewer component
* added unit test for AppRunsHistory component
* a variable name change
* added unit test for AppSchedule component
* minor change
* added unit test for MarketPlaceAppDetails component
* increased coverage in MarketPlaceAppDetailsComponent
put all the `make` commands in a dedicated code block. under the `python setup` section.
the `generated service` section now contains explanations for curios individuals.
* docs(check-prerequisites): prerequisites recipe
- added scripts/check_prerequisites.sh.
- added usage in docs.
- added prerequisites to Makefile.
* docs(check-prerequisites): fix for docker version
* docs(check-prerequisites): fix for docker version
* docs(check-prerequisites): fix for docker version
* docs(check-prerequisites): revert docker-compose.yml
* Minor: Address feedback of Incident manager
* added provision to delete and update display name from test case detail page
* address the feedback
* added option to clear severity
* fix task card colors code as per new ui
* fix card styling and remove enity fqn from announcement card in drawer
* minor fix
* text change for accouncement card header
* Init Organization Errors Fix
* Fix Index Factory Tests
* CheckStyle Fix
* remove unnecessary code
* Use default in case of failures
* Use default in case of failures
* 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>