Commit History

作者 SHA1 備註 提交日期
  Ask Solem 59681f5f5d Fixed Sphinx build errors/warnings 15 年之前
  Ask Solem 5be55b2e1f Autogenerated documentation for github. 15 年之前
  Ask Solem 94de4a3d6a PEP8ify + pyflakes 15 年之前
  Ask Solem 29620126ca Refactored celery.managers 15 年之前
  Ask Solem e68719c6af Tests passing again. 15 年之前
  Ask Solem b1f7c7995f Merge branch 'httprefactor' 15 年之前
  Ask Solem 5e9d7bf3a4 Cleaned up celery.task.http some more, e.g. it's now easier to override the 15 年之前
  Ask Solem e7e007a4f5 celery.views: Added decorator task_view that given a task, returns a view 15 年之前
  Ask Solem 3e57f99bcb Tests for all of celery.views 16 年之前
  Ask Solem e5fe661b95 Fixes views.is_task_successful after removal of task.is_successful (thanks 16 年之前
  Ask Solem 84eb860d99 PEP8ify: Group imports 16 年之前
  Ask Solem 732a16e0ec Renamed task status "DONE" to "SUCCESS" (long wanted, backward incompatible change) 16 年之前
  Jerzy Kozera 063bddac5a s/HTTPResponse/HttpResponse/ 16 年之前
  Ask Solem 24d6746e17 views.apply now correctly sets mimetype to "application/json" 16 年之前
  Ask Solem 0835b8e6ad views.task_status now returns traceback if status is "FAILURE" or "RETRY" 16 年之前
  Ask Solem 17f8c97010 views.task_status now returns exception if status is RETRY 16 年之前
  Ask Solem bc4d31ac35 views.apply should return HttpResponse instance. Thanks to Jerzy Kozera. Closes #32 16 年之前
  Ask Solem 834f1c310d kwargs should be a dict 16 年之前
  Ask Solem 2f4e8fb12b PEP8ify 16 年之前
  Ask Solem 830012dfab Use anyjson to find the best JSON module installed on the system. 16 年之前
  Ask Solem 5aff8df55a carrot.serialization doesn't export serialize anymore 16 年之前
  Ask Solem e0ade80f31 PEP8ify 16 年之前
  Ask Solem 96974bb9b8 Fix syntax error in celery.views 16 年之前
  Ask Solem 91b5a7e623 views.apply: View applying a task. Example: 16 年之前
  Ask Solem 7e824b2025 PEP8-ify 16 年之前
  Brian Rosner bb47011031 Send back a mimetype for JSON response. 16 年之前
  Brian Rosner acf4911910 Handle failures in task_status view such that it won't throw 500s. 16 年之前
  Ask Solem 739462d804 Remove dependency to simplejson 16 年之前
  Ask Solem ced0b64ad2 Raise our pylint score to 8.24/10 16 年之前
  Ask Solem ea2f3a4a6e pep8ify 16 年之前