-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Harvester shell integration - bump chron libraries #12349
Harvester shell integration - bump chron libraries #12349
Conversation
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
Can we also run |
return this.t('generic.invalidCron'); | ||
} | ||
try { | ||
const hint = cronstrue.toString(this.value || ''); | ||
const hint = cronstrue.toString(this.value as string || ''); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added { verbose: true }
in harvester PR#1103
const hint = cronstrue.toString(this.value, { verbose: true });
Do you want to add it as well ?
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary
Contributes to #12347
Occurred changes and/or fixed issues
Technical notes summary
Some new features in Harvester require newer chron lib versions.
Areas or cases that should be tested
Areas which could experience regressions
CronJob
page.Screenshot/Video
Checklist