Historique des commits

Auteur SHA1 Message Date
  Ask Solem 58a8995c6b TaskMeta.result default value should be None not empty str() il y a 15 ans
  Ask Solem b2ad420714 models: result field should not ever be NULL. il y a 15 ans
  Mikhail Korobov bae11ed738 Allow TaskMeta.result to be null. This fixes several failing tests. il y a 15 ans
  Ask Solem 6b3a480e8b CELERY_BACKEND renamed to CELERY_RESULT_BACKEND, but keep CELERY_BACKEND as a compat setting. il y a 15 ans
  Ask Solem 273f1e49a3 fixed stuff reported by pyflakes il y a 15 ans
  Ask Solem a462e42dcc Clean up the backends il y a 15 ans
  Ask Solem 727345ded6 New constants for task status states in celery.states il y a 15 ans
  Ask Solem 6517f5dd6a Merge branch 'master' into bradjasper/save_taskset il y a 15 ans
  Ask Solem 4cc234159a Pyflakes il y a 16 ans
  Ask Solem 203fbf230e Now uses django-picklefield (finnaly got rid of the djangosnippets code!) il y a 16 ans
  Ask Solem 84eb860d99 PEP8ify: Group imports il y a 16 ans
  Ask Solem 732a16e0ec Renamed task status "DONE" to "SUCCESS" (long wanted, backward incompatible change) il y a 16 ans
  Ask Solem abbad2657b Remove the old periodic task system il y a 16 ans
  Brad Jasper a2d47a67b5 added tasksetmeta model to only be managed with database il y a 16 ans
  Brad Jasper cf06dc5cb3 added TaskSetMeta model for database backend il y a 16 ans
  Ask Solem 5969b706ae PEP8ify il y a 16 ans
  Ask Solem 471de7acc9 Avoid circular import il y a 16 ans
  abecciu cba1b6fe21 keep models away from syncdb/reset if database backend is not being used. il y a 16 ans
  Ask Solem 929c842541 Add traceback to result value on failure. Closes #28. **NOTE** If you use the il y a 16 ans
  Ask Solem e7a8a02ba5 Remove extraenous whitespace (PEP8) il y a 16 ans
  Ask Solem 022635ff85 Try to fix a race condition with PeriodicTasks. il y a 16 ans
  Ask Solem ced0b64ad2 Raise our pylint score to 8.24/10 il y a 16 ans
  Ask Solem fb58231290 Remove yadayada dependency. that means we've copy+pasted the il y a 16 ans
  Ask Solem 6b81d06f56 Everything now conforms to pep8.py il y a 16 ans
  Ask Solem 59e01ea8c4 Better, greater documentation il y a 16 ans
  Ask Solem c53f3ba991 Fix up documentation il y a 16 ans
  Ask Solem ffa98aab1d Remove import of removed RetryQueueManager il y a 16 ans
  Ask Solem 3097c02108 Task.is_done replaced with Task.status il y a 16 ans
  Ask Solem 7f74f9dce6 Add Task.status and Task.result il y a 16 ans
  Ask Solem 997dcf07dd Ability to retry task if it fails. il y a 16 ans