summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "fix/Broadcast-fail-by-give-queue-kwargs (#906)" (#1031)Omer Katz2019-03-271-2/+2
* make redis transport sep param configurable (#1020)Joris Beckers2019-03-091-0/+12
* Control pattern matching (#997)Jason Held2019-02-272-0/+50
* Support SSL URL parameters correctly for rediss protocol (#1002)Paul Bailey2019-02-211-0/+32
* Handle the case when only one Redis Sentinel node is provided (#1010)Peter Lithammer2019-02-211-4/+26
* Use "_parse_url()" util to parse Sentinel master URL (#1009)Peter Lithammer2019-02-201-2/+6
* Restore bz2 import checks in compression.py (#1003)Patrick Woods2019-02-081-0/+15
* Removed Python 2.6 workarounds in test_qpid.py (#995)Mads Jensen2019-02-051-41/+14
* Happify lint.Omer Katz2019-02-041-1/+1
* import collections.ABCs from correct module (#992)Lars Rinn2019-01-181-1/+7
* Added optional support for zstd compression. (#985)Omer Katz2019-01-131-0/+14
* Added support for lzma compression (#984)Omer Katz2019-01-101-0/+25
* SQS: fix trimming .fifo from queue name (#982)Ilya Konstantinov2019-01-091-0/+6
* Added optional support for brotli compression (#983)Omer Katz2019-01-091-0/+16
* Remove unused private method.Omer Katz2019-01-081-6/+0
* Fix failing unittests of pyamqp transport. (#978)Matus Valo2019-01-031-2/+2
* Happify lint.Omer Katz2018-12-201-1/+1
* Happify lint.Omer Katz2018-12-201-2/+6
* Allow setting boto3.sqs.create_queue Attributes via transport_options (#957)Hunter Fernandes2018-12-091-2/+23
* Moving the handling of Sentinel failures to the redis library itself. (#813)Brian Price2018-11-291-2/+7
* Making the pyro transport available, fix it for recent Pyro4 versions, add br...Irmen de Jong2018-11-251-0/+93
* Add boto3 default region before hardcoded default (#951)Victor Villas2018-11-201-0/+32
* Support redis-py v2 and v3 (#948)Ash Berlin-Taylor2018-11-191-3/+24
* Removed Jython bz2 import fallback (#938)Mads Jensen2018-10-281-16/+0
* Fixed Worker shutdown creates duplicate messages in SQS broker (#926)Mintu Kumar Sah2018-10-132-0/+30
* Fix infinity loop in create_loop (#923)Vsevolod Strukchinsky2018-09-271-11/+8
* Fix a deprecation warning about logger.warn() (#924)Bruno Alla2018-09-271-1/+1
* Add transports based on Azure PaaS (#891)Clemens Wolff2018-08-302-0/+28
* Add support for 'rediss' scheme for secure redis connections. (#910)Daniel Blair2018-08-271-0/+9
* Added tests that verify that librabbitmq is selected when available and not s...Omer Katz2018-08-161-0/+14
* Allow SimpleQueue to pass 'queue_arguments' to Queue object. (#900)C Blue Neeh2018-08-161-0/+5
* on worker restart - restore visible regardless to time (#905)gal cohen2018-08-151-0/+19
* fix/Broadcast-fail-by-give-queue-kwargs (#906)KUAN Hsuan-Tso2018-08-151-2/+2
* Queue: add handling of Exchange as str to constructor (#904)Antonio Gutierrez2018-08-121-0/+14
* "Reentrant" version, that allows a `celery.bin.celery.main` worker to run mul...Alan Justino da Silva2018-08-101-1/+9
* Add timeout to retry_over_time (#880)tothegump2018-08-091-0/+17
* don't cache declaration of expiring queues (#884)Matt Yule-Bennett2018-08-091-0/+3
* Handle librabbitmq fileno socket not connected raising ValueError (#878)Bryan Shelton2018-05-271-0/+12
* clened up redundant call of PY3 constants (#856)Asif Saifuddin Auvi2018-04-301-3/+1
* used unittest and remove unittest2 (#855)Asif Saifuddin Auvi2018-04-291-1/+1
* Prevent spurious exception on Resource.resize(0) (#826)Alex Hill2018-04-081-0/+7
* Rename `async` keyword to `asynchronous` (#839)Thomas Achtemichuk2018-03-1918-38/+38
* Fixes #791 - SQS queue name gets mangled in Python 2.7 environment (#794)John Koehl2018-01-281-3/+23
* Removed an always true if-check in t/integration/transport.py (#827)Mads Jensen2018-01-271-6/+2
* Virtual transport timeout does not supesede period polling (#689)Arcadiy Ivanov2018-01-131-0/+9
* Fixed ValueError caused by mongodb rc version: invalid literal for in… (#816)dust82018-01-131-0/+9
* Make flake8 happy.Omer Katz2017-12-172-11/+11