Commit History

Author SHA1 Message Date
  Tayfun Sen 0f7324734b Fix chord arguments. 9 years ago
  Ask Solem 26f69df6da [tests] Use moar Mock.assert_called 9 years ago
  Ask Solem 016629f75e Use unicode_literals in all modules (with upgrading flakeplus to use 2.7 target) 9 years ago
  Ask Solem a4a5c2a794 Adds app.current_worker_task property. Closes #2100 9 years ago
  Ask Solem b1deab39aa Coverage one point up, long way to go 9 years ago
  Ask Solem 6066a45700 Adds parent_id + root_id task message fields, and to events. Closes #1318 9 years ago
  Ask Solem 9a03964bf8 Cleanup chain.prepare 9 years ago
  Ask Solem 336269a23a Fixes chain issues from last commit (holy that function is hairy now, need to write two of them) 9 years ago
  Ask Solem 53b5fdf3c5 Lowercase settings and settings cleanup (radical, but backwards compatible) 9 years ago
  Ask Solem b0cfa0d818 Tests passing 10 years ago
  Ask Solem c9bbe64afb Removes Signature.route_name_for, fixing tests 11 years ago
  Ask Solem c016714be8 Removes the metaclass for the new task base class (tasks are no longer automatically registered, the @task decorator binds and registers the task) 11 years ago
  Ask Solem d79dcd8e82 Canvas refactor, parts of root_id and parent_id and group no longer evaluates generators 11 years ago
  Ask Solem 8358037245 [testsuite] Do not import directly from mock/nose 11 years ago
  Ask Solem ef124e78ae Fixes anon subtasks and chains. Closes #1607 11 years ago
  Ask Solem ff72f55c4c Group/Chord.apply_async no longer starts separate task, also fixes many canvas bugs. Closes #1120 11 years ago
  Ask Solem ab83c9ef75 Huge test refactoring so that the unit tests no longer uses the current app. 11 years ago
  Ask Solem de2756a6cd Refactors tests to limit use of current_app 11 years ago
  Ask Solem fb40aa3607 Renames celery.tests.utils to celery.tests.case and celery.tests.utilities/ celery.tests.utils 12 years ago
  Ask Solem 14f76ec2a5 100% coverage for celery.worker.pidbox 12 years ago
  Ask Solem 2f376b1705 100% coverage for celery.app.* 12 years ago
  Ask Solem 5bc6e57c83 Merge branch '3.0' 12 years ago
  Ask Solem 6c004c93e2 Fixes flakes E126,E127,E128 12 years ago
  Ask Solem df87559855 Code now works on both Python 3 and Python 2 (without using 2to3) 12 years ago
  Ask Solem 7ff99a3fbd Tests passing 13 years ago
  Ask Solem c16c0fed24 Module celery.state renamed -> celery._state 13 years ago
  Ask Solem 7af762d1b7 More single quotes 13 years ago
  Ask Solem 4e14f7605e Consistently use @task() (with parens) in docs 13 years ago
  Ask Solem f8d4bddc77 Flake8 13 years ago
  Ask Solem 8af6e58598 More tests 13 years ago