Commit Graph

2824 Commits

Author SHA1 Message Date
Dima Kurguzov bf820b20b0 Fix byte string for kazoo.Queue in Python 3 (#713)
* Fix byte string for kazoo.Queue in Python 3

* Add test for message conversion to bytes in ZooKeeper channel
2017-04-12 11:24:04 +06:00
Michael Montgomery 35270dd970 Fixing sqs drain_events issues (#698) 2017-04-01 22:23:38 +06:00
Matias Insaurralde 3bc3b3d3b6 Add syntax highlighting 2017-03-25 19:13:24 +02:00
Christopher Hoskin 8ef988a0e0 Remove non-Free ICC Profile from kombu.jpg and kombusmall.jpg (#696) 2017-02-21 23:52:39 +06:00
Felix Yan 2940a4b183 Don't modify dict size while iterating over it (#676)
This fixes #675.
2017-02-21 23:52:18 +06:00
Stephen Milner 655d6cdd92 etcd: Replace EtcdError with EtcdException (#683) 2017-01-18 14:06:58 +06:00
Dmitry Dygalo 69989864a4 Fix example in docstring (#679) 2017-01-04 21:41:31 +06:00
Jerry Seutter e2322998fc Fix a broken test in python 3 (#674) 2016-12-24 15:34:28 +06:00
Ask Solem 4a690cef93 Bump version: 4.0.1 → 4.0.2 2016-12-15 15:33:22 -08:00
Ask Solem 9fbda5bc58 Updates Changelog 2016-12-15 15:33:18 -08:00
Ask Solem 34eb5c714b Now depends on amqp 2.1.4 2016-12-15 15:30:53 -08:00
Ask Solem 1464a2afbe Redis: Fixes priority tests 2016-12-08 17:06:12 -08:00
Ask Solem 9c1044ef3a Redis: Do not reverse message priority 2016-12-08 17:04:52 -08:00
Ask Solem bb03f09c10 Bump version: 4.0.0 → 4.0.1 2016-12-07 17:53:23 -08:00
Ask Solem c6c9f4a1e3 Updates .bumpversion.cfg 2016-12-07 17:53:21 -08:00
Ask Solem 2783d7f4b4 Now depends on amqp 2.1.3 2016-12-07 17:52:28 -08:00
Ask Solem ba84e514f3 flakes 2016-12-07 17:47:48 -08:00
Ask Solem 75387aa2cc Updates Changelog 2016-12-07 17:33:48 -08:00
Ask Solem 6ec5721b09 Producer: Fixes ever growing list of entities to declare. Closes #651 2016-12-07 16:01:29 -08:00
Ask Solem 5a028a6906 Fixes failing test case 2016-12-07 15:58:56 -08:00
Ask Solem c95163cab2 Fixes unreachable code. Closes #655 2016-12-07 15:36:47 -08:00
Ask Solem 474a4be406 Qpid: Use monotonic time for drain_events timeout 2016-12-07 15:29:23 -08:00
Ask Solem 66325920c7 Redis: receive: Handle missing connection. Closes #659 2016-12-07 15:25:16 -08:00
Ask Solem e707bd24ee MongoDB: Do not use basestring for Py3 compat. Closes #661 2016-12-07 15:18:23 -08:00
Ask Solem 8a7ea091bf Consumer: __exit__ should not cancel if connection error (Closes #670) 2016-12-07 14:28:16 -08:00
Ask Solem e03cbbe0d8 Fixes Qpid tests 2016-12-07 14:25:49 -08:00
Ask Solem 4fd70fbda8 Fixes mongodb tests 2016-12-07 14:24:53 -08:00
Ask Solem 4cfb7e52b2 Updates Changelog 2016-12-07 14:19:45 -08:00
Ask Solem 7708a66ab2 Now depends on amqp 2.1.2 2016-12-07 14:15:23 -08:00
bmbouter a960140e2f Switch to using getattr in qpid.Transport.__del__ (#667)
The __init__ function calls verify_runtime_environment before setting
the use_async_interface variable.  If it throws an exception in that
function, the __del__ method will be called, and raises an
AttributeError

using getattr in the __del__ method to guard against this
2016-11-30 22:32:32 +06:00
Patrick Creech 82f026eafa Switch to using getattr in qpid.Transport.__del__ (#658)
The __init__ function calls verify_runtime_environment before setting
the use_async_interface variable.  If it throws an exception in that
function, the __del__ method will be called, and raises an
AttributeError

using getattr in the __del__ method to guard against this
2016-11-30 21:13:44 +06:00
Anton Chaporgin 7e1e06b0f9 remove natural sort (#638)
I am no mongodb specialist, but there is an explicit mentioning in MongoDb docs about natural sorting:
"Queries that include a sort by $natural order do not use indexes to fulfill the query predicate"
https://docs.mongodb.com/v3.2/reference/method/cursor.sort/#index-use

So as far as we have "query" index set in ensure_indexes, so this will not be used according to the docs.
2016-11-30 17:55:01 +06:00
Toomore Chiang f2b926aeb6 Fixed wrong keyword argument `channel` (#652) 2016-11-30 17:53:09 +06:00
thaddock d4157f88c9 Update comments about SQS long polling. (#666)
Issue #665
2016-11-30 00:25:22 +06:00
Ask Solem a3891333de flakes 2016-11-22 13:43:49 -08:00
Ask Solem 0513fd8bef CI: Removes pypy3 target 2016-11-21 14:48:44 -08:00
Ask Solem 173b7a17d5 Merge branch 'master' of github.com:celery/kombu 2016-11-11 13:59:07 -08:00
Ask Solem bf64bf0c23 Safe argument to urllib.quote must be bytes on Py2. Closes #645 2016-11-11 13:58:59 -08:00
Carlos Edo 32997b17be fixed rpc example (#650) 2016-11-10 23:58:50 +06:00
Cemre Mengu 306445f436 Update consumers.rst (#647)
Added content type note for dummies like me
2016-11-08 14:38:03 +06:00
Ask Solem 6aa0204f10 Merge entries in 3.0 branch Changelog 2016-11-02 13:47:10 -07:00
Ask Solem b33eb16e2e Changelog typo 2016-11-02 13:46:26 -07:00
Ask Solem b48a887a86 Sets release date for 4.0 2016-10-28 16:44:17 -07:00
Ask Solem f6b0e7267a flakes 2016-10-28 16:22:45 -07:00
Ask Solem a7fda57557 Try to fix test suite 2016-10-28 16:17:13 -07:00
Ask Solem 5946409b9c Fixes SQS tests 2016-10-28 16:07:19 -07:00
Ask Solem 543d837848 Sets version to 4.0 2016-10-28 15:51:16 -07:00
Ask Solem e3d4b4ed53 Tests: Now depends on case 1.5.1 2016-10-28 15:50:25 -07:00
Ask Solem 27aae407f1 Tests: Now depends on case 1.5 2016-10-28 15:46:40 -07:00
Ask Solem baeef7ac1a Ports Qpid unit tests to pytest 2016-10-28 15:46:25 -07:00