summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v4.6.10v4.6.104.6.9Asif Saif Uddin (Auvi)2020-06-034-4/+4
* changelog for 4.6.10Asif Saif Uddin (Auvi)2020-06-031-0/+13
* Merge branch 'master' of https://github.com/celery/kombuAsif Saif Uddin (Auvi)2020-06-033-15/+77
|\
| * reuse connectionConor Stevenson2020-06-022-1/+5
| * set _connection in _ensure_connection (#1205)v4.6.9Conor Stevenson2020-06-012-2/+5
| * Improved Consumer user guideMatus Valo2020-06-011-13/+68
* | remove un supported classifierAsif Saif Uddin (Auvi)2020-06-031-1/+0
|/
* v 4.6.9Asif Saif Uddin (Auvi)2020-06-014-4/+4
* update changelog for 4.6.94.6.9Asif Saif Uddin (Auvi)2020-06-011-1/+1
* update changelogAsif Saif Uddin (Auvi)2020-06-011-1/+36
* update pyamqpAsif Saif Uddin2020-06-011-1/+1
* Fix broken compatibility with CeleryMatus Valo2020-06-012-11/+21
* Ensure connection when connecting to brokerMatus Valo2020-06-015-62/+108
* Fix for issue #1198: Celery crashes in cases where there aren’t enough avai...Ihar Nauros2020-05-272-6/+90
* Fix connection imaybe_declare (#1196)Oleh Kuchuk2020-05-262-0/+19
* Revert "Raise RecoverableConnectionError in maybe_declare with retry on and d...Matus Valo2020-05-252-19/+0
* Fix: eliminate remaining race conditions from SQLAlchemy ChannelAntoine Busque2020-05-171-15/+37
* Modified Mutex to use redis LuaLock implementationVinay Karanam2020-05-172-58/+44
* 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-152-37/+50
* Improved Priority integration testsMatus Valo2020-05-132-26/+35
* Fix flake8Matus Valo2020-05-123-11/+11
* 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
* Fix Consumer EncodingAaronKable2020-05-061-1/+1
* 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
* SQLAlchemy transport: Use Query.with_for_update() instead of deprecated Query...Matus Valo2020-05-041-1/+1
* Rename test classes for better test outputMatus Valo2020-05-032-2/+2
* Removed scripts depending on RabbitMQMatus Valo2020-05-032-22/+0
* Create common class of integration testsMatus Valo2020-05-033-99/+62
* Initial redis integration tests implementationMatus Valo2020-05-033-0/+105
* Enable integration tests for all versions of python in travisMatus Valo2020-04-302-3/+21
* Added basic integration tests for RabbitMQMatus Valo2020-04-301-0/+50
* Added integration testing infrastructure for RabbitMQMatus Valo2020-04-3020-563/+112
* Fix: make SQLAlchemy Channel init thread-safeAntoine Busque2020-04-301-3/+7
* Another possible fix for #1174Bernd Wechner2020-04-241-1/+3
* Unit test for the fix relating to the issue #1172Ihar Nauros2020-04-221-1/+3
* Fix for the issue #1172Ihar Nauros2020-04-221-1/+5
* Raise RecoverableConnectionError in maybe_declare with retry on and dropped c...Oleh Kuchuk2020-04-152-0/+19
* Prevent failure if AWS creds are not explicitly defined on predefined_queuesJayme Howard2020-04-151-2/+2
* Added Release notes for 4.6.0 release.Matus Valo2020-04-031-1/+34
* pin pytest<=5.3.5 due issue in pytest-sugarMatus Valo2020-04-031-1/+1
* Use README.rst content as the PyPI long_descriptionChristian Clauss2020-03-031-1/+6
* Travis CI: Fix travis validation issues (#1159)Christian Clauss2020-03-033-17/+10
* updated version 4.6.84.6.8Asif Saif Uddin (Auvi)2020-03-024-5/+5
* #1149 Enabled ssl certificate verification against ca certificates when amqps...Piyush Agarwal2020-02-282-1/+11