summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Support for Azure Service Bus 7.0.0 (#1284)Terry Cain2021-01-041-221/+254
* redis: Support Sentinel with SSLAbdealiJK2020-12-031-0/+22
* Remove python2 compatibility code (#1277)Matus Valo2020-11-251-7/+0
* Add timeout to producer publish (#1269)RezaSi2020-11-171-0/+8
* Revert "on worker restart - restore visible regardless to time (#905)"Vinay Karanam2020-10-151-19/+0
* Test default channel gets usedChris Lambacher2020-10-131-0/+41
* Redis Transport: Small improvements of `SentinelChannel` (#1253)Matus Valo2020-09-241-0/+12
* Make flake8 happyMatus Valo2020-08-1710-20/+25
* Removed case.skipMatus Valo2020-08-1715-63/+48
* Added t/skip.py fileMatus Valo2020-08-171-0/+7
* Replace case.skip.todo with pytestMatus Valo2020-08-171-1/+1
* Replace case.skip.if_win32 with pytestMatus Valo2020-08-171-2/+2
* Replace case.skip.SkipTest with pytest.skipMatus Valo2020-08-171-2/+2
* Replaced case.skip.if_pypy and case.skip.if_python3Matus Valo2020-08-175-76/+45
* Use unittest.mock instead of caseMatus Valo2020-08-1645-46/+66
* autopep8.remove-python2-supportOmer Katz2020-08-043-1/+3
* Remove five usage from tests.Omer Katz2020-07-2320-90/+37
* pyupgradeOmer Katz2020-07-1365-235/+99
* 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-105-20/+73
* default_channel should reconnect automatically (#1209)Matus Valo2020-06-052-0/+17
* 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-014-37/+77
* 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 flake8Matus Valo2020-05-151-1/+1
* Improve integration test suitMatus Valo2020-05-151-1/+17
* fix 100% cpu usage on linux while using sqsAndrii Maletskyi2020-05-151-16/+14
* Improved Priority integration testsMatus Valo2020-05-132-26/+35
* Added priority integration tests for RedisMatus Valo2020-05-122-7/+96
* Added integration tests for priority queuesMatus Valo2020-05-082-1/+91
* Added TTL integration testsMatus Valo2020-05-062-1/+56
* Added Integration tests for direct, topic and fanout exchange typesMatus Valo2020-05-063-2/+104
* Use explicit py-amqp transport instead of amqp in integration testsMatus Valo2020-05-041-1/+1
* Added Simple Buffer integration testsMatus Valo2020-05-041-2/+13
* Rename test classes for better test outputMatus Valo2020-05-032-2/+2
* Removed scripts depending on RabbitMQMatus Valo2020-05-031-10/+0
* Create common class of integration testsMatus Valo2020-05-033-99/+62
* Initial redis integration tests implementationMatus Valo2020-05-031-0/+73
* Added basic integration tests for RabbitMQMatus Valo2020-04-301-0/+50
* Added integration testing infrastructure for RabbitMQMatus Valo2020-04-3016-545/+39
* 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