mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-22 06:14:56 +00:00

* Update the cron-editor form to implement new design * localization changes * Refactor the CronEditor component * Improvements and bug fixes for CronEditor * localization and license header changes * Fix the type errors * Move the CronEditor component logic to ScheduleInterval * Fix schedular for the test suite ingestion * Fix the unit tests * Fix playwright tests * Fix the failing playwright tests * Fix the ingestion search issue * worked on comments and fixed playwright tests * Remove the unnecessary isEmpty check for the cron string * Fix the cron values for hour and min not showing correctly * Remove the isEmpty check for cron * Move the cron error checks to the create ingestion logic * Fix the failing playwright * Add the monthly schedule option * Fix the logic for default schedule to allow default schedule as none * fix the unit tests