aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/processing/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-2/+2
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-20/+20
* Add main_transcoding_progress to ProgressCallbackvijeth-aradhya2017-08-221-2/+4
* Fix percentage reportingvijeth-aradhya2017-08-101-1/+4
* Simple hack to handle main workflow problemvijeth-aradhya2017-06-171-3/+2
* Celery Priority testing with debug statementsvijeth-aradhya2017-06-131-2/+1
* Add priority to the celery tasksvijeth-aradhya2017-06-121-1/+2
* Add workflow method to VideoProcessingManagervijeth-aradhya2017-06-051-1/+1
* Add workflow method to ProcessingManagervijeth-aradhya2017-06-041-0/+7
* Fix occurence of unicode()Boris Bobrov2016-02-011-1/+2
* changes to BaseProcessingFail arguments usageBoris Bobrov2016-02-011-2/+5
* changed the way we save information about exceptionsBoris Bobrov2016-01-281-5/+3
* a tiny fix to function docBoris Bobrov2015-02-161-2/+2
* Porting video to GStreamer 1.0Boris Bobrov2015-02-161-3/+2
* Use six.text_type instead of unicode().Berker Peksag2014-06-021-2/+4
* Merge branch 'master' into upstream-masterSebastian Spaeth2013-12-121-1/+1
|\
| * Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi Mittal2013-09-091-2/+11
| |\
| * \ Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi Mittal2013-09-051-2/+1
| |\ \
| * \ \ Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi2013-08-251-41/+277
| |\ \ \
| * | | | Typo error.Aditi2013-07-031-1/+1
* | | | | Oh god how did I leave a pdb.set_trace() in hereChristopher Allan Webber2013-11-101-2/+0
| |_|_|/ |/| | |
* | | | Support python 2.6 again! Thanks to julianoliver for catching this.Christopher Allan Webber2013-09-091-2/+11
| |_|/ |/| |
* | | should use public_store.file_exists to check if the file copied correctlyRodney Ewing2013-09-021-2/+1
| |/ |/|
* | Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing'Christopher Allan Webber2013-08-211-40/+277
|\ \
| * | refactor get_orig_filename to return an acceptable filename to the processor.Rodney Ewing2013-08-161-14/+27
| * | only try and delete queue file if it existsRodney Ewing2013-08-161-3/+4
| * | raise an error if the file failed to copy to public storageRodney Ewing2013-08-161-1/+19
| * | 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