* Fix the empty space rendering in place of icons if no icon is present
* Localization changes
* Fix the entity suggestion errors when searched for entities with special characters
* Update the playwright user and mlModel class to provide and update patch method
* add unit test for getEntityIcon
* 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.
* implemented templateProvider.
* Added placeholders definition (emailTemplatePlaceholder.json) for each emailTemplates.
* implemented resetSeedApi.
implemented schema for emailTemplate and emailTemplatePlaceholder.
implemented util functions for fetching placeHolders.
* Fix Issue in Template Provider
* Updated EmailUtil to use getTemplate from DocStore.
Updated ResetEmailTemplate API to only reset EmailTemplate type documents.
Cleaned up the previous method for retrieving the template from the path.
* fixes.
* added email validation test.
* Remove ftls
* Update code to better structure
* Fix Failing Tests
* Add Custom Exception and error on null entity
* Update Default Template Provier
* Fix Condition
* Correct Message
* added dataInsightReport.json
* fix dataInsightReport.json
* Fix Failing Test
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* fix the tags not rendering in selector after selection in edit tags taks
* added playwright test
* minor changes
* minor fix
* fix the tags not updating in edit and accept tag
* fix explore design
* update switcher icon
* show menu when search query exists
* fix selection of active service
* fix type error
* fix tests
* fix tests
* fix tests
* change placment of comment and close button in task approval workflow
* minor change
* playwright test for the close and comment function
* supported ref in activityFeedEditor
* fix playwright test
* added playwright test for data steward
* fix the test for the data streward user
* fix the close button not showing if task has no suggestions and icon fixes
* fix sonar issue
* change glossary and add suggestion button to dropdown button
* fix the glossary failure due to button change
* icon change for add tag and description
* fix glossary cypress failure due to button chnages
* changes as per comments
* feat: updated multi pipeline ui as per new mock
* translation sync
* fixed failing unit test
* fixed playwright test
* fixed viewService click issue
* sorted pipeline based on test case length
* fix(#17016): apply Read-Only Mode to All Custom and Built-In Nodes in Block Editor
* test: add unit test
* fix playwright test
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* 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
* fix(data-quality): empty test suite
do not raise for empty test suite
* format
* dont need to check length in _get_test_cases_from_test_suite
* fix
* added warning if no test cases are found