* 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
* Update Entity Observability Filter
* working observability creation
* complete creation flow
* fix action with arguments
* fix form validations and form data formulation for 'input.actions' field
* localization changes for other languages
* Fixes for Data Observability
* Add mention notification
* Only apply mention to conversation
* fIx test case
* bug fixes for add and edit observability alert form functionality
* fIx test case
* add feature to config internal along with external destinations in alert form
* Fix Formatting
* Fix Url Redirection
* add observability alert details page
* localization changes for other languages
* remove filter and action required rules
* fix styling for observability form and details page
* add delete functionality on observability alert details page
* update view page layout and add a warning in configure destination step
* localization changes for other languages
* feat(ui): support notification with new flow (#14848)
* feat(ui): support notification with new flow
* fix notifications
* add missing filters for notification alert creation flow
* update the filter hiding logic to show at the start always
* add check to show Actions section in observability alert creation form
* code cleanup and improvements
* add breadcrumb to add notification alert page
* Add General Metadata Filters
* remove code smells and code cleanup for add notification page
* add new filter
* show activity feed alert on notifications list page
* add notification alert details page changes
* localization changes for other languages
* show icons for all the entities in the alert trigger dropdown
* redirect to notification alert listing page after deleting the notification alert
* change add alert page title
* add logic to disable all destinations except email for users
* fixed unit tests
* code improvements and cleanups
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* feat(ui): supported: #11857 show detailed run status for ingestion pipelines
* fix user page issue and unit test for ingestion run status
* Refactor IngestionRecentRun.test.tsx to use spread operator for executionRuns
* fix unit test
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* fix(14417): add the search index setting link for re-index with error message, when failed to find a search index
* added locales
* manage some space
* use Context to show error
* Revert "use Context to show error"
This reverts commit d443a2efe188348aa4088e8fa0eadbacea4e9855.
* Revert "added locales"
This reverts commit 95417e1b0cdbd4c88bc5c253410e050b23956608.
* Revert "fix(14417): add the search index setting link for re-index with error message, when failed to find a search index"
This reverts commit 55ca134ad514c5179e96c2e60639e7142a18bcd2.
* Revert "manage some space"
This reverts commit ca7b7deca2f54a17f052310e6b5277578cac9f4b.
* added alert for search index not found
* added locales
* some fixes
* added fix for content not getting removed when switch to a tab which should not have index data
* fix: tier option not showing for the database tab in advance search
* alert place change and header text change
* updated locales
* addressing comments
* adding getAlertBody util to make the AlertBody layout consistent
* added unit test for index not found alert
* added unit test for getAlertBody util
* minor change
* increased specificity of the alert link text
* addressed comments
* move string to constant file
* Revert "adding getAlertBody util to make the AlertBody layout consistent"
This reverts commit b4a609be7c79639bbe54af45a98d148741ed19b2.
* removed getAlertBody utility
* Revert "added unit test for getAlertBody util"
This reverts commit 8202ba323d43b551755bc4ca5f2ae18c10333498.
* removed unwanted code
* move a string to constant
* fix: test after removing getAlertBody
* moved static alert as separate component
* not render searchedData when have index not found banner in the page
* added testcase not show searchedData when notfound index banner present
* reduce chaining in conditional operator
* minor change
* fix AUT visit entity details page
Fixing issues with AUT
Getting 404 when trying to visit entity details page
* fix aut test fialures
* fix aut test fialures
* fix postgres issue
* Revamp Setting Page UI
* localization key pushed
* added breadcrumb in setting entity pages
* fix nested pages ui
* description added for cards and route fix
* fix unit test
* change cypress flow for setting page as per new UI
* fix sonarcloud and build issue
* fix some cypress
* fix cypress
* fix alert changes
* redirect to last page visited after deleting any service entity
* separate out application and bot from integration and sort custom property alphabitallcy
* fix cypress not running and bifercated bots and application cards
* fix cypress failure and addressed comments
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* improvement in advance search based on custom property
* fix a reading undefined property issue
* wip: advance search based on tier
* some code cleanup and improvement
* some fixes
* fix: ui flicker when advanceSearched is apply and refresh the page
* some cleanup
* no need to call customproperty api call, if entity not suppport customProperties
* minor change
* fix: autocomplete not working in tier search option in advance search modal
* added unit test for advance search provider component
* some cleanup
* added testcase for open modal
* added testcase for resetAllFilters method
* removed unwanted code
* added e2e test for testing tier advance search
* fix: e2e search flow for single field
* fix: string field not working after giving listValues in TierSearch
* fix: group query e2e test fix
* used asyncFetch way to get the tierOptions synchronously
* some cleanup
* remove unwanted lines
* some cleanup
* fix: selected option show option value instead of option title
* sort by display name in owner and mentions list
* maintain sort order
* fix cypress
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* 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>