Wido den Hollander
551d92014d
Add Consul K/V store Transport
...
Using the Key/Value store of Consul.io this commit adds a new
Transport.
It is a simple Transport which Messages as Keys in the K/V store
of Consul using the HTTP API.
The HTTP API is consumed using the python-consul client which exposes
the API in a Python way.
2016-06-15 17:41:32 -07:00
Ask Solem
19f37984cd
Now depends on amqp 2.0.2
2016-06-10 17:48:07 -07:00
Ask Solem
3b6aa9b4e5
Now depends on amqp 2.0.1
2016-06-01 13:41:07 -07:00
Ask Solem
7e93611fce
Now depends on amqp 2.0
2016-05-26 14:40:49 -07:00
Ask Solem
f6a54fc19c
[reqs] Reorganize ci requirements
2016-04-11 12:48:51 -07:00
Ask Solem
9905995d82
[reqs][test] now depends on case 1.1.2
2016-04-08 23:37:09 -07:00
Ask Solem
33d3be157f
[reqs][test] now depends on case 1.1.1
2016-04-08 23:16:16 -07:00
Ask Solem
66f726b927
[docs] requires sqlalchemy
2016-04-08 22:35:11 -07:00
Ask Solem
35455f9cc3
[tests] Use moar Mock.assert_called
2016-04-08 21:12:38 -07:00
Ask Solem
c9d00b4bab
[tox] Try to use celery tox config
2016-04-08 19:37:44 -07:00
Ask Solem
a25b77756c
[dist] Use apicheck from sphinx_celery
2016-04-08 15:06:19 -07:00
Ask Solem
b1707d091a
Use sphinx2rst
2016-04-07 18:51:22 -07:00
Ask Solem
3a53107212
Adds librabbitmq to docs requirements
2016-04-07 17:34:30 -07:00
Ask Solem
719ce2ef78
Use celery_sphinx to manage docs
2016-04-07 17:29:30 -07:00
Ask Solem
d7316fea10
[docs] Switch to sphinx.ext.imgmath and adds sphinxcontrib-cheeseshop
2016-04-07 11:51:47 -07:00
Ask Solem
a8203aee1f
[requirements][docs] Now depends on Sphinx 1.4
2016-04-07 11:46:09 -07:00
Ask Solem
6e4e1cd2e9
[docs] Removes dep sphinxcontrib-issuetracker
2016-04-06 12:09:54 -07:00
Ask Solem
16c9330099
Updates pkgutils requirements
2016-04-06 11:53:35 -07:00
Ask Solem
6da537d57c
[tests] Now depends on case
2016-04-05 15:53:44 -07:00
Ask Solem
4b0f051d6f
[docs] requirements/docs.txt now depends on kombu[mongodb]
2016-03-22 12:04:36 -07:00
Ask Solem
010aae8ccf
[msgpack] Use new use_bin_type option in msgpack 0.4. Closes #570
2016-03-08 17:58:39 -08:00
Ask Solem
0990bfa7d9
Now uses vine for promises
2016-03-02 13:46:56 -08:00
Ask Solem Hoel
b43dc265c2
Merge pull request #475 from amcgregor/patch-1
...
Hotfix to pin pymongo version; potential #474 resolution.
2015-10-23 16:06:35 -07:00
Ask Solem
e2d44eb1cc
Try to fix Read the docs errors
2015-09-25 12:44:21 -07:00
Alice Zoë Bevan–McGregor
cc428546b4
Hotfix to pin pymongo version; potential #474 resolution.
...
Adapting to changes in pymongo-3.0 is better, but this would at least help prevent broken installs (and tests).
2015-05-06 23:19:53 -04:00
Nathan Van Gheem
b9261847fe
migrate pycouchdb for python 3 compatibility
2014-09-10 16:54:11 -05:00
Ask Solem
f3520925c9
Require new version of nose for py3 tests. Closes #389
2014-09-04 14:19:08 +01:00
Brian Bouterse
557893612d
Merge branch 'master' into qpid-transport
2014-07-30 13:37:06 -04:00
Ask Solem
6524bd293a
Merge branch 'master' into curlclient
...
Conflicts:
kombu/async/hub.py
kombu/tests/case.py
kombu/tests/transport/test_redis.py
kombu/transport/SQS.py
2014-06-11 14:55:11 +01:00
Brian Bouterse
c569d35c30
Merge branch 'master' into qpid-transport
2014-06-11 09:21:03 -04:00
Ask Solem
19c83a1b52
Merge branch '3.0'
...
Conflicts:
README.rst
kombu/__init__.py
kombu/async/hub.py
kombu/utils/url.py
2014-06-02 17:20:32 +01:00
Ask Solem
d7d185afdc
kombu[librabbitmq] now depends on librabbitmq 1.5.2
2014-05-30 14:34:25 +01:00
Brian Bouterse
95c729b3f2
Merge branch 'master' into qpid-transport
...
Conflicts:
README.rst
docs/userguide/connections.rst
2014-05-28 10:05:56 -04:00
Ask Solem
50e2d6c1a4
Adds Makefile
2014-05-27 14:33:11 +01:00
Ask Solem
3d963c1eb6
Removes anyjson dependency :sad:
2014-05-20 21:49:47 +01:00
Ask Solem
55197ee341
master now depends on Python 2.7
2014-05-19 22:27:36 +01:00
Brian Bouterse
0b88faff36
Merge branch 'master' into qpid-transport
2014-05-07 12:23:57 -04:00
Ask Solem
5b1a6e58fa
kombu[librabbitmq] now depends on librabbitmq 1.5.1
2014-05-06 14:02:35 +01:00
Ask Solem
9214b562c1
kombu[librabbitmq] now depends on librabbitmq 1.5.1
2014-05-06 14:02:27 +01:00
Ask Solem
60edb10e5f
Make sure tests run without boto and pycurl
2014-05-03 22:28:51 +01:00
Ask Solem
6a1abb7e94
Initial import of kombu.async.aws
...
Tests: Use setup/teardown instead of setUp/tearDown
Tests
async.http: Auth support
Tests for kombu.async.aws.connection
All tests for SQS and implemented message batch operations
SQS: Removes poor fanout support using SDB
Async SQS working somewhat
More fixes
flakes
SQS: Improves async queue/channel scheduling
Adds Transport.implements for introspection of transport capabilities
2014-05-03 22:28:43 +01:00
Brian Bouterse
b4b3600ddf
Merge branch 'master' into qpid-transport
2014-04-16 11:04:40 -04:00
Ask Solem
ddb320e9f3
Now depends on amqp 1.4.5
2014-04-15 22:11:50 +01:00
Ask Solem
31896fd3e9
kombu[librabbitmq] now requires librabbitmq 1.5.0
2014-04-14 21:55:53 +01:00
Brian Bouterse
cb772ade57
Configuring an 'extra' package named qpid
2014-03-18 16:17:54 -04:00
Brian Bouterse
2147cef528
Updated requirements files, now that requirements are on pypi.
2014-03-18 15:48:00 -04:00
Ask Solem
1210b04740
Now depends on amqp 1.4.4
2014-03-03 16:14:28 +00:00
Ask Solem
60a5c63cb6
Support for coveralls
2014-02-09 15:47:11 +00:00
Ask Solem
c3ed134d92
Now depends on amqp 1.4.2
2014-02-03 16:29:55 +00:00
Ask Solem
d1ed0c27ff
Now depends on amqp 1.4.1
2014-01-17 16:48:12 +00:00