Commit Graph

1973 Commits

Author SHA1 Message Date
Ask Solem cdfc38996b Fixes librabbitmq version warning. Closes celery/celery##1995 2014-04-18 15:49:51 +01:00
Ask Solem 47bc4c7b82 Merge branch 'master' into 3.0 2014-04-15 22:13:31 +01:00
Ask Solem 8bc083f293 Bumps version to 3.0.15 2014-04-15 22:12:49 +01:00
Ask Solem ddb320e9f3 Now depends on amqp 1.4.5 2014-04-15 22:11:50 +01:00
Ask Solem 698ea849b7 More version parser fixes. Closes #340 2014-04-15 17:53:41 +01:00
Ask Solem 59bfed8adc Merge branch 'master' of github.com:celery/kombu 2014-04-15 17:37:36 +01:00
Ask Solem 2b530bf3c9 Updates Changelog 2014-04-15 17:37:22 +01:00
Ask Solem Hoel f331cd5a7f Merge pull request #340 from EricWorkman/master
Convert major and minor versions to integers for version matching
2014-04-15 17:36:35 +01:00
Ask Solem bcda0b2e20 Adds Connection.qos_semantics_matches_spec 2014-04-15 17:25:03 +01:00
Ask Solem f2b8598674 flakes 2014-04-15 17:04:44 +01:00
Ask Solem dacb919021 Adds Adam Gaca to AUTHORS 2014-04-15 17:03:58 +01:00
Adam Gaca b76455d2a7 don't convert decompressed data into utf-8 string 2014-04-15 17:03:33 +01:00
Ask Solem fa265b6811 Account for transport_options in eqhash(conn), also optimize Connection.__eqhash__. Closes #333 2014-04-15 17:01:47 +01:00
ericworkman 0e345fb762 Convert major and minor versions to integers for version matching 2014-04-15 11:58:56 -04:00
Ask Solem 31896fd3e9 kombu[librabbitmq] now requires librabbitmq 1.5.0 2014-04-14 21:55:53 +01:00
Ask Solem 453664f492 Adds Transport.qos_semantics_matches_spec() to detect new QoS behavior in RabbitMQ 3.3. Closes #339 2014-04-14 21:55:07 +01:00
Ask Solem 7d1be45c08 flakes 2014-04-14 21:53:01 +01:00
Ask Solem 94af8d5b43 Qos apply_global flag is supported by RabbitMQ 2014-04-14 15:46:51 +01:00
Ask Solem 64acac68f9 Attempt to fix celery/celery#1965 2014-04-10 15:21:27 +01:00
Ask Solem 84d482aba9 Adds Dmitry Malinovsky to AUTHORS 2014-04-04 17:58:29 +01:00
Dmitry Malinovsky e85702c95b Added serialization support 2014-04-04 17:57:27 +07:00
Ask Solem 627ee117f0 MongoDB: Py3 fix 2014-03-27 18:33:28 +00:00
Ask Solem 7d1a52986e Redis: Make sure fd removed from loop on disconnect 2014-03-27 18:33:17 +00:00
Ask Solem f2bbe5a3e4 MongoDB: Fixes Python 3 compatibility problem. Closes #328 2014-03-21 14:02:10 +00:00
Ask Solem ce41a86b71 Merge branch 'master' into 3.0 2014-03-19 20:54:01 +00:00
Ask Solem d4f24abdbc Travis does not support 3.4 yet 2014-03-19 20:53:54 +00:00
Ask Solem fb157f1948 Adds Python 3.4 target for Travis CI 2014-03-19 19:26:26 +00:00
Ask Solem 015d9c122d Adds Python 3.4 target for Tox 2014-03-19 19:26:15 +00:00
Ask Solem 54198c62ed Adds Trove classifier for Python 3.4 2014-03-19 19:25:59 +00:00
Ask Solem c043f9f81c Fixes tests on Python 3.3 2014-03-19 19:25:35 +00:00
Ask Solem a7a5f65578 Bumps version to 3.0.14 and updates Changelog 2014-03-19 19:05:00 +00:00
Ask Solem 03d82913d6 Semaphore tests 2014-03-19 18:50:51 +00:00
Ask Solem Hoel 8351042b15 Merge pull request #327 from celery/fix-async-sem-release
Don't increase the semaphore is a callback is going to get called
2014-03-19 16:52:15 +00:00
Ask Solem 8938a5edc6 [Py3] Redis: Fixes fanout with pmessage on python 3. Closes #324 2014-03-19 16:48:44 +00:00
Ionel Cristian Mărieș 3cc46bfe4d Don't increase the semaphore is a callback is going to get called (this will make the callbacks waiting for the semaphore run for free, even there's no space to run them). 2014-03-19 15:30:17 +02:00
Alex Koshelev 0136555208 Fixed MongoDB broadcast cursor re-initialization. Closes celery/celery#971 2014-03-10 14:45:50 +00:00
Ask Solem 874d5e6dea Cosmetics for #319 2014-03-05 13:21:51 +00:00
Ask Solem 1674d3621f Merge branch 'daevaorn/mongo-tuneup' 2014-03-05 13:17:34 +00:00
Ask Solem 4dc6eea132 Do not close none connection. Closes #320 2014-03-05 12:52:55 +00:00
Ask Solem 13e9b6e6ce Merge branch 'master' into 3.0 2014-03-03 16:25:11 +00:00
Ask Solem 0dd1ccdb17 Adds missing reference page 2014-03-03 16:20:41 +00:00
Ask Solem a639791c9b Bumps version to 3.0.13 and updates Changelog 2014-03-03 16:14:46 +00:00
Ask Solem 1210b04740 Now depends on amqp 1.4.4 2014-03-03 16:14:28 +00:00
Alex Koshelev f57a8d7092 Comments added 2014-03-02 21:19:13 +04:00
Alex Koshelev 32bab84777 Refactor broadcast cursor management for mongodb transport 2014-03-02 21:17:42 +04:00
Alex Koshelev d478a034d4 Encapsulate collection management for mongodb transport 2014-02-28 00:19:22 +04:00
Ask Solem bed52922a7 Pidbox: adds default on_decode_error handler 2014-02-21 15:41:09 +00:00
Ask Solem 055065de44 Adds .gitignore and dump.rdb to gitignore 2014-02-21 15:12:02 +00:00
Ask Solem e37467a471 Tests passing 2014-02-21 15:06:06 +00:00
Ask Solem c3a22adfb4 Redis: Patterns in fanout now enabled by "fanout_patterns" transport options 2014-02-21 13:36:33 +00:00