Cronologia Commit

Autore SHA1 Messaggio Data
  jbochi 4ed89ec495 Proper remaining_estimate for crontabs. No need to wake up the scheduler every second. 14 anni fa
  Ask Solem ee232172d7 Tests passing again 15 anni fa
  Ask Solem 07c589fa27 Added the ability to set an expiry date and time for tasks. 15 anni fa
  Ask Solem 9040ec3e5b TaskSet: Now shows DeprecationWarning when using old-style single-task syntax. 15 anni fa
  Ask Solem 24b3eb78c0 Fixed a very embarrassing typo for a dedicated Seinfeld fan. :( 15 anni fa
  Ask Solem bb97451bf6 PEP8ify 15 anni fa
  Ask Solem ad955af185 Refactored stuff out of celery.task.base. 15 anni fa
  Ask Solem 4e57d705e9 Billiard moved back to celery repo, as Debian doesn't approve much of it. 15 anni fa
  Vincent Driessen 24499bff40 Marked possibly failing test with a TODO note. 15 anni fa
  Vincent Driessen abbc12e04d Fix for isoweekday()'s return value. 15 anni fa
  Vincent Driessen b852fd1c1b Raise a ValueError on invalid weekday literals. 15 anni fa
  Vincent Driessen 1a923773ac Added support for using names for weekdays, instead of numbers. 15 anni fa
  Vincent Driessen 0ea73d8260 Add support for more complex crontab patterns. 15 anni fa
  Ask Solem 760e94ec1b apply(throw=True) / CELERY_EAGER_PROPAGATES_EXCEPTIONS: Makes eager execution re-raise task errors. Thanks to proppy. Closes #108. 15 anni fa
  Ask Solem a332c83402 Moved schedule + crontab from celery.task.base -> celery.task.schedules 15 anni fa
  Ask Solem 3ff2e37963 Moved date and time related utility functions to celery.utils.timeutils 15 anni fa
  Ask Solem b1e70fe1e7 Merge branch 'paltman/scheduled-periodic-task' into crontab 15 anni fa
  Patrick Altman 4f578181de corrected test's mocked value 15 anni fa
  Ask Solem 2e5af1fe7f crontab: Added support for using day names for day_of_week ("SUN", "sunday", "sun", etc) 15 anni fa
  Ask Solem ef3233470a Refactored ScheduledTask 15 anni fa
  Patrick e8835f1052 added ScheduledTask 15 anni fa
  Ask Solem ad8443eb2c apply_async: Raise ValueError if task args is not a list, or kwargs is not a tuple. Closes #95. Thanks to TheAtilla. 15 anni fa
  Ask Solem d76fbc957c Fixed delta_resolution for days, hours and minutes. 15 anni fa
  Ask Solem ca0f8c210c Added test for Task.AsyncResult 15 anni fa
  Ask Solem 1cd610b759 TaskSet: Fixed a bug with using tuples in the argument list. Thanks to Harel Malka. 15 anni fa
  Ask Solem 2f16052c5a unittests: Replace assert*Equals -> assert*Equal, to conform with new unittest2 conventions. 15 anni fa
  Ask Solem 8b2643618f Use unittest2 features for better test diagnostics. 15 anni fa
  Ask Solem 10bc6fbd74 Use assertEqual instead of assertEquals for unittest2 compatibility. 15 anni fa
  Ask Solem b98b19dcd9 Moved tests back to celery/tests as picklefield broke the tests when pickling. (The C API in <=2.6 uses relative imports by default, resulting in package conflicts) 15 anni fa
  Ask Solem 99bb1f1805 testproj renamed to tests, and celery/tests moved to tests/testunits (and so 15 anni fa