summaryrefslogtreecommitdiff
path: root/tests/test_datastores.py
Commit message (Expand)AuthorAgeFilesLines
* Major refactoringAlex Grönholm2022-09-211-1006/+429
* Fixed schema parameter in SQLAlchemyJobStore not being usedAlex Grönholm2022-09-121-1/+1
* Fixed private module imports in testsAlex Grönholm2022-09-071-1/+4
* Formatted all code to fit within Black's 88 column limitAlex Grönholm2022-08-171-14/+16
* Added job expiration timesAlex Grönholm2022-08-131-32/+41
* Made the apscheduler.events module private and re-exported its codeAlex Grönholm2022-07-311-8/+11
* Made the apscheduler.structures module private and re-exported its codeAlex Grönholm2022-07-301-9/+2
* Made the apscheduler.enums and apscheduler.exceptions modules private and re-...Alex Grönholm2022-07-301-2/+1
* Tested SQLAlchemy data store against MySQL, and fixed missing "await"Alex Grönholm2022-07-271-0/+20
* Fixed get_task() failing in SQLAlchemy data storesAlex Grönholm2022-07-271-0/+19
* Added another missing pytest.fixture decoratorAlex Grönholm2022-07-241-0/+1
* Fixed CancelScope errors when the startup or shutdown of AsyncDataStoreAdapte...Alex Grönholm2022-07-241-5/+26
* Added support for starting the sync scheduler (and worker) without the contex...Alex Grönholm2022-07-191-251/+696
* Fixed SQLAlchemy stores failing on multiple schedule releaseAlex Grönholm2022-04-201-34/+18
* Switched to Black for code formattingAlex Grönholm2022-04-201-128/+203
* Fixed pre-commit errorsAlex Grönholm2022-04-181-1/+3
* Fixed ValueError in memory storeAlex Grönholm2022-04-181-0/+17
* Fixed mypy errors in testsAlex Grönholm2022-02-151-11/+12
* Upgraded syntax and switched linting over to pre-commit.ciAlex Grönholm2022-01-021-2/+2
* Switched tests to Python 3.10 style annotationsAlex Grönholm2021-09-131-10/+10
* Improved the event subscription systemAlex Grönholm2021-09-121-2/+2
* Reduced the number of job completion eventsAlex Grönholm2021-09-121-2/+2
* Applied pytest-lazy-fixture to data stores tooAlex Grönholm2021-09-111-111/+216
* Implemented a pluggable event broker systemAlex Grönholm2021-09-111-2/+2
* Serialize top level attributes into individual fields/columnsAlex Grönholm2021-09-081-10/+17
* Added missing TaskUpdated eventAlex Grönholm2021-09-061-2/+7
* Moved the policy enums to the apscheduler.enums moduleAlex Grönholm2021-09-061-2/+1
* Implemented task accountingAlex Grönholm2021-09-061-46/+93
* More refactoring workAlex Grönholm2021-09-061-57/+58
* Added preliminary support for job result reporting and job cancellationAlex Grönholm2021-09-061-15/+85
* Refactored acquire_schedules() to be a context managerAlex Grönholm2021-09-061-42/+44
* Switched to the src/ layoutAlex Grönholm2021-08-291-1/+2
* Moved the listen/notify support from the postgresql store to the async sqlalc...Alex Grönholm2021-08-291-22/+21
* Ensured that the notification listener is running before exiting __aenter__()Alex Grönholm2021-08-291-1/+0
* Fixed flakiness of data store testsAlex Grönholm2021-08-291-52/+71
* Overhauled the data store and event dispatch systemsAlex Grönholm2021-08-291-210/+202
* Fixed isort errorsAlex Grönholm2021-02-241-1/+0
* Implemented data store sharing and proper async supportAlex Grönholm2021-02-241-0/+245