summaryrefslogtreecommitdiff
path: root/tests/test_datastores.py
Commit message (Expand)AuthorAgeFilesLines
* 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