Commit Graph

810 Commits

Author SHA1 Message Date
Ask Solem 2014371cd4 Fixes warning from amqplib's Transport.__del__ 2012-02-21 15:12:55 +00:00
Ask Solem c661f19075 Adds tests from http://www.rabbitmq.com/uri-spec.html 2012-02-10 14:52:17 +00:00
Ask Solem e7cfdeb096 unquote the parts in an connection URL. 2012-02-10 14:52:02 +00:00
Ask Solem 015f3b5b17 Adds Steeve Morin to AUTHORS 2012-02-08 15:54:51 +00:00
Ask Solem c01b31998d Merge branch 'steeve/patch-1' 2012-02-08 15:54:24 +00:00
Ask Solem 2696228492 Revert previous commit 2012-02-08 15:53:07 +00:00
Ask Solem 8020481d72 compat consumer should use connection.default_channel 2012-02-08 15:52:01 +00:00
Steeve Morin de391b6396 Handle binary bodies in compression. 2012-02-08 15:22:11 +01:00
Ask Solem 00398a9d5a Fixes more changelog woes 2012-02-04 11:45:04 +00:00
Ask Solem 5ee37d5b60 Somehow lost lots of Changelog entries 2012-02-04 11:41:09 +00:00
Ask Solem 0790ffc486 docs: Fixes typo interval -> polling_interval 2012-02-04 10:40:51 +00:00
Ask Solem e4fe3c06d5 Set release date for 2.1.0 2012-02-04 10:38:06 +00:00
Ask Solem 277d6df115 Merge branch 'slyons/master' 2012-02-04 10:30:24 +00:00
Scott Lyons 26fedee240 Fixing up the MongoDB tests from their moving to the funtests module. Fixes a few typos as well. 2012-02-03 22:59:47 -05:00
Ask Solem 895d3c1ea1 Cosmetics 2012-02-03 18:11:06 +00:00
Ask Solem 61fe421806 Use MSG_PEEK to verify amqplib connection 2012-02-03 18:03:11 +00:00
Ask Solem 403684a857 Bumps version to 2.1.0 2012-02-03 17:51:20 +00:00
Ask Solem 2b140266c5 Moves MongoDB functional tests to funtests/ 2012-02-03 17:21:27 +00:00
Ask Solem cfea2062b0 BrokerConnection does not have capped_queue_size attribute 2012-02-03 17:21:13 +00:00
Ask Solem d1cbcef94c PEP8ify + pyflakes 2012-02-03 15:38:45 +00:00
Ask Solem 7b706c40ab Updates Changelog 2012-02-03 15:29:17 +00:00
Ask Solem baaaf3604f Adds Scott Lyons to AUTHORS 2012-02-03 15:09:23 +00:00
Ask Solem 627caf5e01 Update transport comparison table with fanout support for MongoDB 2012-02-03 15:08:33 +00:00
Flavio Percoco Premoli 0f975c25bc Merge pull request #98 from slyons/master
Fanout support for MongoDB Transport
2012-02-03 05:43:45 -08:00
Ask Solem a98dec5e50 Cosmetics 2012-02-02 11:43:38 +00:00
Ask Solem 4615d43222 unittest setup: Automatically find modules to import for coverage. 2012-02-02 11:43:04 +00:00
Ask Solem 4c895c9a22 pika2: AuthenticationError only available in pika 0.9.6dev 2012-02-01 13:12:22 +00:00
Scott Lyons 37ce41cadf Removing dead code from test. 2012-01-31 12:54:07 -05:00
Scott Lyons 03ae06c362 Adding a unit test for MongoDB transport. Also purging and getting fanout queue size properly. 2012-01-31 12:51:27 -05:00
Ask Solem 8c8c1ab5b6 Comment copy of channel.connection_errors 2012-01-31 14:24:22 +00:00
Ask Solem f79d43e98d Redis: Set channel.connection_errors in case channel is closed. 2012-01-31 14:22:31 +00:00
Ask Solem d5be3882c1 Fixes Queue.get for pylibrabbitmq. Closes #97 2012-01-30 16:49:38 +00:00
Ask Solem 6db53dc20a Cosmetics 2012-01-30 16:49:22 +00:00
Ask Solem e003c4e7fb gevent should use select.select 2012-01-30 14:52:14 +00:00
Scott Lyons a4a1381ff0 More reasonable default broadcast queue size 2012-01-30 07:33:37 -05:00
Scott Lyons 9a621e95eb Fanout support for MongoDB transport 2012-01-30 07:11:01 -05:00
Ask Solem 75d781ef61 Transport comparison was wrong, fanout is not enabled by default for SQS 2012-01-27 17:23:49 +00:00
Ask Solem 9c919e0c95 Virtual transports can now set polling_interval via transport options.
E.g::

    >>> BrokerConnection("sqs://", transport_options={
    ...     "polling_interval": 5.0})

Closes #96
2012-01-27 13:26:22 +00:00
Ask Solem 560380a748 amqplib: Now pings the connection to verify the connection is still established 2012-01-25 15:15:34 +00:00
Ask Solem f5c91ff83d Merge branch 'rafaduran/master'
Conflicts:
	kombu/transport/couchdb.py
2012-01-24 16:24:45 +00:00
Ask Solem 3fdd12308f Merge branch 'priteau/master' 2012-01-24 16:22:47 +00:00
Ask Solem e44036ea24 Redis: drain_events shouldn't sleep. Closes #94 2012-01-24 16:07:37 +00:00
Ask Solem 33cfcef8bb Transport.interval was not in use, use .polling_interval instead. 2012-01-24 16:04:57 +00:00
Ask Solem 19fb24930b Adds common.eventloop 2012-01-23 16:39:26 +00:00
Pierre Riteau c3003e3296 Also update the transport comparison table in the README 2012-01-21 00:13:14 +01:00
Ask Solem 7b426c5e45 Merge branch 'master' of github.com:ask/kombu 2012-01-20 22:26:20 +00:00
Ask Solem 5d2831125f Adds Pierre Riteau to AUTHORS 2012-01-20 21:55:38 +00:00
Ask Solem Hoel d9bab8dedd Merge pull request #91 from priteau/carrot
Remove outdated carrot references
2012-01-20 13:41:19 -08:00
Pierre Riteau 5414687fd4 Remove outdated carrot references 2012-01-20 16:13:14 +01:00
Pierre Riteau 1dab6181af Fix footnote reference generation 2012-01-20 15:21:03 +01:00