Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | And fix the in-celeryd import. | Elrond | 2012-03-21 | 1 | -1/+1 |
| | | | | So that celeryd also loads the task. | ||||
* | Adjust unit tests to match new celery/kombu sqlalchemy setup | Christopher Allan Webber | 2012-02-26 | 1 | -34/+9 |
| | |||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Fixes after merging video into master - part 2 | Joar Wandborg | 2011-11-21 | 1 | -2/+2 |
| | | | | | | - Added handling of InvalidFileType to submit.views - Updated test_celery_setup and test_submission tests to reflect the changes to the media procesing infrastructure | ||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Move config.py to init/ | Elrond | 2011-07-02 | 1 | -1/+1 |
| | | | | | | | Some simple changes needed to do that. The interesting question left: Should config_spec.ini also be moved? | ||||
* | Move mediagoblin.celery_setup -> mediagoblin.init.celery | Elrond | 2011-07-02 | 1 | -1/+1 |
| | | | | | | As the first target of the new .init. submodule move celery_setup there. Quite straight forward, just a lot of places to change. | ||||
* | Actually we need pkg_resources again in test_celery_setup :) | Christopher Allan Webber | 2011-06-19 | 1 | -0/+2 |
| | | | | | This got removed in master at the same time that it got used in the configobj branch... | ||||
* | Merge branch 'configobj' | Christopher Allan Webber | 2011-06-19 | 1 | -17/+17 |
|\ | |||||
| * | Preparing celery unit tests for new setup. | Christopher Allan Webber | 2011-06-18 | 1 | -17/+17 |
| | | | | | | | | | | Instead of the previous passing in of dictionaries, we're actually checking some example config files. | ||||
* | | Removing unused pkg_resources import from test_celery_setup | Christopher Allan Webber | 2011-06-18 | 1 | -2/+0 |
|/ | |||||
* | Force imports of stuff like mediagoblin.process_media which has tasks we need | Christopher Allan Webber | 2011-05-03 | 1 | -2/+2 |
| | |||||
* | Second round of tests for setup_celery_from_config(), with some database ↵ | Christopher Allan Webber | 2011-05-01 | 1 | -1/+33 |
| | | | | information | ||||
* | tests for setup_celery_from_config() | Christopher Allan Webber | 2011-04-30 | 1 | -0/+53 |