summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* fix flake8 in kombu/asynchronous/aws/connection.py (#1397)Matus Valo2021-10-051-1/+1
* Added unittests for #1394Matus Valo2021-10-051-0/+40
* [pre-commit.ci] pre-commit autoupdate (#1393)pre-commit-ci[bot]2021-09-273-4/+4
* Fix: check redis response typekaiix2021-09-161-0/+6
* Remove dependency to case (#1389)Matus Valo2021-09-1511-86/+339
* Use ANY from unittest instead of case.mockMatus Valo2021-09-121-2/+2
* Run integration tests for kombu also with global_keyprefixMatus Valo2021-08-311-3/+5
* Make BrokerState Transport specificMatus Valo2021-08-301-0/+7
* fix: add missing commands to prefixGábor Boros2021-08-271-0/+15
* Add global key prefix for keys set by Redis transporter (#1349)Gábor Boros2021-08-251-1/+93
* SQS Channel.predefined_queues should be `{}` if not definedBrad Smith2021-08-211-0/+18
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-08-051-2/+2
* Use hostname from URI when server_host is NoneMatus Valo2021-08-051-1/+43
* enable pre-commit (#1355)Thomas Grainger2021-07-2055-224/+166
* Add support for setting redis username (#1351)Gábor Boros2021-07-081-2/+14
* Move pytest.importorskip to run earlier (#1346)Felix Yan2021-06-111-4/+3
* prepare_accept_content() now raises SerializerNotInstalled instead of KeyErro...Matus Valo2021-05-231-1/+10
* add accept parameter to SimpleQueue class (#1140)Luis Saavedra2021-05-221-3/+33
* Revert "chore: Refactor code quality issues (#1320)" (#1342)Matus Valo2021-05-193-1/+3
* 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-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