Historique des commits

Auteur SHA1 Message Date
  Ask Solem d2f8918a44 Merge branch '3.0' il y a 13 ans
  Ask Solem 19d54ef148 Repr of old task class now shows "v2 compatible" il y a 13 ans
  Ask Solem 1d1bf0b117 Tests passing il y a 13 ans
  Ask Solem 243d58ca60 Merge branch '3.0' il y a 13 ans
  Ask Solem d1035a1a47 Fixes stack protection when app initialized multiple times. Closes #1003 il y a 13 ans
  Ask Solem f2017db47a Merge branch '3.0' il y a 13 ans
  Ask Solem 204f5b9c1c celery.task.Task no longer takes magic kwargs by default. Closes #918 il y a 13 ans
  Ask Solem fd963903b2 [compat] push_request + pop_request cannot be classmethods. Closes #912 il y a 13 ans
  Ask Solem 98d952204f Removes the CELERY_TASK_ERROR_WHITELIST setting il y a 14 ans
  Ask Solem b72faa29b6 Removes the 'connect_timeout' argument to connection related functions, as use of the pool now makes it impossible to support il y a 14 ans
  Ask Solem 2c4fa2890b Use except .. as exc il y a 13 ans
  Ask Solem a8d4123253 Task classes inheriting 'from celery import Task' should not use accept_magic_kwargs il y a 13 ans
  Ask Solem 9372cc73c7 Renames app.broker_connection -> app.connection il y a 13 ans
  Ask Solem 71ca777f23 Removes Task.logger (not in 2.5) il y a 13 ans
  Ask Solem 566c4da7b4 Use ' instead of " il y a 13 ans
  Ask Solem cc1ae88ff9 Remove copyright texts from modules il y a 13 ans
  Ask Solem 4e14f7605e Consistently use @task() (with parens) in docs il y a 13 ans
  Ask Solem c50789350d Tests passing il y a 13 ans
  Ask Solem b4a3f9f67e Modern Task class no longer supports: establish_connection(), get_publisher(), get_consumer() and get_logger() il y a 13 ans
  Ask Solem e2b052c2d8 current_task and Task.request are now LocalStack's. Maybe fixes #521 il y a 13 ans
  Ask Solem e3418c22a2 Annotations now supports decorators if the key startswith '@'. il y a 13 ans
  Ask Solem 9571e0e551 Cosmetics il y a 13 ans
  Ask Solem 7c072e4d31 Armin sez only to use one dot, and he's right il y a 13 ans
  Ask Solem fbb94b42ad The celery.task module can now be used as a decorator (!!!) il y a 13 ans
  Ask Solem cd4a4fd61a Only old Task is now bound by class, new are bound by instance il y a 13 ans
  Ask Solem ad73427583 Accidentally removed Registry.periodic/regular/filter_types il y a 13 ans
  Ask Solem 38361c839e celery.task.Task is no longer bound to an app by default, so configuration of the task is lazy il y a 13 ans
  Ask Solem 22ceb946b5 Task registry is no longer global, but needs testing before merge, and hopefully cleaning up il y a 14 ans
  Ask Solem 6708b9ce9b Removes built-in ping task (celery.ping) scheduled for removal since 2.3 il y a 13 ans
  Ask Solem 3fd8b0126b No longer possible to import subtask from task.base (removeal was scheduled for 2.4) il y a 13 ans