aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/processing/task.py
Commit message (Expand)AuthorAgeFilesLines
* MediaManager: Use .foo instead of ['foo'].Elrond2013-04-171-1/+1
* Kill monkeypatching of ProcessingState.Elrond2013-02-081-1/+1
* Implement ProcessingState class and use for imagesElrond2013-02-081-3/+6
* Don't pass request into run_process_mediaSebastian Spaeth2013-01-151-1/+2
* Make PuSHing the Pubhubsubbub server an async task (#436, #585)Sebastian Spaeth2013-01-151-3/+45
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-1/+1
* Remove ObjectId from the treeSebastian Spaeth2012-12-251-3/+2
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-211-4/+4
* We don't need to save entries during processing... also adding comments expla...Christopher Allan Webber2012-12-121-0/+3
* make media_manager a property of MediaEntry in mixin.pySebastian Spaeth2012-12-041-4/+1
* HTTP callback fixesJoar Wandborg2012-09-261-1/+1
* Added support for http callbacks on processingJoar Wandborg2012-09-261-0/+8
* All processing exceptions are now loggedJoar Wandborg2012-08-011-0/+8
* Panel improvementsJoar Wandborg2012-07-111-9/+10
* Minor improvements to the processing panelJoar Wandborg2012-07-101-4/+9
* Move celery task into own task.pyElrond2012-03-211-0/+78