Commit Graph

2699 Commits

Author SHA1 Message Date
Ask Solem 92e9084ce2 OS X -> macOS 2016-06-13 18:48:04 -07:00
Ask Solem 0b608e550c Adds Stuart Axon to AUTHORS 2016-06-13 17:57:24 -07:00
Stuart Axon 04c10f5ca2 Update timer.py
Make ```to_timestamp``` monotonic.

Without this fix the countdown and eta examples from the celery docs were not working.

https://github.com/celery/celery/issues/3217
2016-06-13 17:56:48 -07:00
Ask Solem 9f5ca4608e flakes 2016-06-13 17:56:33 -07:00
Ask Solem 19f37984cd Now depends on amqp 2.0.2 2016-06-10 17:48:07 -07:00
Ask Solem 3b6aa9b4e5 Now depends on amqp 2.0.1 2016-06-01 13:41:07 -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 7e93611fce Now depends on amqp 2.0 2016-05-26 14:40:49 -07:00
Ask Solem 08670575d7 Adds Luyun Xie to AUTHORS 2016-05-26 13:06:08 -07:00
Ask Solem 8badd2ca7e Merge pull request #587 from luyun-aa/issue_586_dont_create_duplicate_sqs_queues
update queue cache in Channel before creating a new SQS queue
2016-05-26 13:04:56 -07:00
Ask Solem 3e0f903a53 Adds Raphael Michel to AUTHORS 2016-05-26 13:03:11 -07:00
Ask Solem 18f9091630 Merge pull request #590 from pretix/patch-1
Fixed TypeError when conneting to redis via unix domain socket
2016-05-26 13:00:48 -07:00
Omer Katz ebc481aa2b Merge pull request #591 from xiaoshaaming/patch-1
spelling mistake
2016-05-22 12:30:49 +03:00
Ask Solem 51fb937697 an URL -> a URL 2016-05-12 18:51:55 -07:00
xiaoshaaming 78cda4c410 spelling mistake 2016-05-10 11:13:56 +08:00
Raphael Michel 4d6271bd17 Fix redis unix socket connection; https://github.com/celery/celery/issues/2903 2016-05-09 12:17:37 +02:00
Luyun Xie 5be08cc30b make sure the 'unittest_queue' exists but not in internal cache before creating it 2016-04-28 11:16:45 +08:00
Luyun Xie 0dc7a289fe style fix 2016-04-26 15:52:24 +08:00
Luyun Xie 3a511df92e update queue cache in Channel before creating a new SQS queue 2016-04-26 15:43:47 +08:00
Ask Solem 0a5363a319 Fixes outdated Connection docstring 2016-04-22 12:24:01 -07:00
Ask Solem 4321f2e61d Cosmetics 2016-04-21 13:47:02 -07:00
Ask Solem 946c59c559 Rate limit related fixes 2016-04-18 13:52:26 -07:00
Ask Solem eeb2c63faf [virtual] Lookup now supports anon exchange, fixes Redis message recovery 2016-04-15 13:43:40 -07:00
Ask Solem 421909320d Fixes reSt error 2016-04-15 12:48:47 -07:00
Ask Solem 1042e42844 Adds Federico Ficarelli to AUTHORS 2016-04-12 13:36:10 -07:00
Ask Solem ca242a359a Cosmetics for #574 2016-04-12 13:35:10 -07:00
Federico Ficarelli e4db55cc62 Adds multiple queue binding support for virtual transports 2016-04-12 13:25:23 -07:00
Federico Ficarelli b6ef46e464 Added PyCharm stuff to .gitignore 2016-04-12 13:24:02 -07:00
Ask Solem Hoel 40d193b938 Merge pull request #583 from firefly4268/mixin_spelling
Update mixins.py
2016-04-12 13:14:48 -07:00
Ask Solem f033d3250f [redis] Only delete auto_delete queue if connection still connected. Closes #582 2016-04-12 13:11:54 -07:00
Ask Solem 5a76eddd2b kombu.five now points to vine.five 2016-04-11 14:59:04 -07:00
Ask Solem 82e05c05ac Make sure __repr__ and __str__ returns bytes on Python 2 2016-04-11 14:50:20 -07:00
Ask Solem 4bf22565a3 [dist] Update Makefile from source 2016-04-11 13:17:43 -07:00
Ask Solem acd251eb0d Generate README.rst from docs/templates/readme.txt 2016-04-11 13:02:34 -07:00
Ask Solem f6a54fc19c [reqs] Reorganize ci requirements 2016-04-11 12:48:51 -07:00
Ask Solem 9905995d82 [reqs][test] now depends on case 1.1.2 2016-04-08 23:37:09 -07:00
Ask Solem 33d3be157f [reqs][test] now depends on case 1.1.1 2016-04-08 23:16:16 -07:00
Ask Solem 597800a7fd flakes 2016-04-08 23:16:07 -07:00
Ask Solem 66f726b927 [docs] requires sqlalchemy 2016-04-08 22:35:11 -07:00
Ask Solem 1feefef717 [tox] apicheck must install dev reqs 2016-04-08 22:05:31 -07:00
Ask Solem 35455f9cc3 [tests] Use moar Mock.assert_called 2016-04-08 21:12:38 -07:00
Ask Solem c9d00b4bab [tox] Try to use celery tox config 2016-04-08 19:37:44 -07:00
Ask Solem a84f8fa316 [tox] apicheck: warnings are not errors 2016-04-08 19:34:05 -07:00
Ask Solem 7415ecbc7c [docs] Stop using symlinks 2016-04-08 19:26:50 -07:00
Ask Solem 704a314142 Adds .editorconfig 2016-04-08 19:08:52 -07:00
Ask Solem 706146627e [Travis] now sends notification to #celery freenode 2016-04-08 16:29:45 -07:00
Ask Solem a25b77756c [dist] Use apicheck from sphinx_celery 2016-04-08 15:06:19 -07:00
Ask Solem e5e631cc4c Removes unused bump_version 2016-04-07 18:59:49 -07:00
Ask Solem b1707d091a Use sphinx2rst 2016-04-07 18:51:22 -07:00
Ask Solem e46cae8e75 Use vine.utils.wraps so that __wrapped__ is set 2016-04-07 17:55:51 -07:00