* 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
* ISSUE-13556: Add suport for Salesforce table description ingestion
* ISSUE-13556: Remove unnecessary blank line
* ISSUE-13556: Fix to get description for each table
---------
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
* 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>