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

Feature - Update API for schedule (2/3) #3026

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 15, 2024

  1. Creates a new operation per schedule

    When an object schedule is created, it embeds a complete operation
    template in its "task" field.
    On the first schedule time, it creates an operation from the template.
    Until now, this operation was used for each subsequent schedule.
    This commit prevent that and creates a new operation per schedule, with
    the start date added in its name.
    jean-baptiste-perez-bib authored and sasirven committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d6d2f19 View commit details
    Browse the repository at this point in the history
  2. Update schedule Schemas

    - Add a validation step to ensure the schedule field has a valid cron
      syntax.
    sasirven committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8036099 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    bd63825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8aed5b View commit details
    Browse the repository at this point in the history