* feat(#15380): replace the description editor with a new block editor.
* chore: Add placeholder support to BlockEditor
* feat: Add autofocus support to BlockEditor
* chore: implement block editor in richtext editor
* chore: Remove unused CSS import in RichTextEditor
* fix: ensure safe access to getEditorContent in Markdown editor components
* minor change
* fix: add support for ttf file extension in pom.xml
* fix: adjust block editor styles for better usability and overflow handling
* fix: update RichTextEditorPreviewer to RichTextEditorPreviewerV1 and adjust block editor styles
* fix: update description box selector to use om-block-editor for consistency
* fix: disable autoFocus on BlockEditor in RichTextEditorPreviewerV1
* refactor: update RichTextEditorPreviewer references to RichTextEditorPreviewerV1 in tests
* test: update timer handling in ApplicationCard and SuggestionsAlert tests
* fix(diff): update diff view rendering and attributes for consistency
* fix(RichTextEditor): add placeholder for empty markdown descriptions
* Add data-diff in <span>
* Fix test
* fix: update description box selector to use locator method for better reliability
* feat: integrate RichTextEditorPreviewerV1 for description rendering in Notification and Observability Alerts pages
* feat: add markdown conversion for mentions and hashtags in BlockEditorUtils
* fix: update initial value handling in TagsForm and formUtils
* MINOR - Update description handling in Playwright tests and utilities
* Refactor Playwright tests to use descriptionBox for tag and team descriptions
* Refactor custom property handling and update description check logic
* Enhance entity version page tests by adding description box read-only check and updating data-testid attributes
* Refactor description handling and improve diff rendering logic in task pages
* Fix user description clearing logic in UserDetails.spec.ts
* Enhance Rich Text Editor by adding custom styles and converting markdown to HTML for backward compatibility
* Remove test for rendering alert description when not present in AlertDetailsPage
* Clean up RichTextEditorPreviewerV1 by removing unnecessary comments and improving readability
* Update SearchIndexApplication.spec.ts to select 'Table' instead of 'Topic' in the tree widget
* Refactor BlockEditor and FeedUtils to improve code organization and readability
* Fix regex in getTextFromHtmlString to correctly remove HTML tags
* Add tests for getTextFromHtmlString and improve HTML tag removal regex
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* Added Mappers and moved logic from controller to mapper class for resources
* Add missed Fqn
* Fix PyTest Failures
---------
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
* fix: Resolve NullPointerException in MS Teams DQ template handling
* fix: Update DQ template logic to handle test case changes and results
Details:
Ensures a general template is created for any changes in the test case.
Generates a DQ template when the test case result is updated.
* refactor: Make testCaseResult as constant named TEST_CASE_RESULT
* Minor : Fix 18606 prevent overwriting domain for PUT request
* load the attributes of glossaryTerm first and override with the import
* change logging to warn type
* revert changes
---------
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
* supported editUser permission in user tab for team page
* remove edit all permission check in teams add/remove user api
* added playwright test for the editUser permission
* Added playwright test for data consumer user and remove no used field from the advance api call
---------
Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
* fix: Filter activity feed events for test cases and suites.
* minor fix around the button label after save task tab
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* Minor: Domain only access policy prevents bots listing
* Minor: Domain only access policy prevents bots listing
* Add Entity Type condition to limit the scope of NOT IN
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* Create Change Events on import and update in es
* add glossary tests
* minor test cleanup
* Make Change Event Update Async
* Fix Test case
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
* Remove Workflow Instance States until better solution is found
* Remove Workflow Instance States until better solution is found
* Remove Workflow Instance States until better solution is found
* Fix issue with OpenSearchClient
* Fix : Knowledge page update Parent patch - search side changes
* cleanup code
* resolve case when other children under same old parent were getting affected in search
* fix: Update configuration for activity feed.
* fix: Migrations
* remove the customProperty and testSuite feed beautification case from the feed
* fix: Remove custom properties from the source
* fix: add metric in the matchAnySource.
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>