Ask Solem
2358f990d5
flakes
2016-07-16 12:29:02 -07:00
Ask Solem
87a5568bc8
Use Google-style docstrings
2016-07-16 11:51:23 -07:00
Ask Solem
6765952e4c
Adds Emmanuel Cazenave to AUTHORS
2016-07-08 19:11:53 -07:00
Emmanuel Cazenave
eed4280924
Fix deepcopy bug of a connection with alernate url
2016-07-08 19:11:23 -07:00
Emmanuel Cazenave
397a8961a2
Reproduce a deepcopy bug of a Connection instance
2016-07-08 19:11:15 -07:00
Ask Solem
91e2c20d7d
Bumps version to 4.0.0rc3 (forgot to PGP sign, parity with celery 4 rc number)
2016-07-08 15:34:53 -07:00
Ask Solem
07a93b8c89
Bumps version to 4.0.0rc1
2016-07-08 15:21:19 -07:00
Ask Solem
5abff49d9f
Async: Timer: Removes __eq__ __ne__
2016-07-08 15:20:39 -07:00
Ask Solem
07363f75b7
Async: Timer: Remove __hash__ of args/kwargs for Entry. Closes #605
2016-07-08 14:42:44 -07:00
Ask Solem
1dadd0b957
Fixes tests for #607
2016-07-08 14:42:15 -07:00
Ask Solem
278a7e4b0c
Redis: Use PING instead of INFO. Closes #607
2016-07-08 14:36:35 -07:00
Ask Solem
10b527e20f
Typo: text_type -> text_t
2016-07-08 13:34:08 -07:00
Ask Solem
55452a1546
JSON: Encoder now handles datetimes, django Promise, UUID and Decimal. Closes celery/celery#3301
2016-07-08 13:32:37 -07:00
Ask Solem
7ccec0b536
Avoid expensive try: except in cached_property
2016-07-07 18:42:30 -07:00
Ask Solem
c47e828568
Attempt to fix Travis build
2016-07-06 16:52:22 -07:00
Ask Solem
e0dae2d5c8
cookiecutterrc: Fixes case
2016-07-06 16:34:24 -07:00
Ask Solem
7976f72b03
Adds .cookiecutterrc
2016-07-06 16:33:04 -07:00
Ask Solem
6b5735825c
Enable all flake8 rules
2016-07-01 14:40:38 -07:00
Ask Solem
4997ccc1c9
Cosmetics
2016-07-01 14:40:20 -07:00
Ask Solem
2e712d4d43
Adds bumpversion
2016-07-01 14:13:38 -07:00
Ask Solem
c8dbe75d74
Oops, accidentally removed zookeeper transport also. Need more info about this one
2016-06-28 15:58:14 -07:00
Ask Solem
e4189c0c95
Removes deprecated amqplib transport (replaced by py-amqp)
2016-06-28 15:52:49 -07:00
Ask Solem
5f817ff1f9
Removes ZeroMQ transport for lack of resources to support it.
2016-06-28 15:48:09 -07:00
Ask Solem
a5f8724b1b
Removes another MongoDB reference
2016-06-28 15:45:57 -07:00
Ask Solem
5f3ae92708
Removes Beanstalk transport for lack of resources to support it
2016-06-28 15:45:30 -07:00
Ask Solem
20fa23d9d7
Remove MongoDB support from README so people do not use it.
2016-06-28 15:43:16 -07:00
Ask Solem
d06248ebaa
Removes CouchDB transport for lack of resources to maintain it.
2016-06-28 15:41:54 -07:00
Ask Solem
65f982ccf3
Removes Django ORM as a broker support
2016-06-27 19:31:01 -07:00
Ask Solem
c03ec504d2
Removes ghettoq transport compatibility names
2016-06-27 19:27:41 -07:00
Ask Solem
1cd4e07f9e
Removes SQLAlchemy as a broker support
2016-06-27 19:26:44 -07:00
Ask Solem
a0e09c223e
Use set comprehensions (Issue #599 )
2016-06-23 16:12:28 -07:00
Federico Ficarelli
f6b180c993
added order invariance of assert_has_calls in Redis restore test
2016-06-23 16:10:59 -07:00
Federico Ficarelli
76858bed8b
removed useless import
2016-06-23 16:10:55 -07:00
Federico Ficarelli
af09172807
removed useless list copies, lookup methods now return sets
2016-06-23 16:10:49 -07:00
Federico Ficarelli
91f25df052
fixed queue lookup in virtual transports with multiple overlapping bindings
2016-06-23 16:10:44 -07:00
Ask Solem
6c6d898636
Reqs: Now depends on case 1.2.2
2016-06-23 15:37:51 -07:00
Ask Solem
3a0edadb70
Reqs: Now depends on case 1.2.1
2016-06-23 14:34:41 -07:00
Ask Solem
48d6a67dfd
Build: Attempt to fix breaking test on Python 3.4
2016-06-22 12:20:02 -07:00
Ask Solem
05bbb54800
Coverage: Adds some tests
2016-06-22 11:34:32 -07:00
Ask Solem
8beb2eeac1
Renames test_entities -> test_entity
2016-06-20 10:57:42 -07:00
Ask Solem
d956dd9bb2
Restrict amqp requirement to <3.0
2016-06-16 16:16:35 -07:00
Ask Solem
9069315dc9
Some mostly cosmetic changes to #584
2016-06-15 19:41:36 -07:00
Ask Solem
d823c628ff
flakes
2016-06-15 17:48:41 -07:00
Ask Solem
2a88809157
Adds Wido den Hollander to AUTHORS
2016-06-15 17:41:58 -07:00
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
ad45023e82
Merge pull request #594 from adamchainz/readthedocs.io
...
Convert readthedocs link for their .org -> .io migration for hosted projects
2016-06-15 17:36:57 -07:00
Federico Ficarelli
93e12f915a
Removed useless bindings parameter from BrokerState constructor
2016-06-15 17:32:02 -07:00
Federico Ficarelli
7bfcb3a673
Finished queue_unbind for virtual channel, tests passing
2016-06-15 17:30:47 -07:00
Federico Ficarelli
8ad9e1e2b2
Initial support for multiple queue bindings
2016-06-15 17:28:42 -07:00
Ask Solem
b1ad2b159a
Use LookupError
2016-06-14 14:27:26 -07:00