summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed the test suite on PyPyAlex Grönholm2022-09-221-1/+10
* Readded psycopg2 and pymysql store fixtures to the test suiteAlex Grönholm2022-09-211-1/+11
* Fixed missing schema with the psycopg2 store fixtureAlex Grönholm2022-09-211-1/+5
* Merged the Worker class into AsyncSchedulerAlex Grönholm2022-09-211-10/+12
* Major refactoringAlex Grönholm2022-09-215-1561/+710
* Fixed schema parameter in SQLAlchemyJobStore not being usedAlex Grönholm2022-09-121-1/+1
* Fixed private module imports in testsAlex Grönholm2022-09-072-2/+5
* Changed the scheduler API to require an explicit start callAlex Grönholm2022-09-041-4/+40
* Improved the asyncpg event brokerAlex Grönholm2022-09-031-5/+3
* Added async Redis event broker and made the sync one resistant to connectivit...Alex Grönholm2022-09-031-2/+18
* Fixed JSON/CBOR serialization of JobReleased eventsAlex Grönholm2022-09-031-0/+15
* Fixed flaky testAlex Grönholm2022-08-171-1/+1
* Formatted all code to fit within Black's 88 column limitAlex Grönholm2022-08-175-25/+29
* Added exception information to the JobReleased classAlex Grönholm2022-08-141-0/+18
* Added job expiration timesAlex Grönholm2022-08-132-37/+99
* Added get_schedules() methods to the scheduler classesAlex Grönholm2022-08-091-0/+34
* Renamed the job_info contextvar into current_jobAlex Grönholm2022-08-091-3/+3
* Made the apscheduler.events module private and re-exported its codeAlex Grönholm2022-07-315-22/+24
* Made the apscheduler.context module private and re-exported its codeAlex Grönholm2022-07-301-1/+3
* Made the apscheduler.structures module private and re-exported its codeAlex Grönholm2022-07-303-14/+12
* Made the apscheduler.enums and apscheduler.exceptions modules private and re-...Alex Grönholm2022-07-305-7/+5
* Changed get_schedule() to raise ScheduleLookupError when the target schedule ...Alex Grönholm2022-07-301-2/+22
* Fixed JSON serialization of frozensets and UUIDsAlex Grönholm2022-07-271-1/+1
* Implemented (un)marshalling for eventsAlex Grönholm2022-07-271-0/+28
* Tested SQLAlchemy data store against MySQL, and fixed missing "await"Alex Grönholm2022-07-271-0/+20
* Improved the scheduler lifecycle managementAlex Grönholm2022-07-271-0/+22
* Fixed get_task() failing in SQLAlchemy data storesAlex Grönholm2022-07-271-0/+19
* Fixed asyncpg event broker not having a "serializer" attributeAlex Grönholm2022-07-241-2/+1
* Added another missing pytest.fixture decoratorAlex Grönholm2022-07-241-0/+1
* Added missing pytest.fixture decoratorAlex Grönholm2022-07-241-0/+1
* Fixed CancelScope errors when the startup or shutdown of AsyncDataStoreAdapte...Alex Grönholm2022-07-242-11/+50
* Added support for starting the sync scheduler (and worker) without the contex...Alex Grönholm2022-07-194-419/+820
* Fixed test failuresAlex Grönholm2022-04-261-1/+1
* Fixed SQLAlchemy stores failing on multiple schedule releaseAlex Grönholm2022-04-201-34/+18
* Switched to Black for code formattingAlex Grönholm2022-04-2010-476/+851
* 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-153-24/+28
* Upgraded syntax and switched linting over to pre-commit.ciAlex Grönholm2022-01-026-10/+18
* Implemented context-local variables for running jobsAlex Grönholm2021-09-211-0/+54
* Implemented schedule-level jitterAlex Grönholm2021-09-212-14/+106
* Added scheduler methods for creating jobs directly w/o schedulesAlex Grönholm2021-09-132-14/+89
* Switched tests to Python 3.10 style annotationsAlex Grönholm2021-09-138-18/+27
* Implemented one-shot event subscriptionsAlex Grönholm2021-09-131-104/+53
* Improved the event subscription systemAlex Grönholm2021-09-124-12/+12
* Reduced the number of job completion eventsAlex Grönholm2021-09-122-18/+16
* Applied the external_service mark to redis + mqtt tests tooAlex Grönholm2021-09-111-3/+6
* Applied pytest-lazy-fixture to data stores tooAlex Grönholm2021-09-112-222/+218
* Implemented a pluggable event broker systemAlex Grönholm2021-09-114-138/+281
* Rearranged the data storesAlex Grönholm2021-09-082-9/+9