summaryrefslogtreecommitdiff
path: root/src/apscheduler/datastores/async_sqlalchemy.py
Commit message (Expand)AuthorAgeFilesLines
* Major refactoringAlex Grönholm2022-09-211-602/+0
* Formatted all code to fit within Black's 88 column limitAlex Grönholm2022-08-171-2/+4
* Added job expiration timesAlex Grönholm2022-08-131-5/+6
* Added missing docstrings to classesAlex Grönholm2022-07-311-0/+33
* Made the apscheduler.events module private and re-exported its codeAlex Grönholm2022-07-311-4/+4
* Made the apscheduler.structures module private and re-exported its codeAlex Grönholm2022-07-301-2/+2
* Made the apscheduler.enums and apscheduler.exceptions modules private and re-...Alex Grönholm2022-07-301-2/+2
* Tested SQLAlchemy data store against MySQL, and fixed missing "await"Alex Grönholm2022-07-271-1/+1
* Fixed get_task() failing in SQLAlchemy data storesAlex Grönholm2022-07-271-3/+3
* Added support for starting the sync scheduler (and worker) without the contex...Alex Grönholm2022-07-191-18/+6
* Fixed test failuresAlex Grönholm2022-04-261-2/+3
* Fixed SQLAlchemy stores failing on multiple schedule releaseAlex Grönholm2022-04-201-10/+3
* Don't share retry statesAlex Grönholm2022-04-201-24/+20
* Switched to Black for code formattingAlex Grönholm2022-04-201-113/+240
* Upgraded syntax and switched linting over to pre-commit.ciAlex Grönholm2022-01-021-6/+6
* Upgraded attrs and its importsAlex Grönholm2022-01-021-4/+4
* Added the ability to retry operations to all persistent data storesAlex Grönholm2021-09-261-224/+278
* Lock schedules and jobs for update while acquiringAlex Grönholm2021-09-261-1/+2
* Fixed a couple of bugs in the SQLAlchemy data storesAlex Grönholm2021-09-231-1/+1
* Added scheduler methods for creating jobs directly w/o schedulesAlex Grönholm2021-09-131-1/+5
* Improved the event subscription systemAlex Grönholm2021-09-121-11/+4
* Implemented a pluggable event broker systemAlex Grönholm2021-09-111-127/+43
* Deduplicated some SQLAlchemy store codeAlex Grönholm2021-09-081-106/+9
* Rearranged the data storesAlex Grönholm2021-09-081-0/+590