summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added the release version4.0.0a2Alex Grönholm2022-09-041-1/+1
* Marked removal of from_asyncpg_pool() as a breaking changeAlex Grönholm2022-09-041-1/+2
* Removed setup.cfg entirelyAlex Grönholm2022-09-042-2/+1
* Added section to user guide on how to run the schedulerAlex Grönholm2022-09-041-0/+82
* Fixed resource warnings in the asyncpg event broker when the listener task is...Alex Grönholm2022-09-041-6/+16
* Fixed asyncpg/redis start() while cancelled resulting in an inconsistent canc...Alex Grönholm2022-09-042-5/+9
* Changed the scheduler API to require an explicit start callAlex Grönholm2022-09-0414-40/+131
* Fixed docstring on stop_check_intervalAlex Grönholm2022-09-032-5/+6
* Added mention of the JobReleased event serialization fix to the changelogAlex Grönholm2022-09-031-0/+1
* Don't report cancellations as crashes on Python 3.7Alex Grönholm2022-09-035-16/+41
* Improved the "separate worker/scheduler" examplesAlex Grönholm2022-09-034-0/+105
* Updated docker-compose service imagesAlex Grönholm2022-09-031-7/+3
* Improved the MQTT event brokerAlex Grönholm2022-09-032-3/+21
* Improved the asyncpg event brokerAlex Grönholm2022-09-033-44/+115
* Added async Redis event broker and made the sync one resistant to connectivit...Alex Grönholm2022-09-035-38/+193
* Fixed JSON/CBOR serialization of JobReleased eventsAlex Grönholm2022-09-032-2/+23
* [pre-commit.ci] pre-commit autoupdate (#658)pre-commit-ci[bot]2022-08-221-1/+1
* Added the release version4.0.0a1Alex Grönholm2022-08-171-1/+1
* Minor documentation formatting fixesAlex Grönholm2022-08-172-10/+19
* Added warning about the pre-release statusAlex Grönholm2022-08-172-0/+8
* Fixed flaky testAlex Grönholm2022-08-171-1/+1
* Tweaked Sphinx configurationAlex Grönholm2022-08-171-2/+2
* Added explicit type for unresolvable parameterAlex Grönholm2022-08-171-0/+1
* Added a number of missing classes to the API documentationAlex Grönholm2022-08-172-1/+9
* Documented the Serializer class and removed the unicode methodsAlex Grönholm2022-08-172-15/+13
* Switched from free-form issue templates to issue formsAlex Grönholm2022-08-175-64/+91
* Formatted all code to fit within Black's 88 column limitAlex Grönholm2022-08-1718-129/+164
* Improved documentation of data structuresAlex Grönholm2022-08-161-61/+69
* Don't show inheritance by defaultAlex Grönholm2022-08-161-1/+1
* Improved the documentation of the enumerated typesAlex Grönholm2022-08-162-21/+46
* Switched to a better Sphinx themeAlex Grönholm2022-08-162-2/+1
* Updated the user guide for v4.0Alex Grönholm2022-08-161-346/+326
* Updated the README for v4.0Alex Grönholm2022-08-141-34/+54
* Added exception information to the JobReleased classAlex Grönholm2022-08-145-23/+65
* Don't emit JobReleased events from the MongoDB storeAlex Grönholm2022-08-141-8/+0
* Added job expiration timesAlex Grönholm2022-08-1311-99/+273
* Updated pre-commit modulesAlex Grönholm2022-08-131-1/+1
* Added get_schedules() methods to the scheduler classesAlex Grönholm2022-08-093-0/+53
* Renamed the job_info contextvar into current_jobAlex Grönholm2022-08-096-14/+14
* [pre-commit.ci] pre-commit autoupdate (#651)pre-commit-ci[bot]2022-08-021-1/+1
* Updated the version historyAlex Grönholm2022-08-021-4/+26
* Minor initial updates for the user guideAlex Grönholm2022-08-011-9/+4
* Fixed the docstring for the "coalese" optionAlex Grönholm2022-08-013-51/+48
* Replaced the API documentationAlex Grönholm2022-08-0132-860/+112
* Linked the "integrations" page from the index pageAlex Grönholm2022-08-011-0/+1
* Added sphinx_autodoc_typehints and adjusted Sphinx autodoc optionsAlex Grönholm2022-08-012-2/+10
* Added method links to some exception classesAlex Grönholm2022-08-011-3/+12
* Added v3 -> v4 migration informationAlex Grönholm2022-07-311-0/+111
* Added missing docstrings to classesAlex Grönholm2022-07-3115-14/+352
* Fixed leftover reference to apscheduler.eventsAlex Grönholm2022-07-311-1/+1