| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | _schedule_match_part doesn't take an array | 2020-02-14 | 1 | -2/+1 | |
| * | _schedule_match_part takes an `i` param | 2020-02-12 | 1 | -1/+2 | |
| * | remove superfluous newline (cron.py) | 2020-02-11 | 1 | -1/+0 | |
| * | add more cron timestamp fields, allow callbacks to runtime provide schedules | 2020-02-11 | 1 | -5/+11 | |
| * | correctly handle cron / "step" schedule | 2020-02-09 | 1 | -6/+23 | |
| * | use +=timedelta(minutes=1) when calculating next minute•••closes #223 | 2019-12-19 | 1 | -1/+2 | |
| * | "_match" -> "_schedule_match_part" typo | 2019-12-13 | 1 | -1/+1 | |
| * | use zip() instead of enumerate() and indexing | 2019-12-12 | 1 | -2/+1 | |
| * | more brackets in blob of math, just in case | 2019-12-12 | 1 | -1/+1 | |
| * | support cron schedule range values | 2019-12-12 | 1 | -0/+4 | |
| * | comma-separated cron schedule check should be first | 2019-12-12 | 1 | -6/+6 | |
| * | refector cron.py and support comma-separated schedule pieces | 2019-12-12 | 1 | -16/+28 | |
| * | first draft on cron module | 2019-12-11 | 1 | -0/+37 |
