Commit Graph

31 Commits

Author SHA1 Message Date
Omer Katz 574641e01f Bump version: 4.4.0 → 4.5.0 2019-03-31 18:18:06 +03:00
Omer Katz 0aa3a40ad0 Bump version: 4.3.0 → 4.4.0 2019-03-03 21:01:28 +02:00
Omer Katz b4be5cf2e7 Bump version: 4.2.2 → 4.3.0 2019-02-06 18:13:10 +02:00
BR 2dff21c42b Fixed kombu.me links (#988) 2019-01-13 22:26:57 +02:00
Omer Katz eded86487e Bump version: 4.2.1 → 4.2.2 2019-01-03 17:47:37 +02:00
Irmen de Jong aa8ea28f50 Making the pyro transport available, fix it for recent Pyro4 versions, add broker daemon (#895)
* Make the pyro transport available and fix it for recent Pyro4 version.
Implemented the missing Pyro Kombu broker to actually be able to use the Pyro transport

* code style
2018-11-25 20:40:54 +06:00
Clemens Wolff 32633554ac Add transports based on Azure PaaS (#891)
* Add transports based on Azure PaaS

This pull request adds two new transport implementations:

- `azurestoragequeues` is implemented on top of Azure Storage
  Queues [1]. This offers a simple but scalable and low-cost PaaS
  transport for Celery users in Azure. The transport is intended to be
  used in conjunction with the Azure Block Blob Storage backend [2].

- `azureservicebus` is implemented on top of Azure Service Bus [3] and
  offers PaaS support for more demanding Celery workloads in Azure. The
  transport is intended to be used in conjunction with the Azure
  CosmosDB backend [4].

This pull request was created together with @ankurokok, @dkisselev,
@evandropaula, @martinpeck and @michaelperel.

[1] https://azure.microsoft.com/en-us/services/storage/queues/
[2] https://github.com/celery/celery/pull/4685
[3] https://azure.microsoft.com/en-us/services/service-bus/
[4] https://github.com/celery/celery/pull/4720

* Exclude Azure transports from code coverage

There is test coverage for the transports but the tests require Azure
credentials to run (passed via environment variables) so codecov doesn't
exercise them.

* Remove env vars to configure transport

* Remove abbreviations
2018-08-30 23:34:52 +06:00
Jon Dufresne cb516bbf74 Update all pypi.python.org URLs to pypi.org (#885)
For details on the new PyPI, see the blog post:

https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
2018-06-10 16:40:04 +06:00
Omer Katz c627c6d9d1
Bump version: 4.2.0 → 4.2.1 2018-05-30 17:07:29 +03:00
Omer Katz b975713d81
Bump version: 4.1.0 → 4.2.0 2018-05-21 08:48:16 +03:00
Harry Moreno 16ea4df217 Fix rabbit and warrens link (#825)
* fixes #793
2018-01-16 09:18:44 +06:00
Omer Katz c292e9d400 Fixed the link to Pyro. Fixes #798. 2017-09-08 07:42:32 +03:00
Omer Katz 802e77b6c3
Bump version: 4.0.2 → 4.1.0 2017-07-20 19:21:00 +03:00
Mads Jensen a600ab87d9 Prefer https over http and updated links to new locations. (#745) 2017-05-30 19:53:40 +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
Ask Solem 543d837848 Sets version to 4.0 2016-10-28 15:51:16 -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 a19de89a17 Bumps version to 4.0.0rc4 2016-09-08 15:17:25 -07:00
Ask Solem fcb7ca06c8 One space after period for proportional fonts 2016-07-29 19:37:05 -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 5f817ff1f9 Removes ZeroMQ transport for lack of resources to support it. 2016-06-28 15:48:09 -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
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 acd251eb0d Generate README.rst from docs/templates/readme.txt 2016-04-11 13:02:34 -07:00