summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for the lzma backport.drop-lzma-backportOmer Katz2021-03-152-28/+20
|
* t/unit/asynchronous/http/test_curl: fix test_set_timeoutraittes2021-02-121-1/+3
|
* kombu/asynchronous/http/curl: implement _set_timeoutraittes2021-02-121-1/+1
|
* attempt to update to tox docker 2.0Asif Saif Uddin2021-02-011-5/+7
|
* min py-amqp to 5.0.5 (#1292)Asif Saif Uddin2021-02-011-1/+1
|
* Python 3 style print statementRedowan Delowar2021-01-151-1/+1
|
* Fix issues with parsing URL with an extra / in it.Terry Cain2021-01-064-18/+86
|
* Allow specifying session token (#1283)Philipp A2021-01-051-3/+14
| | | | | | | * Allow specifying session token * add docs * add comment
* Support for Azure Service Bus 7.0.0 (#1284)Terry Cain2021-01-043-296/+476
| | | | | * Started servicebus refactor * Cleaned up, handle service bus SAS token parsing
* docs: fix simple typo, propery -> propertyTim Gates2020-12-281-1/+1
| | | | | | There is a small typo in kombu/asynchronous/http/base.py. Should read `property` rather than `propery`.
* Update connections.rst with Redis sentinel exampleAnudeep Samaiya2020-12-231-0/+3
| | | Add redis sentinel example for in connections.rst for kombu.
* redis: Support Sentinel with SSLAbdealiJK2020-12-032-1/+39
| | | | | | | Use the SentinelManagedSSLConnection when SSL is enabled for the transport. The redis-py project doesn't have a connection class for SSL+Sentinel yet. So, create a class in redis.py to add that functionality.
* Remove python2 compatibility code (#1277)Matus Valo2020-11-255-34/+6
|
* Added 4.6.8 changelogKevin Fox2020-11-211-2/+9
| | | - Added changelog that was missing for `4.6.8`. See commits [here](https://github.com/celery/kombu/compare/4.6.7...4.6.8)
* Add timeout to producer publish (#1269)RezaSi2020-11-172-4/+18
| | | | | | | | | * Add timeout and confirm_timeout to producer publish * Remove confirm_timeout and add test for timeout * Fix test Co-authored-by: Reza Shiri <rezashiri@cafebazaar.ir>
* Pin urllib3<1.26 to fix failing unittests.Matus Valo2020-11-161-0/+1
|
* Require py-amqp 5.0.2.Omer Katz2020-11-111-1/+1
| | | See #1266.
* Remove kombu.transport.sqlalchemy.models from API reference Table of ContentMatus Valo2020-11-031-3/+2
|
* Include sqlalchemy to requirements/docs.txtMatus Valo2020-11-031-0/+1
| | | | | Building sqlalchemy transport documentation fails due missing sqlalchemy package.
* Reformat and improve kombu transport reference docs (#1264)Matus Valo2020-11-0318-78/+500
|
* move to travis-ci.comAsif Saif Uddin2020-10-311-2/+2
|
* Add vine to dependenciesChris Burr2020-10-311-1/+1
|
* Added kombu.pools.get_limit() to pools userguideMatus Valo2020-10-241-1/+14
|
* Fix parameter of SimpleBuffer in exampleMatus Valo2020-10-241-1/+1
|
* Revert "on worker restart - restore visible regardless to time (#905)"Vinay Karanam2020-10-152-23/+0
| | | | This reverts commit a307726faa8b64a71e04932b762498f51c1d7208.
* Added self to AUTHORS (#1260)vinay karanam2020-10-141-0/+1
|
* Fix pidbox not using default channelsChris Lambacher2020-10-131-2/+2
| | | | | | | Not all cases are properly using the default channel even when detecting for it. Fixes: #1201
* Test default channel gets usedChris Lambacher2020-10-131-0/+41
|
* 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.
* Fix Downloads badge in README.rstMatus Valo2020-10-081-1/+3
|
* Fix failing readthedocs build due missing curl system packagesMatus Valo2020-10-081-1/+3
|
* Split reference guide into sectionsMatus Valo2020-10-081-18/+43
|
* Include SQS reference guide and minor refactor of the content styleMatus Valo2020-10-082-45/+56
|
* 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
|
* Redis Transport: Small improvements of `SentinelChannel` (#1253)Matus Valo2020-09-242-1/+19
| | | | | * Redis Sentinel connection string now supports default sentinel port * Raise ValueError when SentinelChannel is missing master_name transport option
* Added Redis SentinelChannel to reference docsMatus Valo2020-09-232-3/+22
|
* Revert "Added redis transport key_prefix from envvars"Matus Valo2020-09-081-9/+4
| | | | This reverts commit d440278cd3277060bb80d84234e5ab173f50a885.
* Wheels are no longer universal.Omer Katz2020-09-061-2/+2
|
* Bump version: 5.0.1 → 5.0.2v5.0.2Omer Katz2020-09-064-4/+4
|
* Update changelog.Omer Katz2020-09-061-0/+9
|
* Update tox.Omer Katz2020-09-061-4/+3
|
* Bump py-amqp version to 5.0.0.Omer Katz2020-09-061-1/+1
|
* Added redis transport key_prefix from envvarsRudy Attias2020-09-061-4/+9
|
* Added Failover userguideMatus Valo2020-09-052-0/+173
|
* Make `utils.functional.retry_over_time` appear in rendered docs (#1245)Ash Berlin-Taylor2020-09-031-1/+1
| | | | | | | Since this module has `__all__`, autodoc will (by default) only show docs for those members, meaning retry_over_time is not shown in the rendered docs. This function is used by the Redis result backend in Celery, and it has a doc comment so it should be "public".
* Indent code block in documentationMatus Valo2020-08-281-2/+2
|
* Remove python 2.7 and 3.5 from appveyor.yml (#1242)Matus Valo2020-08-241-22/+0
|
* Bump version: 5.0.0 → 5.0.1v5.0.1Omer Katz2020-08-234-4/+4
|