* added tooltip on floating icons
* localizaion keys
* added tooltip on tables and other icons
* clipboard copy tooltip
* fix unit test
* fix cypress issue
* code smell fix
* changes as per comments and fix cypress issue
* 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
* feat(nosql-profiler): row count
1. Implemented the NoSQLProfilerInterface as an entrypoint for the nosql profiler.
2. Added the NoSQLMetric as an abstract class.
3. Implemented the interface for the MongoDB database source.
4. Implemented an e2e test using testcontainers.
* made ui enhancement in setting page
* ui fixes
* fix ui render in application and other setting page
* fix unit test and user profile page issues
* added loader in team selectable in user profile page
* changes as per comments
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* MINOR - Prepare App Exception & fix bigtable json
* Do not init the app all the time and allow to fetch initialized resources
* init installed apps
* Add runtime props
* Add runtime props
* Format
* feat(nosql-profiler): row count
1. Implemented the NoSQLProfilerInterface as an entrypoint for the nosql profiler.
2. Added the NoSQLMetric as an abstract class.
3. Implemented the interface for the MongoDB database source.
4. Implemented an e2e test using testcontainers.
* added profiler support for mongodb connection
* doc
* use int_admin_ometa in test setup
* - fixed linting issue in gx
- removed unused inheritance
* moved the nosql function into the metric class
* formatting
* validate_compose: raise exception for bad status code.
* fixed import
* format
* feat(nosql-profiler): added sample data
1. Implemented the NoSQL sampler.
2. Some naming changes to the NoSQL adaptor to avoid fixing names with the profiler interface.
3. Tests.
* added default sample limit
* feat(nosql-profiler): row count
1. Implemented the NoSQLProfilerInterface as an entrypoint for the nosql profiler.
2. Added the NoSQLMetric as an abstract class.
3. Implemented the interface for the MongoDB database source.
4. Implemented an e2e test using testcontainers.
* added profiler support for mongodb connection
* doc
* use int_admin_ometa in test setup
* - fixed linting issue in gx
- removed unused inheritance
* moved the nosql function into the metric class
* formatting
* validate_compose: raise exception for bad status code.
* fixed import
* format