summaryrefslogtreecommitdiff
path: root/t/unit
Commit message (Expand)AuthorAgeFilesLines
* autopep8.remove-python2-supportOmer Katz2020-08-043-1/+3
* Remove five usage from tests.Omer Katz2020-07-2320-90/+37
* pyupgradeOmer Katz2020-07-1360-210/+84
* Add an SQS transport option for custom botocore configKrzysztof Jagiello2020-07-011-0/+13
* Revert incompatible changes in #1193 and additional improvements (#1211)Matus Valo2020-06-102-17/+19
* default_channel should reconnect automatically (#1209)Matus Valo2020-06-051-0/+12
* reuse connectionConor Stevenson2020-06-021-0/+4
* set _connection in _ensure_connection (#1205)v4.6.9Conor Stevenson2020-06-011-0/+2
* Fix broken compatibility with CeleryMatus Valo2020-06-011-4/+4
* Ensure connection when connecting to brokerMatus Valo2020-06-012-33/+35
* Fix for issue #1198: Celery crashes in cases where there aren’t enough avai...Ihar Nauros2020-05-271-0/+79
* Fix connection imaybe_declare (#1196)Oleh Kuchuk2020-05-261-0/+15
* Revert "Raise RecoverableConnectionError in maybe_declare with retry on and d...Matus Valo2020-05-251-15/+0
* Modified Mutex to use redis LuaLock implementationVinay Karanam2020-05-171-41/+32
* fix 100% cpu usage on linux while using sqsAndrii Maletskyi2020-05-151-16/+14
* Unit test for the fix relating to the issue #1172Ihar Nauros2020-04-221-1/+3
* Raise RecoverableConnectionError in maybe_declare with retry on and dropped c...Oleh Kuchuk2020-04-151-0/+15
* Travis CI: Fix travis validation issues (#1159)Christian Clauss2020-03-031-1/+1
* #1149 Enabled ssl certificate verification against ca certificates when amqps...Piyush Agarwal2020-02-281-0/+9
* Add predefined_queues option to SQS transport (#1156)Jonathan Ingram2020-02-262-17/+108
* Issue 701 (#1141)Shai Berger2020-02-021-3/+4
* Support standard values for ssl_cert_reqs query parameter. (#1139)Dave Peticolas2020-02-021-2/+23
* Adding retry_on_timeout parameter (#1150)Konstantin Seleznev2020-02-021-2/+4
* Add support for health_check_interval option in broker_transport_options. (#1...Kevin Fox2020-01-112-0/+53
* Add peek lock settings to be changed using transport options (#1119)Nicolas Mota2019-12-021-7/+19
* Fix redis health checks (#1122)Ashish Bansal (mrphantom)2019-12-022-2/+28
* reset ready before execute callback (#1126)Smite Chow2019-12-021-1/+4
* Add missing parameter queue_args in kombu.connection.SimpleBuffer (#1128)Mario Rodriguez Molins2019-11-232-2/+84
* Revert "Revert "Revert "Use SIMEMBERS instead of SMEMBERS to check for queue ...Asif Saif Uddin2019-11-101-3/+0
* Revert "Issue #1087 redis fix (#1089)" (#1106)Asif Saif Uddin2019-11-021-610/+253
* Fix 'NoneType' object has no attribute 'can_read' (#1107)Aliaksei Urbanski2019-10-241-0/+12
* Add wait timeout settings to receive queue message (#1110)Nicolas Mota2019-10-231-0/+232
* Issue #1019 Fix redis transport socket timeout (#1113)Kris Ciccarello2019-10-231-3/+4
* fixes #1097 (#1099)Shekhar Kamble2019-09-101-0/+8
* sanitise url when include_password is false (fixes #1085) (#1095)Shekhar Kamble2019-09-031-0/+7
* Issue #1087 redis fix (#1089)Matt Davis2019-08-311-253/+610
* Make sure that max_retries=0 is treated differently than None (#1080)Eric Higdon2019-08-131-1/+16
* Fixing MongoDB backend to work properly with TTL (#1076)Marcin Puhacz2019-08-071-3/+3
* Switch from pkg_resources importlib-metadata (#1071)David Szotten2019-07-061-15/+11
* Revert "Revert "Use SIMEMBERS instead of SMEMBERS to check for queue (redis b...Asif Saif Uddin2019-06-291-0/+3
* Issue 129 fix maybe declare (#1066)Matt Davis2019-06-291-21/+71
* don't stop receiving tasks on 503 SQS error. (#1064)Eugene Beseda2019-06-251-1/+2
* Allow users to switch URLs while omitting the resource identifier (#1032)ngie-eign2019-06-241-0/+10
* return an empty list on SQS internal error. (#1059)Eugene Beseda2019-06-131-0/+20
* Revert "Use SIMEMBERS instead of SMEMBERS to check for queue (redis broker) (...Asif Saif Uddin2019-06-111-3/+0
* Add events field on memory channel (#1053)Gabriele Santomaggio2019-06-041-0/+18
* Use SIMEMBERS instead of SMEMBERS to check for queue (redis broker) (#1041)Stevan Milic2019-05-291-0/+3
* qpid: ensure supported exchange types are declared (#1034)Rohan McGovern2019-04-041-0/+6
* Reintroduce unqiue broadcast queue name generation as optional. (#1033)Omer Katz2019-03-311-6/+20
* qpid: correctly declare support for async event loop (#1029)Rohan McGovern2019-03-301-3/+4