Mark Lavin
|
c0307b15d6
|
Change redis transport to rpush rather than lpush messages on the queue when they are restored to make the ack emulation more consistent with the amqp transport.
|
2013-09-25 12:44:55 +01:00 |
Ask Solem
|
dfeae0fc66
|
Cosmetics
|
2013-09-24 18:00:37 +01:00 |
Ask Solem
|
f97a170b4a
|
Replaced StdConnectionError+StdChannelError with amqp.ConnectionError+amqp.ChannelError
|
2013-09-24 17:07:00 +01:00 |
Ask Solem
|
69616d26b4
|
Adds kombu.message.Message
|
2013-09-24 14:38:34 +01:00 |
Ask Solem
|
0f4c25138a
|
Removes amqp version check
|
2013-09-24 14:32:21 +01:00 |
Ask Solem
|
aee4345020
|
Renamed serialization.encode/decode -> .dumps, .loads
|
2013-09-24 14:31:52 +01:00 |
Ask Solem
|
74313e93fe
|
flakes
|
2013-09-23 17:32:49 +01:00 |
Ask Solem
|
aed44da231
|
Sem data cannot be set
|
2013-09-22 21:55:04 +01:00 |
Ask Solem
|
e2e8a4dac7
|
pypy did not like this change
|
2013-09-22 21:53:12 +01:00 |
Ask Solem
|
ca5f78ac21
|
Removes kombu.log.anon_logger
|
2013-09-22 21:52:16 +01:00 |
Ask Solem
|
4e6be0d9fc
|
virtual queue_declare now returns namedtuple
|
2013-09-22 18:15:39 +01:00 |
Ask Solem
|
036b0dc504
|
Moves celery.worker.hub here as kombu.async
This is not really done yet, but it will have to live here eventually
as the async transports will want to register with a eventloop.
|
2013-09-19 21:27:27 +01:00 |
Ask Solem
|
0581241eba
|
Merge branch 'master' of github.com:celery/kombu
|
2013-09-12 18:23:48 +01:00 |
Ask Solem
|
045205d435
|
Test fixes for py3 and when eventlet,gevent or redis not installed
|
2013-09-12 18:23:40 +01:00 |
Ask Solem
|
f70013de8a
|
Adds redis to CI test requirements
|
2013-09-12 18:07:51 +01:00 |
Mher Movsisyan
|
3f7d3995b8
|
Fixes Connection.as_uri #252
|
2013-09-12 21:03:02 +04:00 |
Ask Solem
|
b1ddcaebe9
|
Fixes kombu.transport.pyro reference page
|
2013-09-12 17:42:50 +01:00 |
Ask Solem
|
54d78c6b33
|
flakes
|
2013-09-12 17:38:45 +01:00 |
Ask Solem
|
6132540a2e
|
Fixes syntax error
|
2013-09-12 17:37:36 +01:00 |
Ask Solem
|
da1f3a601d
|
Version now 3.0rc1
|
2013-09-12 17:34:36 +01:00 |
Ask Solem
|
eb1caf3fbd
|
import kombu now requires Python 2.6
|
2013-09-12 17:34:11 +01:00 |
Ask Solem
|
44bacd08ef
|
flakes
|
2013-09-12 17:32:25 +01:00 |
Ask Solem
|
e5cb2e19e8
|
Adds missing reference pages
|
2013-09-12 17:32:19 +01:00 |
Ask Solem
|
e25c232429
|
99% coverage for redis transport
|
2013-09-12 17:25:15 +01:00 |
Ask Solem
|
10ff0f2e59
|
Adds more tests
|
2013-09-12 13:10:42 +01:00 |
Ask Solem
|
8ddfb92557
|
Adds kombu.clocks.timetuple
|
2013-09-12 13:10:31 +01:00 |
Ask Solem
|
d260459269
|
LamportClock: can now set Lock class
|
2013-09-11 21:45:09 +01:00 |
Ask Solem
|
a136c7b434
|
100% coverage for kombu.transport.librabbitmq
|
2013-09-11 17:02:23 +01:00 |
Ask Solem
|
9dc3ceaa43
|
Tests cleanup (and renamed TestCase -> Case
|
2013-09-11 16:33:57 +01:00 |
Ask Solem
|
da623b81b1
|
[memory transport] Fixes fanout support
|
2013-09-11 16:10:26 +01:00 |
Ask Solem
|
8058fe6dce
|
Renames promise -> lazy, maybe_promise -> maybe_evaluate so that it does not crash with the new async promise
|
2013-09-11 15:36:24 +01:00 |
Ask Solem
|
84d0c1a503
|
ContentDisallowed tests
|
2013-09-11 15:28:52 +01:00 |
Ask Solem
|
6fbc2dd818
|
Merge branch '2.5'
|
2013-09-11 15:12:11 +01:00 |
Ask Solem
|
ac4ae2576b
|
:rage1:
|
2013-09-10 18:28:46 +01:00 |
Ask Solem
|
11d5674a8d
|
[Py3.2] msgpack transforms lists into tuples in some versions
|
2013-09-10 18:05:25 +01:00 |
Ask Solem
|
ef03c5a344
|
Trying to fix CI for Py3.2
|
2013-09-10 17:56:57 +01:00 |
Ask Solem
|
4e3bb729bd
|
[tox] Fixes typo test-py3k -> test3
|
2013-09-10 17:31:00 +01:00 |
Ask Solem
|
27a4c934b9
|
Fixes NameError
|
2013-09-10 17:26:37 +01:00 |
Ask Solem
|
554bddd2af
|
Py3 fixes
|
2013-09-10 17:26:12 +01:00 |
Ask Solem
|
2ff6f89c48
|
Fixes Py3.2 tests
|
2013-09-10 16:58:44 +01:00 |
Ask Solem
|
b8e6365d46
|
nose-cover3 broken on py3.2
|
2013-09-10 16:57:26 +01:00 |
Ask Solem
|
1fa9749ee3
|
Travis CI's Python 2.5 is broken
|
2013-09-10 16:56:15 +01:00 |
Ask Solem
|
6636a03c9f
|
flakes
|
2013-09-10 15:42:04 +01:00 |
Ask Solem
|
7bc0712039
|
flakes
|
2013-09-10 15:41:34 +01:00 |
Ask Solem
|
4674a0f5c6
|
Tests passing
|
2013-09-10 15:32:33 +01:00 |
Ask Solem
|
53d1f06a5c
|
Merge branch '2.5'
|
2013-09-10 15:27:24 +01:00 |
Ask Solem
|
2d056fe1d9
|
Adds Py3.2 + Py3.3 to Travis
|
2013-09-10 15:27:15 +01:00 |
Ask Solem
|
af551f21b0
|
[py25] Cannot use next()
|
2013-09-10 15:02:15 +01:00 |
Ask Solem
|
ef40626818
|
Merge branch '2.5'
Conflicts:
Changelog
README.rst
kombu/__init__.py
kombu/messaging.py
kombu/mixins.py
kombu/tests/test_serialization.py
kombu/tests/utilities/test_encoding.py
kombu/transport/filesystem.py
kombu/transport/pyamqp.py
requirements/default.txt
setup.py
tox.ini
|
2013-09-10 14:53:36 +01:00 |
Ask Solem
|
d36af8e237
|
New msgpack version broke serialization test
|
2013-09-10 14:47:31 +01:00 |