Harry Moreno
16ea4df217
Fix rabbit and warrens link ( #825 )
...
* fixes #793
2018-01-16 09:18:44 +06:00
Mads Jensen
572a4c02ba
Removed some unnecessary variable assignments and fix variable-typo in docs
2017-09-22 22:04:13 +03:00
Omer Katz
c292e9d400
Fixed the link to Pyro. Fixes #798 .
2017-09-08 07:42:32 +03:00
Wojciech Matyśkiewicz
a44763fbef
fixed import path to SimpleQueue and SimpleBuffer
2017-09-06 20:21:16 +03:00
Mads Jensen
584451e093
Update links in documentation to either https or to new locations ( #786 )
2017-08-20 14:31:10 +03:00
Omer Katz
802e77b6c3
Bump version: 4.0.2 → 4.1.0
2017-07-20 19:21:00 +03:00
Omer Katz
ad54980ddb
Bump actual version in the docs.
2017-07-06 16:25:53 +03:00
Mads Jensen
a600ab87d9
Prefer https over http and updated links to new locations. ( #745 )
2017-05-30 19:53:40 +06:00
Amin Ghadersohi
be79b3d4cd
Re-Adding support for sqlalchemy as it is needed by Apache project Airflow ( #687 )
...
* Re-Adding support for sqlalchemy as it is needed by Apache project Airflow
* Re-Adding support for sqlalchemy as it is needed by Apache project Airflow
2017-05-17 14:17:47 +06:00
Christopher Hoskin
8ef988a0e0
Remove non-Free ICC Profile from kombu.jpg and kombusmall.jpg ( #696 )
2017-02-21 23:52:39 +06:00
Ask Solem
4a690cef93
Bump version: 4.0.1 → 4.0.2
2016-12-15 15:33:22 -08:00
Ask Solem
bb03f09c10
Bump version: 4.0.0 → 4.0.1
2016-12-07 17:53:23 -08:00
Cemre Mengu
306445f436
Update consumers.rst ( #647 )
...
Added content type note for dummies like me
2016-11-08 14:38:03 +06:00
Ask Solem
543d837848
Sets version to 4.0
2016-10-28 15:51:16 -07:00
Ask Solem
84d1eb9501
Exchange.publish now supports str/bytes argument
2016-10-27 17:01:00 -07:00
Ask Solem
5d91ef3dbe
Doc fixes
2016-10-27 16:15:40 -07:00
Ask Solem
43efbdf5c5
Fill in missing documentation
2016-10-26 18:01:55 -07:00
Ask Solem
c7fe94fa05
Bumps version to 4.0.0rc6
2016-10-21 17:49:46 -07:00
Ask Solem
62e2cf52cb
Bumps version to 4.0.0rc5
2016-10-14 17:55:10 -07:00
Ask Solem
95e4c9ab21
Adds kombu.utils.time to API Reference
2016-10-14 17:01:45 -07:00
Ask Solem
03790d3afc
Removes kombu.syn, moves detect_environment to utils.compat
2016-10-05 16:14:42 -07:00
Ask Solem
a19de89a17
Bumps version to 4.0.0rc4
2016-09-08 15:17:25 -07:00
Stephen Milner
7fa3172ead
Add Etcd Transport ( #619 )
...
This transport is highly influenced by the Consul Transport.
Messages are kept in keys within Etcd through the python-etcd library.
2016-08-26 15:06:54 +06:00
Rémy Léone
c5886a33ef
Fix useless code-block ( #620 )
2016-08-26 14:57:51 +06:00
Ask Solem
bccb4a9d17
flakes
2016-08-23 11:50:24 -07:00
Ask Solem
3270277007
Adds more README badges
2016-08-18 16:18:25 -07:00
Ask Solem
fcb7ca06c8
One space after period for proportional fonts
2016-07-29 19:37:05 -07:00
Ask Solem
85c191a48a
Reorganizes kombu.utils.__init__ package
2016-07-16 13:34:08 -07:00
Ask Solem
87a5568bc8
Use Google-style docstrings
2016-07-16 11:51:23 -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
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