* add Custom Properties for various entities
* type fixes and code refactor
* fix failing test & minor fix
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Centralize EventType
* Format better for readability
* Add Handling for Thread as Change Event
* Centralize logic for Entity Message Creation
* Add Thread Parent Message in Conversation
* Add Task and Announcement
* Support for multiple destinations
* Delete existing alerts for schema changes
* Delete all tables data for event subscription
* Centralize logic for Notifications and Observability
* Change Field Name and Remove redundant code
* Test Fixes
* Add more fields
* Add Optional
* Logical Test Case Addition Chnage Event
* Add Filter By Owner
* Fix Email Entity Url
* added data observability settings page
* localization changes for other languages
* Handler closure and cleanup
* complete create observibility flow
* fix searchIndex method error
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Fix(#14724): refactor encoding/decoding FQN flow
* Fix encoded FQN usage in API endpoints
* add useFqn hook and fix dependencies in affected components
* fix: unit test
* Refactor code and remove unused imports
* Add unit tests for useFqn hook and StringsUtils module
* Refactor AddCustomProperty component and constants
* Refactor glossary version routes and fetch methods
* Fix imports and remove unused code
* Feat: Incident manager part 2
* updated stepper to show the future steps
* added dynamic breadcrumb in incident details page
* added cypress for incidentmanager
* added incident layer in graph and details in tooltip
* updated ui as per new change
* moved function render to useMemo
* fixed cypress for incident manager
* fixed unit test
* addressing review comments
* fixed failing cypress
* Centralize EventType
* Format better for readability
* Add Handling for Thread as Change Event
* Centralize logic for Entity Message Creation
* Add Thread Parent Message in Conversation
* Add Task and Announcement
* Support for multiple destinations
* Delete existing alerts for schema changes
* Delete all tables data for event subscription
* Centralize logic for Notifications and Observability
* Change Field Name and Remove redundant code
* Test Fixes
* Add more fields
* Add Optional
* Logical Test Case Addition Chnage Event
* Add Filter By Owner
* Fix Email Entity Url
* Handler closure and cleanup
* Fix#14038: Inconsistent search results between auto-suggest box and actual search results
* use dataAsset instead of all alias
---------
Co-authored-by: karanh37 <karanh37@gmail.com>