summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Bump version: 4.0.2 → 4.1.0v4.1.0Omer Katz2017-07-202-3/+3
|
* Bump actual version in the docs.Omer Katz2017-07-061-2/+2
|
* Prefer https over http and updated links to new locations. (#745)Mads Jensen2017-05-301-6/+6
|
* Re-Adding support for sqlalchemy as it is needed by Apache project Airflow ↵Amin Ghadersohi2017-05-174-0/+60
| | | | | | | | (#687) * Re-Adding support for sqlalchemy as it is needed by Apache project Airflow * Re-Adding support for sqlalchemy as it is needed by Apache project Airflow
* Remove non-Free ICC Profile from kombu.jpg and kombusmall.jpg (#696)Christopher Hoskin2017-02-212-0/+0
|
* Bump version: 4.0.1 → 4.0.2v4.0.2Ask Solem2016-12-151-1/+1
|
* Bump version: 4.0.0 → 4.0.1v4.0.1Ask Solem2016-12-071-1/+1
|
* Update consumers.rst (#647)Cemre Mengu2016-11-081-1/+1
| | | Added content type note for dummies like me
* Sets version to 4.0Ask Solem2016-10-281-1/+1
|
* Exchange.publish now supports str/bytes argumentAsk Solem2016-10-271-2/+9
|
* Doc fixesAsk Solem2016-10-274-114/+5
|
* Fill in missing documentationAsk Solem2016-10-261-1/+101
|
* Bumps version to 4.0.0rc6v4.0.0rc6Ask Solem2016-10-211-1/+1
|
* Bumps version to 4.0.0rc5v4.0.0rc5Ask Solem2016-10-141-1/+1
|
* Adds kombu.utils.time to API ReferenceAsk Solem2016-10-142-0/+12
|
* Removes kombu.syn, moves detect_environment to utils.compatAsk Solem2016-10-052-12/+0
|
* Bumps version to 4.0.0rc4Ask Solem2016-09-081-1/+1
|
* Add Etcd Transport (#619)Stephen Milner2016-08-261-0/+24
| | | | This transport is highly influenced by the Consul Transport. Messages are kept in keys within Etcd through the python-etcd library.
* Fix useless code-block (#620)Rémy Léone2016-08-261-2/+0
|
* flakesAsk Solem2016-08-231-0/+1
|
* Adds more README badgesAsk Solem2016-08-181-4/+16
|
* One space after period for proportional fontsAsk Solem2016-07-296-22/+22
|
* Reorganizes kombu.utils.__init__ packageAsk Solem2016-07-169-10/+71
|
* Use Google-style docstringsAsk Solem2016-07-1661-43/+139
|
* Bumps version to 4.0.0rc3 (forgot to PGP sign, parity with celery 4 rc number)v4.0.0rc3Ask Solem2016-07-081-1/+1
|
* Bumps version to 4.0.0rc1v4.0.0rc1Ask Solem2016-07-081-1/+1
|
* Removes deprecated amqplib transport (replaced by py-amqp)Ask Solem2016-06-282-37/+0
|
* Removes ZeroMQ transport for lack of resources to support it.Ask Solem2016-06-283-17/+1
|
* Removes another MongoDB referenceAsk Solem2016-06-281-2/+0
|