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

Support for Cron expressions #452

Merged
merged 20 commits into from Jul 1, 2020
Merged

Support for Cron expressions #452

merged 20 commits into from Jul 1, 2020

Commits on Jun 28, 2020

  1. Configuration menu
    Copy the full SHA
    ace3d01 View commit details
    Browse the repository at this point in the history
  2. Adds cron migration

    Koed00 committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    1a1597c View commit details
    Browse the repository at this point in the history
  3. Adds test for cron

    Koed00 committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    1906be9 View commit details
    Browse the repository at this point in the history
  4. Fixes test for cron

    Koed00 committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    5509fbb View commit details
    Browse the repository at this point in the history
  5. Fixes test for cron

    Koed00 committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    d24e829 View commit details
    Browse the repository at this point in the history
  6. Fixes deprecation

    Koed00 committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    5bf2cd4 View commit details
    Browse the repository at this point in the history
  7. Check for nodes

    Koed00 committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    a57f7e3 View commit details
    Browse the repository at this point in the history
  8. Get correct type name

    Koed00 committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    a02ded0 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Adds cron kwarg

    Koed00 committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    5fe5b5f View commit details
    Browse the repository at this point in the history
  2. Adds cron to docs

    Koed00 committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    c89c23a View commit details
    Browse the repository at this point in the history
  3. Adds cron to readme

    Koed00 committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    85f5752 View commit details
    Browse the repository at this point in the history
  4. Test cron validator

    Koed00 committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    34293cf View commit details
    Browse the repository at this point in the history
  5. Moves optional import to root

    Koed00 committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    f0061dc View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Test get_ids

    Koed00 committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    dda0c3c View commit details
    Browse the repository at this point in the history
  2. Adds qinfo ids check

    Koed00 committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    d46d08e View commit details
    Browse the repository at this point in the history
  3. Test for no nodes config

    Koed00 committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    b17fd24 View commit details
    Browse the repository at this point in the history
  4. test model unicode

    Koed00 committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    e6f82c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Updates django

    Koed00 committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    f48e26f View commit details
    Browse the repository at this point in the history
  2. Trigger cron validation

    Koed00 committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    532199f View commit details
    Browse the repository at this point in the history
  3. Removing value check

    Koed00 committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    f223cfc View commit details
    Browse the repository at this point in the history