index
:
delta/python-packages/apscheduler.git
2.1
3.0
3.x
cron-dst-fix
jitterfix
master
pre-commit-ci-update-config
upgrade-tzlocal
github.com: agronholm/apscheduler.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implemented schedule-level jitter
Alex Grönholm
2021-09-21
2
-14
/
+106
*
Added scheduler methods for creating jobs directly w/o schedules
Alex Grönholm
2021-09-13
2
-14
/
+89
*
Switched tests to Python 3.10 style annotations
Alex Grönholm
2021-09-13
8
-18
/
+27
*
Implemented one-shot event subscriptions
Alex Grönholm
2021-09-13
1
-104
/
+53
*
Improved the event subscription system
Alex Grönholm
2021-09-12
4
-12
/
+12
*
Reduced the number of job completion events
Alex Grönholm
2021-09-12
2
-18
/
+16
*
Applied the external_service mark to redis + mqtt tests too
Alex Grönholm
2021-09-11
1
-3
/
+6
*
Applied pytest-lazy-fixture to data stores too
Alex Grönholm
2021-09-11
2
-222
/
+218
*
Implemented a pluggable event broker system
Alex Grönholm
2021-09-11
4
-138
/
+281
*
Rearranged the data stores
Alex Grönholm
2021-09-08
2
-9
/
+9
*
Converted more classes to use attrs
Alex Grönholm
2021-09-08
2
-7
/
+5
*
Serialize top level attributes into individual fields/columns
Alex Grönholm
2021-09-08
1
-10
/
+17
*
Added missing TaskUpdated event
Alex Grönholm
2021-09-06
1
-2
/
+7
*
Moved the policy enums to the apscheduler.enums module
Alex Grönholm
2021-09-06
1
-2
/
+1
*
Implemented task accounting
Alex Grönholm
2021-09-06
3
-61
/
+141
*
Moved the sync data store adapter to datastores/async_/
Alex Grönholm
2021-09-06
1
-1
/
+1
*
More refactoring work
Alex Grönholm
2021-09-06
3
-69
/
+102
*
Added preliminary support for job result reporting and job cancellation
Alex Grönholm
2021-09-06
2
-21
/
+93
*
Refactored acquire_schedules() to be a context manager
Alex Grönholm
2021-09-06
1
-42
/
+44
*
Switched to the src/ layout
Alex Grönholm
2021-08-29
10
-4
/
+17
*
Moved the listen/notify support from the postgresql store to the async sqlalc...
Alex Grönholm
2021-08-29
2
-35
/
+21
*
Ensured that the notification listener is running before exiting __aenter__()
Alex Grönholm
2021-08-29
1
-1
/
+0
*
Fixed flakiness of data store tests
Alex Grönholm
2021-08-29
1
-52
/
+71
*
Made it possible to skip tests involving external databases
Alex Grönholm
2021-08-29
1
-17
/
+11
*
Synced the create_engine imports
Alex Grönholm
2021-08-29
1
-2
/
+2
*
Removed the conditional imports from datastore test setup
Alex Grönholm
2021-08-29
1
-18
/
+6
*
Added a synchronous SQLAlchemy data store
Alex Grönholm
2021-08-29
1
-1
/
+3
*
Fixed initialization/shutdown race conditions with data stores
Alex Grönholm
2021-08-29
1
-28
/
+17
*
Overhauled the data store and event dispatch systems
Alex Grönholm
2021-08-29
5
-422
/
+729
*
Upgraded dependencies
Alex Grönholm
2021-08-14
1
-7
/
+7
*
Fixed test setup issues (#493)
Alex Grönholm
2021-02-26
1
-4
/
+24
*
Fixed isort errors
Alex Grönholm
2021-02-24
4
-6
/
+2
*
Implemented data store sharing and proper async support
Alex Grönholm
2021-02-24
6
-266
/
+518
*
Fixed flake8 errors
Alex Grönholm
2020-09-28
1
-9
/
+8
*
Converted triggers to use zoneinfo instead of pytz timezones
Alex Grönholm
2020-09-28
8
-280
/
+189
*
Added the first usable scheduler, worker and datastore implementations
Alex Grönholm
2020-09-20
12
-1915
/
+241
*
Changed cron weekdays to match the cron standard
Alex Grönholm
2020-05-23
1
-12
/
+32
*
Refactored the triggers
Alex Grönholm
2020-05-23
9
-1091
/
+533
*
Fixed another flake8 issue
Alex Grönholm
2019-07-19
1
-1
/
+0
*
Added the CalendarIntervalTrigger
Alex Grönholm
2019-07-19
1
-0
/
+95
*
Updated skipif markers to work with newer versions of pytest
Alex Grönholm
2019-07-19
1
-19
/
+5
*
Dropped support for Python < 3.5
Alex Grönholm
2019-07-19
8
-213
/
+127
*
Removed the Qt scheduler
Alex Grönholm
2019-07-19
1
-20
/
+0
*
Fixed methods inherited from base class could not be executed by processpool ...
Yang Jian
2019-03-22
1
-1
/
+11
*
Replaced @yield_fixture with @fixture
Alex Grönholm
2019-03-18
3
-12
/
+12
*
Adapted RethinkDBJobStore to rethinkdb library v2.4+
Alex Grönholm
2019-03-18
1
-1
/
+1
*
Removed skipping of Gevent tests on Python 3.7
Alex Grönholm
2019-03-18
1
-2
/
+0
*
Fixed flake8 errors
Alex Grönholm
2018-12-05
1
-8
/
+8
*
Added Python 3.7 compatibility
Alex Grönholm
2018-08-15
2
-3
/
+13
*
Fixed class methods being mistaken for instance methods
v3.5.3
Alex Grönholm
2018-08-14
1
-1
/
+11
[next]