summaryrefslogtreecommitdiff
path: root/t/unit
Commit message (Expand)AuthorAgeFilesLines
* chore: Refactor code quality issues (#1320)Aksh Gupta2021-04-283-3/+1
* Make flake8 and pydocstyle happy (#1333)Matus Valo2021-04-133-29/+59
* Azure Service Bus - versatile queue names fix (#1324)Tomasz Niedziela-Brach2021-04-041-0/+25
* 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-179-16/+16
* Removed case.skipMatus Valo2020-08-1715-63/+48
* 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-1644-45/+64
* 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