Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added time zone to the output of CronTrigger and IntervalTrigger | Alex Grönholm | 2016-04-02 | 1 | -15/+25 |
| | |||||
* | Fixed off-by-1-hour bug in cron trigger while crossing the DST threshold ↵ | Alex Grönholm | 2016-03-27 | 1 | -12/+13 |
| | | | | (fixes #115) | ||||
* | Improved the IntervalTrigger's dst change test | Alex Grönholm | 2016-03-27 | 1 | -5/+5 |
| | |||||
* | Improved PEP 8 and PEP 257 compliancy | Alex Grönholm | 2015-12-11 | 1 | -31/+41 |
| | | | | Moved from the previous 120 column limit to PEP 8 compliant 99 column limit. | ||||
* | add some CronTrigger tests | liuchao12 | 2015-11-26 | 1 | -0/+15 |
| | |||||
* | Fixed start date getting set too far in the future in IntervalTrigger (fixes ↵ | Alex Grönholm | 2014-10-20 | 1 | -0/+5 |
| | | | | #70) | ||||
* | Added unit tests for the BaseScheduler class | Alex Grönholm | 2014-06-15 | 1 | -2/+3 |
| | | | | | | | Fixed a number of bugs in BaseScheduler Added the jobstore_alias parameter to run_job() so that the proper event can be generated Added scheduler events for adds/removals of executors Fixed the scheduler configuration to match with the documentation | ||||
* | Changed the trigger API to allow it to work with run times in the past | Alex Grönholm | 2014-05-31 | 1 | -77/+68 |
| | |||||
* | Added the end_date parameter to the cron and interval triggers | Alex Grönholm | 2014-05-26 | 1 | -4/+21 |
| | |||||
* | Fixed DST crossover handling in the Cron trigger | Alex Grönholm | 2014-05-26 | 1 | -6/+6 |
| | |||||
* | Replaced python-dateutil with pytz and tzlocal because dateutil can't handle ↵ | Alex Grönholm | 2014-05-19 | 1 | -84/+86 |
| | | | | date the DST quirks in date arithmetic | ||||
* | Fixed extraction of timezone from start_date | Alex Grönholm | 2014-04-13 | 1 | -0/+5 |
| | |||||
* | Improved timezone support especially for the pytz module. | Curtis Vogt | 2014-04-08 | 1 | -1/+73 |
| | | | | | | | | | | Overview: - Datetime localization now supports pytz timezones. - Trigger get_next_fire_time now expect a timezone aware datetime. - Normalized datetimes from get_next_fire_time. - CronTrigger uses the timezone of the start_date rather than the trigger. - Added trigger testcases for DST fallback. | ||||
* | Made the timezone argument optional again where possible | Alex Grönholm | 2014-04-06 | 1 | -26/+24 |
| | |||||
* | Test cleanups and test suite configuration improvements | Alex Grönholm | 2014-04-06 | 1 | -94/+92 |
| | |||||
* | Changed the syntax for adding a new job | Alex Grönholm | 2014-04-01 | 1 | -25/+24 |
| | | | | Added extensive validation for Job attributes | ||||
* | PEP-8 fixes and testing improvements | Alex Grönholm | 2014-01-20 | 1 | -1/+1 |
| | |||||
* | Migrated from nose to py.test | Alex Grönholm | 2014-01-20 | 1 | -0/+202 |