Skip to content

fix: auto-update column showed "daily" for interval crons#1140

Open
kokarn wants to merge 1 commit into
Finsys:mainfrom
kokarn:fix/auto-update-column-cron-label
Open

fix: auto-update column showed "daily" for interval crons#1140
kokarn wants to merge 1 commit into
Finsys:mainfrom
kokarn:fix/auto-update-column-cron-label

Conversation

@kokarn

@kokarn kokarn commented Jun 3, 2026

Copy link
Copy Markdown

Proposed change

The Containers overview used a hand-rolled formatSchedule that labeled any expression with dow === '*' (e.g. */5 * * * *) as "daily". Switched it to cronstrue — the same library the Edit view uses — so the column and editor always agree.

Type of change

  • Bug fix: non-breaking change which fixes an issue.
  • New feature / Enhancement: non-breaking change which adds functionality.
  • Breaking change: fix or feature that would cause existing functionality to not work as expected.
  • Other. Please explain:

The Containers overview used a hand-rolled formatSchedule that labeled any
expression with dow === '*' (e.g. */5 * * * *) as "daily". Switched it to
cronstrue — the same library the Edit view uses — so the column and editor
always agree.
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@kokarn

kokarn commented Jun 3, 2026

Copy link
Copy Markdown
Author

I'm not sure how to fix the CLA thing? I signed 4 hours ago, is that not enough time or have I missed some steps?
Screenshot 2026-06-03 at 14 27 13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants