summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Remove kombu.transport.sqlalchemy.models from API reference Table of ContentMatus Valo2020-11-031-3/+2
|
* Reformat and improve kombu transport reference docs (#1264)Matus Valo2020-11-033-36/+36
|
* Added kombu.pools.get_limit() to pools userguideMatus Valo2020-10-241-1/+14
|
* Fix parameter of SimpleBuffer in exampleMatus Valo2020-10-241-1/+1
|
* Fix default value of pool limit to 10 in docs.Matus Valo2020-10-121-1/+1
| | | | | In commit 40722ea59c38282a986ab83ebce853f1c8a67e8d the pool limit was changed from 200 to 10.
* Split reference guide into sectionsMatus Valo2020-10-081-18/+43
|
* rename section kombu -> kombu.serialization in reference docsMatus Valo2020-10-021-3/+3
|
* Removed kombu.five from reference toctreeMatus Valo2020-09-271-1/+0
|
* Fixed examples in failover documentationMatus Valo2020-09-241-4/+0
|
* Added Redis SentinelChannel to reference docsMatus Valo2020-09-231-0/+7
|
* Bump version: 5.0.1 → 5.0.2v5.0.2Omer Katz2020-09-061-1/+1
|
* Added Failover userguideMatus Valo2020-09-052-0/+173
|
* Indent code block in documentationMatus Valo2020-08-281-2/+2
|
* Bump version: 5.0.0 → 5.0.1v5.0.1Omer Katz2020-08-231-1/+1
|
* Fix documentation issues.Omer Katz2020-08-232-13/+2
|
* Bump version: 4.6.11 → 5.0.0v5.0.0Omer Katz2020-08-051-1/+1
|
* pyupgradeOmer Katz2020-07-131-3/+0
|
* v4.6.11v4.6.11Asif Saif Uddin (Auvi)2020-06-241-1/+1
|
* Improve mention for MongoDB transport mention in docsDefteZ2020-06-141-1/+2
|
* v4.6.10v4.6.104.6.9Asif Saif Uddin (Auvi)2020-06-031-1/+1
|
* Improved Consumer user guideMatus Valo2020-06-011-13/+68
|
* v 4.6.9Asif Saif Uddin (Auvi)2020-06-011-1/+1
|
* updated version 4.6.84.6.8Asif Saif Uddin (Auvi)2020-03-021-1/+1
|
* fix include file pathAsif Saif Uddin2019-12-171-1/+1
|
* kombu 4.6.74.6.7Asif Saif Uddin (Auvi)2019-12-071-1/+1
|
* kombu 4.6.64.6.6Asif Saif Uddin (Auvi)2019-11-111-1/+1
|
* bump version to 4.6.54.6.5Asif Saif Uddin (Auvi)2019-09-301-1/+1
|
* Bump version: 4.4.0 → 4.5.0v4.5.0Omer Katz2019-03-311-1/+1
|
* Update stable version in docs configuration.Omer Katz2019-03-311-2/+2
|
* Bump version: 4.3.0 → 4.4.0v4.4.0Omer Katz2019-03-031-1/+1
|
* Control pattern matching (#997)Jason Held2019-02-272-0/+12
| | | | | | | | | | | | | | * Added pattern/matcher to Mailbox * pattern/match for kombu 4 * Ensure kombu.matcher is covered by our documentation. * Adds test_matcher & pidbox unit tests. * Added tests to ensure exception is raised when matcher is not registered. * Adds to test for destination passed in to process.
* Bump version: 4.2.2 → 4.3.0v4.3.0Omer Katz2019-02-061-1/+1
|
* Update version and copyright year.Omer Katz2019-02-061-3/+3
|
* Fixed kombu.me links (#988)BR2019-01-132-3/+3
|
* Update reference.Omer Katz2019-01-091-2/+3
|
* Fixed sphinx warnings.Omer Katz2019-01-094-8/+8
|
* Bump version: 4.2.1 → 4.2.2Omer Katz2019-01-031-1/+1
|
* Corrected typo in exchange name. (#969)vikvns2018-12-201-1/+1
|
* Making the pyro transport available, fix it for recent Pyro4 versions, add ↵Irmen de Jong2018-11-253-1/+14
| | | | | | | | | broker daemon (#895) * Make the pyro transport available and fix it for recent Pyro4 version. Implemented the missing Pyro Kombu broker to actually be able to use the Pyro transport * code style
* Add transports based on Azure PaaS (#891)Clemens Wolff2018-08-304-1/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add transports based on Azure PaaS This pull request adds two new transport implementations: - `azurestoragequeues` is implemented on top of Azure Storage Queues [1]. This offers a simple but scalable and low-cost PaaS transport for Celery users in Azure. The transport is intended to be used in conjunction with the Azure Block Blob Storage backend [2]. - `azureservicebus` is implemented on top of Azure Service Bus [3] and offers PaaS support for more demanding Celery workloads in Azure. The transport is intended to be used in conjunction with the Azure CosmosDB backend [4]. This pull request was created together with @ankurokok, @dkisselev, @evandropaula, @martinpeck and @michaelperel. [1] https://azure.microsoft.com/en-us/services/storage/queues/ [2] https://github.com/celery/celery/pull/4685 [3] https://azure.microsoft.com/en-us/services/service-bus/ [4] https://github.com/celery/celery/pull/4720 * Exclude Azure transports from code coverage There is test coverage for the transports but the tests require Azure credentials to run (passed via environment variables) so codecov doesn't exercise them. * Remove env vars to configure transport * Remove abbreviations
* Update all pypi.python.org URLs to pypi.org (#885)Jon Dufresne2018-06-103-10/+10
| | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
* Bump version: 4.2.0 → 4.2.1v4.2.1Omer Katz2018-05-301-1/+1
|
* Bump stable version for docs.Omer Katz2018-05-281-2/+2
|
* Bump version: 4.1.0 → 4.2.0Omer Katz2018-05-211-1/+1
|
* Rename `async` keyword to `asynchronous` (#839)Thomas Achtemichuk2018-03-1922-106/+106
| | | | | | | | | | | | | | * Rename `async` keyword to `asynchronous` * Fixes #742 * Resolves "DeprecationWarning: 'async' and 'await' will become reserved keywords in Python 3.7" * Address PR feedback * Update appveyor config * Rename docs and tests
* Fix rabbit and warrens link (#825)Harry Moreno2018-01-161-1/+1
| | | * fixes #793
* Removed some unnecessary variable assignments and fix variable-typo in docsMads Jensen2017-09-221-1/+1
|
* Fixed the link to Pyro. Fixes #798.Omer Katz2017-09-081-1/+1
|
* fixed import path to SimpleQueue and SimpleBufferWojciech Matyśkiewicz2017-09-061-1/+1
|
* Update links in documentation to either https or to new locations (#786)Mads Jensen2017-08-202-7/+7
|