summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed SQLAlchemy 2.0 compatibilityAlex Grönholm2023-02-011-0/+1
| | | | Closes #704.
* fix(docs): minor spelling edits in userguideevanstjabadi2022-12-201-3/+3
|
* Removed migration note about executorsAlex Grönholm2022-09-231-4/+0
|
* Replaced the separate scheduler/worker example with a more practical alternativeAlex Grönholm2022-09-221-85/+46
|
* Merged the Worker class into AsyncSchedulerAlex Grönholm2022-09-211-3/+5
|
* Major refactoringAlex Grönholm2022-09-211-0/+24
| | | | | | | | - Made SyncScheduler a synchronous wrapper for AsyncScheduler - Removed workers as a user interface - Removed synchronous interfaces for data stores and event brokers and refactored existing implementations to use the async interface - Added the current_async_scheduler contextvar - Added job executors
* Fixed schema parameter in SQLAlchemyJobStore not being usedAlex Grönholm2022-09-121-0/+4
| | | | Fixes #664.
* Fixed references to run_until_stopped()Alex Grönholm2022-09-041-2/+2
|
* Added the release version4.0.0a2Alex Grönholm2022-09-041-1/+1
|
* Marked removal of from_asyncpg_pool() as a breaking changeAlex Grönholm2022-09-041-1/+2
|
* Added section to user guide on how to run the schedulerAlex Grönholm2022-09-041-0/+82
|
* Changed the scheduler API to require an explicit start callAlex Grönholm2022-09-041-0/+3
|
* Added mention of the JobReleased event serialization fix to the changelogAlex Grönholm2022-09-031-0/+1
|
* Don't report cancellations as crashes on Python 3.7Alex Grönholm2022-09-031-0/+1
|
* Improved the MQTT event brokerAlex Grönholm2022-09-031-0/+1
| | | | | * Connection success, failure and disconnection events are now logged * The client parameter is now optional
* Improved the asyncpg event brokerAlex Grönholm2022-09-031-0/+4
| | | | | | * It now recovers from a server disconnection * Replaced from_asyncpg_pool() with from_dsn() * Only copy the connection options from the async engine in from_async_sqla_engine()
* Added async Redis event broker and made the sync one resistant to ↵Alex Grönholm2022-09-031-0/+5
| | | | connectivity failures
* Added the release version4.0.0a1Alex Grönholm2022-08-171-1/+1
|
* Minor documentation formatting fixesAlex Grönholm2022-08-171-2/+14
|
* Added warning about the pre-release statusAlex Grönholm2022-08-171-0/+4
|
* Tweaked Sphinx configurationAlex Grönholm2022-08-171-2/+2
| | | | The haiku theme does not have a table of contents at the top which makes things difficult for users.
* Added a number of missing classes to the API documentationAlex Grönholm2022-08-171-0/+6
|
* Don't show inheritance by defaultAlex Grönholm2022-08-161-1/+1
| | | | It just adds noise; we'll show it explicitly where deemed necessary.
* Improved the documentation of the enumerated typesAlex Grönholm2022-08-161-3/+11
| | | | The values did not show up in the documentation before this.
* Switched to a better Sphinx themeAlex Grönholm2022-08-161-1/+1
| | | | The RTD theme does not render bullet lists correctly anymore.
* Updated the user guide for v4.0Alex Grönholm2022-08-161-346/+326
|
* Renamed the job_info contextvar into current_jobAlex Grönholm2022-08-091-1/+1
|
* Updated the version historyAlex Grönholm2022-08-021-4/+26
|
* Minor initial updates for the user guideAlex Grönholm2022-08-011-9/+4
|
* Replaced the API documentationAlex Grönholm2022-08-0132-860/+112
|
* Linked the "integrations" page from the index pageAlex Grönholm2022-08-011-0/+1
|
* Added sphinx_autodoc_typehints and adjusted Sphinx autodoc optionsAlex Grönholm2022-08-011-1/+8
|
* Added v3 -> v4 migration informationAlex Grönholm2022-07-311-0/+111
|
* Fixed code tabsAlex Grönholm2022-07-311-2/+2
|
* Updated a number of documentation pagesAlex Grönholm2022-07-315-192/+150
|
* Updated changelog from the 3.x branchAlex Grönholm2022-07-281-0/+4
|
* Documented how to integrate WSGI and ASGIAlex Grönholm2022-07-191-0/+107
|
* Switched to Black for code formattingAlex Grönholm2022-04-201-12/+11
|
* Merged version history from 3.xAlex Grönholm2022-04-181-0/+8
|
* Updated the contribution guideAlex Grönholm2022-02-151-49/+69
|
* Upgraded syntax and switched linting over to pre-commit.ciAlex Grönholm2022-01-023-176/+35
| | | | Linting checks are now run by pre-commit.ci instead of GitHub Actions.
* Merged the version history from the 3.x branchAlex Grönholm2021-10-251-0/+9
|
* Removed obsolete FAQ section about sharing job storesAlex Grönholm2021-03-281-22/+1
|
* Reformatted the version historyAlex Grönholm2021-02-261-360/+199
| | | | It now matches my other projects.
* Implemented data store sharing and proper async supportAlex Grönholm2021-02-241-0/+4
|
* Updated the version history from the 3.x branchAlex Grönholm2021-01-231-1/+44
|
* Fixed a typo (#482)Tim Gates2021-01-101-1/+1
| | | | | There is a small typo in docs/versionhistory.rst. Should read `concurrently` rather than `concurrenctly`.
* Refactored the triggersAlex Grönholm2020-05-232-23/+8
| | | | Triggers are now stateful, allowing for correct operation of the combining triggers. They are also JSON serializable now.
* Fixed changelog screwups due to the v4.0 rebase operationAlex Grönholm2019-07-191-3/+7
| | | | Fixes #382.
* Added the CalendarIntervalTriggerAlex Grönholm2019-07-192-0/+66
|