* unit test case of welcome screen & recently viewed
* add team type select unit test
* add unit test case for resizable panels
* add unit test case for Panel Container
* unit test case for CmdKIcon
* add unit test case for feed filter popover
* add unit test fir feeds widget
* add unit test case for form builder
* add unit test case for form builder
* add unit test case of teams heading label
* unit test case of teams info
* unit test case of teams subscription
* unit test case of add data quality test page
* unit test of add ingestion page
* code refactor
* add ingestion pipeline search index in UI
* Add Ingestion Pipeline index
* Update date in case of running
* Use timestamp
* add cypress test case for ingestion pipeline trigger
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* 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>