* chore(ui): move entitydetails loading to
* improve version page
* minor improvement for version
* fix tests
* chore(ui): reduce routes from specific to generic to reduce the code (#15404)
* chore(ui): reduce routes from specific to generic to reduce the code
* cleanup on authenticated app router
* fix tests
* fix path for table then other type
* fix cypress
* address comments
* fix routes issue
* fix path issue for versino pages
(cherry picked from commit bb03e594a4113ffd3266ab9220d1b7efc14a50f5)
* fix paths
* fix tests
* fix mock issue
* fix java lint
* fix task path
* supported unit test for email conifugration form
* fix cypress for roles and policies
* supported unit test for incident manager header component
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* chore(ui): reduce routes from specific to generic to reduce the code
* cleanup on authenticated app router
* fix tests
* fix path for table then other type
* fix cypress
* address comments
* fix routes issue
* fix path issue for versino pages
* Add 'Mentions' enum for subscriptionCategory
* fix the user list selection field not showing for 'Mentioned Users' filter
* update the cypress for new changes
* fix teams not showing in the mention suggestions
* Add Custom Propety Config to store format, enum values, entity types
* Fix import statements and remove unused code
* Add Custom Propety Config to store format, enum values, entity types
* Add support for enum field type in custom properties
* update name in customPropertyConfigTypeValueField
* add custom property config column in custom property table
* Update padding-left in block-editor.less
* Add enum value translation for multiple languages
* update placeholder of config
* fixed python sdk
* add enum type in property value
* add unit tests
* Add Custom Propety Config to store format, enum values, entity types
* update ui to handle the enum config and validation
* Fix enum value handling in EditCustomPropertyModal and PropertyValue
* Update CustomProperty.md with enum values and multi-select option
* add cypress test
* add cypress for multiselect enum value
* Add tests for enum props
* add cypress for editing the enum property
* Add validations to enum
* Fix dependency issue
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
* change placeholder for add asset in teams
* localization keys
* changes as per comment on localization key
* fix the squashing of header in entity page
* 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
* 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>
* 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
* - Added Jdbc Store for Quartz Job
- Added tables schema for Mysql and Postgresql
* Catch Object Already Exists
* Drop tables extra statements
* Use Proper Dialects
* supported cypress for team drag and drop functionality
* added glossary drag and drop cypress and fix searchindex cypress failure
* changes as per comments
* fix the regression of import