mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-31 05:04:39 +00:00

* 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