* tests: refactor
refactor tests and consolidate common functionality in integrations.conftest
this enables writing tests more concisely.
demonstrated with postgres and mssql.
will migrate more
* format
* removed helpers
* changed scope of fictures
* changed scope of fixtures
* added profiler test for mssql
* fixed import in data_quality test
* json safe serialization
* format
* set MARS_Connection
* use SerializableTableData instead of TableData
* deleted file test_postgres.py
* fixed tests
* added more test cases
* format
* changed name test_models.py
* removed the logic for serializing table data
* wip
* changed mapping in common type map
* changed mapping in common type map
* reverted TableData imports
* reverted TableData imports
* reverted TableData imports
* fix: typo in key for data dimension
* fix: table test key typo in data dimension
* fix: typo in migration util
* fix: add filter test cases by dimensions in search API
* style: ran java linting
* Implemented TemplateProvider.
* validating templatePlaceholders.
* Refactor: Update query to fetch documents for EmailTemplate type. Implemented a function that retrieves documents from doc_store for documents of type "EmailTemplate". This function returns the email template content.
* revert commit.
* revert commit.
* revert commit.
* added tests for EventSubscription for different resources with filters.
* activity feed ui improvements
* fix mysql icon not showing in feed card
* fix comments not showing in right panel card
* remove unused code and added utils test
* supported playwright test for feed replies
* changes as per comments
* fix(#15683): backend validation error for the following property types
* feat: Update supported date and datetime formats
* test: add e2e playwright test for custom properties
* chore: remove cypress test for custom properties
* Add date, dateTime, time backend support for custom property
* fix: update custom property display names in AddCustomProperty component
* feat: Update supported date and time formats
* chore: Update supported date and time formats
* feat: Update date and time formats in CustomProperty
* test: add playwright test
* Update supported date and time formats
* feat: Add tests for custom properties in Playwright in 2 parts
* Update supported date and time formats
* Update supported date and time formats
* chore: Update date format to uppercase in PropertyValue component
* feat: Add support for custom date format in PropertyValue component
* Update supported date and time formats
* test: add playwright test for time, dateTime, timeInterval and date properties
* Update supported time formats
* chore: Add focus to time and date pickers before filling values
* chore: Add focus to time and date pickers before filling values
* Remove date, dateTime, time from type_entity
---------
Co-authored-by: sonikashah <sonikashah94@gmail.com>
* encrypt jwt
* encrypt jwt
* Handle token revokes with SM
* #10192 - Validate both include and excludes filters
* #10192 - Validate both include and excludes filters
* docs
* add sample data for api service
* pylint fix
* correct service connection json
* fix sample data
---------
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>