summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed obsolete codeAlex Grönholm2021-09-061-19/+0
* Migrated some more classes to attrsAlex Grönholm2021-09-063-69/+58
* Fixed a number of mypy errorsAlex Grönholm2021-09-065-20/+23
* Added missing TaskUpdated eventAlex Grönholm2021-09-066-13/+32
* Migrated annotations to the py3.10 styleAlex Grönholm2021-09-0622-170/+187
* Moved the policy enums to the apscheduler.enums moduleAlex Grönholm2021-09-0612-33/+28
* Implemented task accountingAlex Grönholm2021-09-0617-221/+791
* More attrsAlex Grönholm2021-09-061-38/+27
* Mypy fixesAlex Grönholm2021-09-064-116/+123
* Moved the sync data store adapter to datastores/async_/Alex Grönholm2021-09-064-9/+9
* Removed apscheduler.__version__Alex Grönholm2021-09-061-10/+0
* More refactoring workAlex Grönholm2021-09-0618-431/+596
* Added preliminary support for job result reporting and job cancellationAlex Grönholm2021-09-0613-199/+340
* Refactored acquire_schedules() to be a context managerAlex Grönholm2021-09-069-251/+202
* Fixed documentation link in README (#544)Spaceack2021-09-021-1/+1
* Fixed documentation link in README (#543)StarHeart2021-08-301-1/+1
* Added mypy configurationAlex Grönholm2021-08-292-1/+4
* Removed setup.pyAlex Grönholm2021-08-291-3/+0
* Switched to the src/ layoutAlex Grönholm2021-08-2949-15/+29
* Updated the RTD configurationAlex Grönholm2021-08-291-9/+2
* Moved the listen/notify support from the postgresql store to the async sqlalc...Alex Grönholm2021-08-294-408/+133
* Ensured that the notification listener is running before exiting __aenter__()Alex Grönholm2021-08-292-4/+8
* Removed the version pin on freezegunAlex Grönholm2021-08-291-1/+1
* Excluded Windows+Py3.10 from the testing matrix for nowAlex Grönholm2021-08-291-0/+3
* Fixed flakiness of data store testsAlex Grönholm2021-08-291-52/+71
* Made it possible to skip tests involving external databasesAlex Grönholm2021-08-292-18/+12
* Synced the create_engine importsAlex Grönholm2021-08-291-2/+2
* Removed the conditional imports from datastore test setupAlex Grönholm2021-08-291-18/+6
* Switched to pyproject-flake8Alex Grönholm2021-08-294-7/+7
* Added all necessary testing dependencies under the "test" extraAlex Grönholm2021-08-292-2/+6
* Added Python 3.10 to the testing matrixAlex Grönholm2021-08-292-3/+3
* Added a synchronous SQLAlchemy data storeAlex Grönholm2021-08-294-7/+329
* Fixed initialization/shutdown race conditions with data storesAlex Grönholm2021-08-293-31/+21
* Overhauled the data store and event dispatch systemsAlex Grönholm2021-08-2928-1577/+2915
* Upgraded dependenciesAlex Grönholm2021-08-149-54/+47
* Switched to relative importsAlex Grönholm2021-05-231-2/+3
* Removed obsolete FAQ section about sharing job storesAlex Grönholm2021-03-281-22/+1
* Removed debugging code and commented out code blocksAlex Grönholm2021-02-265-80/+0
* Reformatted the version historyAlex Grönholm2021-02-261-360/+199
* Fixed test setup issues (#493)Alex Grönholm2021-02-265-38/+49
* Updated GA workflow to include the needed servicesAlex Grönholm2021-02-251-6/+16
* Fixed extras in pip installAlex Grönholm2021-02-241-1/+1
* Fixed isort errorsAlex Grönholm2021-02-248-12/+6
* Implemented data store sharing and proper async supportAlex Grönholm2021-02-2432-795/+2086
* 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
* Updated Github issue templatesAlex Grönholm2021-01-093-33/+41
* Updated publish workflow to use new best practicesAlex Grönholm2020-11-101-2/+2
* Switched workflow to use Python 3.9 finalAlex Grönholm2020-10-131-1/+1
* Removed debugging codeAlex Grönholm2020-10-121-2/+0