Commit Graph

165 Commits

Author SHA1 Message Date
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 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 1cd4e07f9e Removes SQLAlchemy as a broker support 2016-06-27 19:26:44 -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
Adam Chainz 6efefd8db1 Convert readthedocs link for their .org -> .io migration for hosted projects
As per their email ‘Changes to project subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-05-29 15:08:27 +01:00
Ask Solem 51fb937697 an URL -> a URL 2016-05-12 18:51:55 -07:00
Ask Solem acd251eb0d Generate README.rst from docs/templates/readme.txt 2016-04-11 13:02:34 -07:00
Ask Solem 7415ecbc7c [docs] Stop using symlinks 2016-04-08 19:26:50 -07:00
Ask Solem a25b77756c [dist] Use apicheck from sphinx_celery 2016-04-08 15:06:19 -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 2498e6f2ba Removes unused Sphinx extensions 2016-04-06 17:02:34 -07:00
Ask Solem b374177473 Use unicode_litereals everywhere and updates flakeplus target to --2.7 2016-04-06 13:14:05 -07:00
Ask Solem 646ef049b4 [docs] Adds sphinx.ext.viewcode 2016-04-06 12:14:30 -07:00
Ask Solem d6eb370df7 [docs] Adds githubsphinx extension 2016-04-06 12:10:40 -07:00
Ask Solem 76b19c63fb [docs] Fixes typo in intersphinx url 2016-03-30 14:43:38 -07:00
Ask Solem 4f4c2c9a04 acknowledgment (US) not acknowledgEment 2016-03-22 13:51:35 -07:00
Ask Solem 21b3eb4804 [docs] Adds Intersphinx 2016-03-22 12:04:28 -07:00
Ask Solem a8569f3a82 flakes 2016-03-21 15:47:07 -07:00
Ask Solem c20f854469 Adds Queue.consumer_arguments for the ability to set Consumer Priority via x-priority. Closes celery/celery#3098 2016-03-10 10:17:33 -08:00
Ask Solem 0990bfa7d9 Now uses vine for promises 2016-03-02 13:46:56 -08:00
Ask Solem e757957f68 Updates copyright year 2016-01-12 11:48:10 -08:00
Ask Solem 45ac835e97 Redis: Adds queue_order_strategy transport option (Closes #518).
Order in which we consume from queues.
Can be either string alias, or a cycle strategy class

- ``round_robin``
    :class:`~kombu.utils.scheduling.round_robin_cycle``

    Make sure each queue has an equal opportunity to be consumed from.

- ``sorted``
    :class:`~kombu.utils.scheduling.sorted_cycle`.

    Consume from queues in alphabetical order.
    If the first queue in the sorted list always contains messages,
    then the rest of the queues will never be consumed from.

- ``priority``
    :class:`~kombu.utils.scheduling.priority_cycle`.

    Consume from queues in original order, so that if the first
    queue always contains messages, the rest of the queues
    in the list will never be consumed from.

    The default is to consume from queues in round robin.
2015-11-24 13:37:48 -08:00
Ask Solem d476946ef5 Updates changelog 2015-11-06 12:53:42 -08:00
Ask Solem 413ace9274 Renames Python2/Python3 -> Python 2/Python 3 2015-11-06 12:04:39 -08:00
Ask Solem 655db37422 flakes 2015-10-02 18:00:30 -07:00
Ask Solem 1a061fde01 Merge branch 'master' of github.com:celery/kombu 2015-07-13 12:22:34 -07:00
Ask Solem 4ef2f10e15 Single item tuples no longer require whitespace 2015-07-13 12:22:16 -07:00
Omer Katz 083e684f03 Merge pull request #492 from tbarbugli/patch-2
fix reference to pools.Connections
2015-07-09 12:39:07 +03:00
Tommaso Barbugli 95d937200c fix reference to pools.Connections 2015-07-01 13:51:40 +02:00
Tommaso Barbugli a9ccd7624b fix docs about content_type and serialization
if serializer is None and content_type is not specified, then serialization will happen (see messaging.Producer:_prepare)
2015-07-01 13:49:34 +02:00
Ask Solem d1decb5033 Serializer entrypoint arguments listed in the wrong order. Closes #473 2015-06-12 13:00:01 -07:00
Ask Solem 5fc39f961c 2015 updates 2015-01-01 13:48:58 +01:00
Ask Solem 0b4ee363f7 Doc example should use producer declare argument. Closes #423 2014-11-03 21:00:21 +00: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 202e5b56e8 Fixes typo in reference index 2014-06-02 17:18:32 +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 86274e967d Fixes flakes after flake8 upgrade 2014-05-27 14:41:20 +01:00
Ask Solem c13f9284af Copyright 2014 2014-05-22 14:58:41 +01:00
Ask Solem ff42ffc6f3 Copyright 2014 2014-05-22 14:58:14 +01:00
Ask Solem f80e0c349f Removes kombu.utils.compat.get_errno 2014-05-21 12:57:24 +01:00