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

add: new parsing. #1

Merged
merged 2 commits into from
Nov 13, 2021
Merged

add: new parsing. #1

merged 2 commits into from
Nov 13, 2021

Commits on Oct 5, 2021

  1. add: new parsing.

    Following are now possible strategies:
    
    "~has started today"
    --> Runs once a day
    
    "hourly & ~has failed today"
    --> Hourly but if fails, won't run the rest
    of the day
    Miksus committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    6081036 View commit details
    Browse the repository at this point in the history
  2. test: fixed failing test, task attribute missing

    in testing condition.
    Miksus committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    bcdae27 View commit details
    Browse the repository at this point in the history