aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/processing
Commit message (Expand)AuthorAgeFilesLines
...
| * | More steps towards a working reprocessing system.Christopher Allan Webber2013-08-161-9/+19
| * | Documentation for the MediaProcessorChristopher Allan Webber2013-08-161-4/+54
| * | started coding basics of new processing codeChristopher Allan Webber2013-08-161-0/+52
| * | fix storage paramater in get_orig_filename(), fix __init__ for ProceessImage,...Rodney Ewing2013-08-161-1/+3
| * | change get_queued_filename to get_orig_filename and modified functionRodney Ewing2013-08-161-27/+21
| * | added comments and did a little refactoring. not sure if it is actually any c...Rodney Ewing2013-08-161-2/+10
| * | very rough working version of image reprocessingRodney Ewing2013-08-161-3/+3
| * | added image reprocessingRodney Ewing2013-08-162-2/+21
* | | - need self.metadata with BaseProcessingFailRodney Ewing2013-08-191-1/+2
* | | -update to latest masterRodney Ewing2013-08-192-11/+12
* | | Tweak Celery TaskSebastian Spaeth2013-08-192-15/+14
|/ /
* | Revert "Leave slug empty until we are sure media processing was successful."Rodney Ewing2013-08-081-2/+0
* | Leave slug empty until we are sure media processing was successful.Rodney Ewing2013-08-071-0/+2
|/
* Doc string for ProcessingState.Elrond2013-04-221-0/+8
* MediaManager: Use .foo instead of ['foo'].Elrond2013-04-171-1/+1
* Implement queue dir delete for proc_state.delete_queue_fileElrond2013-04-081-1/+6
* Create ProcessingState.store_public.Elrond2013-04-031-2/+10
* Kill monkeypatching of ProcessingState.Elrond2013-02-082-14/+1
* Also refactor "copy original into public storage".Elrond2013-02-081-0/+6
* ProcessingState: Document monkey patching.Elrond2013-02-081-0/+10
* Implement ProcessingState class and use for imagesElrond2013-02-082-3/+37
* 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-212-7/+7
* 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-112-9/+21
* Minor improvements to the processing panelJoar Wandborg2012-07-101-4/+9
* Prevent non-Unicode SQLAlchemy warnings in most submission tests.Brett Smith2012-07-081-1/+1
* Merge remote-tracking branch 'joar/audio+sniffing'Joar Wandborg2012-03-271-3/+0
* Merge remote branch 'origin/master' into bug261-resized-filenamesBrett Smith2012-03-261-0/+32
* Move celery task into own task.pyElrond2012-03-212-57/+79
* Turn processing.py into a submodule.Elrond2012-03-211-0/+154