summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed code tabsAlex Grönholm2022-07-311-2/+2
* Updated a number of documentation pagesAlex Grönholm2022-07-316-192/+151
* Made the apscheduler.events module private and re-exported its codeAlex Grönholm2022-07-3122-71/+115
* Made the apscheduler.context module private and re-exported its codeAlex Grönholm2022-07-307-5/+11
* Made the apscheduler.structures module private and re-exported its codeAlex Grönholm2022-07-3015-47/+48
* Made the apscheduler.enums and apscheduler.exceptions modules private and re-...Alex Grönholm2022-07-3025-45/+83
* Made the apscheduler.validators and apscheduler.util modules privateAlex Grönholm2022-07-3010-10/+10
* Made the apscheduler.converters module privateAlex Grönholm2022-07-305-10/+93
* Removed unused codeAlex Grönholm2022-07-301-13/+0
* Changed get_schedule() to raise ScheduleLookupError when the target schedule ...Alex Grönholm2022-07-303-6/+42
* Refactored the apscheduler.exceptions moduleAlex Grönholm2022-07-301-34/+15