summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Use a thread-safe implementation of cached_property (#1316)Omer Katz2021-04-011-3/+3
* SQS Broker - handle STS authentication with AWS (#1322)gal cohen2021-03-291-0/+77
* Drop support for the lzma backport.Omer Katz2021-03-161-15/+13
* fix: non kombu json message decoding in SQS transport (#1306)Max Nikitenko2021-03-071-2/+9
* Fixed SQS unittestsMatus Valo2021-03-071-1/+6
* Revert "Port of redis code improvements from prior revision (#1132)" (#1307)Matus Valo2021-03-061-563/+247
* Port of redis code improvements from prior revision (#1132)Matt Davis2021-03-031-247/+563
* SQS back-off policy (#1301)gal cohen2021-03-021-0/+57
* Disable namedtuple to object feature in simplejson (#1297)Choi Geonu2021-03-011-0/+5
* t/unit/asynchronous/http/test_curl: fix test_set_timeoutraittes2021-02-121-1/+3
* Fix issues with parsing URL with an extra / in it.Terry Cain2021-01-061-1/+1
* 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