summaryrefslogtreecommitdiff
path: root/t/unit
Commit message (Expand)AuthorAgeFilesLines
* Added optional support for zstd compression.zstd-compressionOmer Katz2019-01-111-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 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
* 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
* 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
* Prefer dict literal syntax over dict() (#787)Mads Jensen2017-09-083-29/+29
* Make messages durable by default in qpid (#785)David Davis2017-08-201-2/+2
* Pass connection options from broker_options to default_channel (#769)Anthony Lukach2017-08-021-0/+26
* Fix SQS requests and response handling (#754)Anthony Lukach2017-07-171-2/+3
* Fix infinite loop in create_loop (#760)Gabriel Amram2017-07-101-1/+2
* Fix readpreference option parsing in MongoDB transport (#751)Mikhail Elovskikh2017-06-081-0/+6
* Re-Adding support for sqlalchemy as it is needed by Apache project Airflow (#...Amin Ghadersohi2017-05-171-0/+50
* Prevent SQS from defaulting to localhost hostname (#733)Anthony Lukach2017-05-051-0/+4
* Parse password from Redis transport URL (#710)George Psarakis2017-04-271-0/+14
* Add missing function importGeorge Psarakis2017-04-261-1/+1
* Test cases for generate_oidGeorge Psarakis2017-04-261-0/+19
* Refactor chroot normalizationDima Kurguzov2017-04-211-9/+8
* Fix last chroot character trimmingDima Kurguzov2017-04-211-0/+10
* Remove print from tests; looks like it was left in from debugging (#719)Jon Dufresne2017-04-171-1/+0
* PEP8 fixgeorgepsarakis2017-04-161-1/+1
* Re-enable unit tests and add case for endpoint URL propertygeorgepsarakis2017-04-161-5/+18