Skip to content
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

feat(schedule): replace later with cron #32718

Merged
merged 10 commits into from
Nov 28, 2024

Conversation

RahulGautamSingh
Copy link
Collaborator

@RahulGautamSingh RahulGautamSingh commented Nov 25, 2024

Changes

Replace all later scheduleing in docs & presets with their cron equivalent

Context

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

rarkins
rarkins previously approved these changes Nov 25, 2024
docs/usage/configuration-options.md Outdated Show resolved Hide resolved
docs/usage/key-concepts/scheduling.md Outdated Show resolved Hide resolved
docs/usage/noise-reduction.md Show resolved Hide resolved
docs/usage/noise-reduction.md Show resolved Hide resolved
lib/config/presets/internal/schedule.ts Show resolved Hide resolved
@viceice viceice changed the title refactor(schedule): replace later with cron feat(schedule): replace later with cron Nov 25, 2024
@RahulGautamSingh
Copy link
Collaborator Author

Ranges are inclusive.
For example, 8-11 for an 'hours' entry specifies execution at hours 8, 9, 10, and 11.

@RahulGautamSingh

This comment was marked as outdated.

Copy link
Member

@viceice viceice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see new comments

Copy link
Member

@viceice viceice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add the mentioned descriptions for better copying as discussed on slack

Copy link
Member

@viceice viceice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rarkins do you prefer zero or seven for sunday? we should be consistent and only use one of them even both are working.

docs/usage/key-concepts/scheduling.md Outdated Show resolved Hide resolved
docs/usage/key-concepts/scheduling.md Outdated Show resolved Hide resolved
@HonkingGoose
Copy link
Collaborator

I agree that we should be consistent with the times, if possible. 🙂

@rarkins rarkins added this pull request to the merge queue Nov 28, 2024
Merged via the queue into renovatebot:main with commit ed8c37c Nov 28, 2024
39 checks passed
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 39.34.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

ssams pushed a commit to ssams/renovate that referenced this pull request Dec 2, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Widen cron syntax support, update docs
5 participants