Skip to content
Snippets Groups Projects
  • Anton Kulyk's avatar
    3becfb2d
    Update model cache refresh scheduling control (#23696) · 3becfb2d
    Anton Kulyk authored
    * Remove anchor time setting
    
    * Remove anchor time setting
    
    * Update setting
    
    * Allow styling `SettingSelect` component
    
    * Add `ModelCachingScheduleWidget`
    
    * Remove `PersistedModelRefreshIntervalWidget`
    
    * Pass `disabled` prop to expression input
    
    * Install `cron-expression-validator`
    
    * Wrap cron validator to support i18n
    
    * Fix React hooks style
    
    * Handle "custom" select value
    
    * Clean cron input when selecting built-in schedule
    
    * Connect custom cron input
    
    * Update API endpoint to change schedule
    
    * wip
    
    * Handle the "year" CRON component
    
    * Extract components, make explainer text live
    
    * Add default custom schedule value
    
    * Add helpful docs
    
    * Don't allow configuring CRON seconds part
    
    * Fix error message
    
    * Tweak popover spacing
    
    * Workaround validation lib issue
    
    * Run prettier
    Update model cache refresh scheduling control (#23696)
    Anton Kulyk authored
    * Remove anchor time setting
    
    * Remove anchor time setting
    
    * Update setting
    
    * Allow styling `SettingSelect` component
    
    * Add `ModelCachingScheduleWidget`
    
    * Remove `PersistedModelRefreshIntervalWidget`
    
    * Pass `disabled` prop to expression input
    
    * Install `cron-expression-validator`
    
    * Wrap cron validator to support i18n
    
    * Fix React hooks style
    
    * Handle "custom" select value
    
    * Clean cron input when selecting built-in schedule
    
    * Connect custom cron input
    
    * Update API endpoint to change schedule
    
    * wip
    
    * Handle the "year" CRON component
    
    * Extract components, make explainer text live
    
    * Add default custom schedule value
    
    * Add helpful docs
    
    * Don't allow configuring CRON seconds part
    
    * Fix error message
    
    * Tweak popover spacing
    
    * Workaround validation lib issue
    
    * Run prettier
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using yarn. Learn more