aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/processing/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* run initial processing on all failed entriesRodney Ewing2013-08-161-0/+5
* add bulk_run, thumbs, and initial sub_commandsRodney Ewing2013-08-161-2/+13
* remove ProcessingStateRodney Ewing2013-08-161-82/+0
* delete existing file in store_publicRodney Ewing2013-08-161-1/+4
* Add image resizer and some cleanup of old codeRodney Ewing2013-08-161-2/+2
* Fixing normal submission of media (well for images anyway)Christopher Allan Webber2013-08-161-0/+2
* Fixing the MediaProcessor context manager so it actually, you know, works :)Christopher Allan Webber2013-08-161-0/+1
* Theoretically the last steps to get reprocessing working for initial & imagesChristopher Allan Webber2013-08-161-10/+34
* Factored the get_orig_filename from processing state and put it to use.Christopher Allan Webber2013-08-161-0/+34
* Record the original state of the media entry in the processorChristopher Allan Webber2013-08-161-0/+1
* Renaming the processing manager stuff to be less ambiguous.Christopher Allan Webber2013-08-161-3/+10
* Updating to the point where we can allllmost run with the new reprocessing codeChristopher Allan Webber2013-08-161-3/+37
* Should be enough to get to the point where you can actually initialize a proc...Christopher Allan Webber2013-08-161-2/+14
* Steps toward working "run" reprocessing command.Christopher Allan Webber2013-08-161-1/+25
* `gmg reprocess available --action-help` now tells you processor arguments!Christopher Allan Webber2013-08-161-3/+3
* "initial" reprocessing subcommand now works!Christopher Allan Webber2013-08-161-2/+6
* 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
* very rough working version of image reprocessingRodney Ewing2013-08-161-3/+3
* added image reprocessingRodney Ewing2013-08-161-0/+17
* Doc string for ProcessingState.Elrond2013-04-221-0/+8
* 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-081-13/+0
* 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-081-0/+31
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-211-3/+3
* Panel improvementsJoar Wandborg2012-07-111-0/+11
* 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-211-57/+1
* Turn processing.py into a submodule.Elrond2012-03-211-0/+154