summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Removed obsolete FAQ section about sharing job storesAlex Grönholm2021-03-281-22/+1
* Reformatted the version historyAlex Grönholm2021-02-261-360/+199
* Implemented data store sharing and proper async supportAlex Grönholm2021-02-241-0/+4
* Updated the version history from the 3.x branchAlex Grönholm2021-01-231-1/+44
* Fixed a typo (#482)Tim Gates2021-01-101-1/+1
* Refactored the triggersAlex Grönholm2020-05-232-23/+8
* Fixed changelog screwups due to the v4.0 rebase operationAlex Grönholm2019-07-191-3/+7
* Added the CalendarIntervalTriggerAlex Grönholm2019-07-192-0/+66
* Dropped support for Python < 3.5Alex Grönholm2019-07-191-0/+2
* Removed the Qt schedulerAlex Grönholm2019-07-192-28/+1
* Updated the changelogv3.6.1Alex Grönholm2019-07-191-0/+9
* Fixed wrong method name in documentation (#374)Xingang Zhang2019-06-061-1/+1
* Added the release versionv3.6.0Alex Grönholm2019-03-181-2/+2
* Adapted RethinkDBJobStore to rethinkdb library v2.4+Alex Grönholm2019-03-181-0/+1
* Added a FAQ entry about serialization related ValueErrorsAlex Grönholm2019-02-031-0/+30
* Added note in changelog about PR #347Alex Grönholm2018-12-051-1/+1
* Adapted RedisJobStore to use the redis 3.0+ libraryAlex Grönholm2018-12-051-0/+6
* Added the API reference to the side bar (#345)Nikita Melentev2018-11-293-7/+4
* Fixed class methods being mistaken for instance methodsv3.5.3Alex Grönholm2018-08-141-0/+2
* Fixed callable name detection for methods in old style classesAlex Grönholm2018-08-141-0/+6
* Raise RuntimeError if starting the scheduler under uWSGI without threadsv3.5.2Alex Grönholm2018-08-101-0/+2
* Added the FAQ to the docsAlex Grönholm2018-08-104-0/+102
* Fixed scheduling of bound methods on persistent job storesAlex Grönholm2018-08-101-0/+8
* Removed outdated Python 3 gevent remark (#316)Ruben Diaz2018-06-011-3/+0
* Fixed missing :class: in a reference in the user guide (#298)nwalsh19952018-03-241-1/+1
* Fix typo (#278)Alfredos-Panagiotis Damkalis2018-01-241-1/+1
* Added support for UTC offsets in datetime parsingAlex Grönholm2018-01-161-0/+3
* Fixed erroneous changelog entry about month names in ``CronTrigger``Alex Grönholm2018-01-161-1/+1
* Fixed CronTrigger with jitter producing fire times beyond end_dateAlex Grönholm2018-01-031-0/+3
* Fixed OverflowError on Windows when wait_seconds was too largeAlex Grönholm2018-01-031-0/+6
* Added combining triggers (AndTrigger + OrTrigger)Alex Grönholm2017-12-194-2/+43
* Added a troubleshooting sectionAlex Grönholm2017-12-191-0/+16
* Cancel all pending futures on AsyncIOExecutor shutdownAlex Grönholm2017-12-131-0/+2
* Fixed passing "wait" as keyword argument to AsyncIOScheduler.shutdown()Alex Grönholm2017-12-131-0/+2
* Allow spaces around commas in CronTrigger fieldsAlex Grönholm2017-12-121-0/+2
* Added support for creating cron triggers from crontab expressionsAlex Grönholm2017-12-122-0/+5
* Added support for named monthsAlex Grönholm2017-12-122-0/+5
* Added better validation for cron trigger expressionsAlex Grönholm2017-12-111-0/+2
* Added version history entry for PR #258Alex Grönholm2017-12-101-0/+2
* Implement random jitter option for CronTrigger and IntervalTrigger (#258)Gilbert Gilb's2017-12-102-0/+16
* Fixed memory leak when scheduled jobs raise exceptionsAlex Grönholm2017-12-091-0/+3
* Switched to using .readthedocs.yml for RTD configurationAlex Grönholm2017-11-071-7/+0
* Added the engine_options option to SQLAlchemyJobStoreAlex Grönholm2017-11-072-1/+8
* Fixed syntax highlighting and indentation issuesAlex Grönholm2017-11-071-15/+10
* Formatted list items in changelog to be consistent with previous onesAlex Grönholm2017-10-211-0/+2
* Added docker-compose configuration to facilitate testingAlex Grönholm2017-10-211-13/+18
* Updated the docs to conform to the 99 column limitAlex Grönholm2017-10-215-173/+209
* Added a workaround for import troubles with PyInstaller et alAlex Grönholm2017-10-211-0/+2
* Added documentation and changelog entry for the "tableschema" argumentAlex Grönholm2017-10-211-0/+2
* Updated Travis/tox configuration and the supported Python interpretersAlex Grönholm2017-10-101-0/+6