mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 11:56:01 +00:00

* MINOR - Metadata Actions schemas * add type for left side menu bar items * fix the required fields in automatorAppConfig.json schema * update constants * mixin * create new styled component to show in alerts form card * Add new translations for ingestion pipeline and location * Fix import statement in AlertDetailsPage.tsx * Update automatorAppConfig.json schema to use an array for the 'type' property * config * move the advanced search configs to a new classBase for better customization * Update automatorAppConfig.json schema to add "name" and "description" fields * Update automatorAppConfig.json schema to remove "name" and "description" fields * Add new translations for description-plural in multiple language files * filter Automator * revert remove * Update pipeline actions interface and component to handle edit click event * Update select type for advanced search fields in AdvancedSearchClassBase.ts * Update ErrorPlaceHolderIngestion component to accept cardClassName prop * Update FormCardSection component to accept className prop * Update TagsContainerV2 component to include state property in tag data * Update TagsContainerV2 component to include defaultState and defaultLabelType properties * Update ingestionPipelineAPI.ts to include applicationType parameter in getIngestionPipelines function * Update AdvanceSearchProvider.test.tsx to include pathname in useLocation mock * work on comments * fix sonar lint errors * format * Update useLocation mock in AdvanceSearchProvider.test.tsx to include pathname * revert remove * Update LogsViewerPage interfaces and component to include application_task in IngestionPipelineLogByIdInterface * Update LeftSidebar component to import LeftSidebarItem interface and fix type annotation in children map function * fix observability alert test * revert the form list add method change --------- Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>