Ask Solem
|
32809ebc0c
More coverage
|
14 лет назад |
Ask Solem
|
6a2fcd754a
100% coverage for celery.app.defaults
|
14 лет назад |
Ask Solem
|
ca43b67523
Cleans up the redis backend, configuration keys now CELERY_REDIS_* instead of REDIS_*
|
14 лет назад |
Ask Solem
|
b8cf78eb1d
More Python 2.4 cleanup
|
14 лет назад |
Ask Solem
|
1dfe6d0d54
Remove 2.4 workarounds
|
14 лет назад |
Ask Solem
|
e00ac648ce
Removes celery.utils.functional, replaced by functools
|
14 лет назад |
Ask Solem
|
7d171f8ab8
celery.tests.utils.Mock: With attrs argument to set arbitrary attributes on the mock object
|
14 лет назад |
Ask Solem
|
5d1a050445
Use flake8 instead of pep8+pyflakes and the silly flake ignore list
|
14 лет назад |
Ask Solem
|
5aa3375ae5
Log errors occuring in process_cleanup. Closes #365. Thanks to jdunck
|
14 лет назад |
Ask Solem
|
8a8a18b846
tests passing on Py2.5
|
14 лет назад |
Ask Solem
|
57dc4f4abb
PEP8ify + pyflakes
|
14 лет назад |
Ask Solem
|
d0ed2d4ca2
Small distro fixes
|
14 лет назад |
Ask Solem
|
1c99a986dd
100% Coverage for celery.worker.autoscale
|
14 лет назад |
Ask Solem
|
fad1f7de87
Compat execute context did not re-raise exceptions, so some tests were actually failing.
|
14 лет назад |
Ask Solem
|
780e33e49b
SIGUSR1 now logs stacktrace of all active threads. Inspired by https://gist.github.com/737056
|
14 лет назад |
Ask Solem
|
08bb53c6c7
Py3k improvements
|
14 лет назад |
Ask Solem
|
0afa1efa28
Docs: Replaced all occurences of ``literal`` with `literal`
|
14 лет назад |
Ask Solem
|
c408d07b47
PEP8ify (using new version of pep8, 0.6.0)
|
14 лет назад |
Ask Solem
|
7f082a8ea8
Intense refactoring
|
14 лет назад |
Ask Solem
|
b442d34c8e
Global settings removed. Still a little bit of refactoring to be done, but the tests passes now.
|
14 лет назад |
Ask Solem
|
ad955af185
Refactored stuff out of celery.task.base.
|
15 лет назад |
Ask Solem
|
4e57d705e9
Billiard moved back to celery repo, as Debian doesn't approve much of it.
|
15 лет назад |
Ask Solem
|
20179e2491
Use nose.SkipTest
|
15 лет назад |
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 лет назад |
Ask Solem
|
99bb1f1805
testproj renamed to tests, and celery/tests moved to tests/testunits (and so
|
15 лет назад |
Ask Solem
|
76321926f6
Tests passing on 2.4 (except for database dependent tests for some reason, as sqlite is not working?)
|
15 лет назад |
Ask Solem
|
77dec97621
PEP8ify
|
15 лет назад |
Ask Solem
|
15bb091e22
Change more with statements to execute_context()
|
15 лет назад |
Ask Solem
|
8c38eba699
Implement Fake with statement for tests
|
15 лет назад |
Jesper Noehr
|
5c7a9cda90
more empty yields
|
15 лет назад |