Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into upstream-master | Sebastian Spaeth | 2013-12-12 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/base.html mediagoblin/templates/mediagoblin/user_pages/user.html | ||||
| * | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin | Aditi Mittal | 2013-09-09 | 1 | -2/+11 |
| |\ | |||||
| * \ | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin | Aditi Mittal | 2013-09-05 | 1 | -2/+1 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin | Aditi | 2013-08-25 | 2 | -62/+312 |
| |\ \ \ | |||||
| * | | | | Typo error. | Aditi | 2013-07-03 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Oh god how did I leave a pdb.set_trace() in here | Christopher Allan Webber | 2013-11-10 | 1 | -2/+0 |
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | Well, cleaning that up :) This commit sponsored by Enrico Zini. Thanks! | ||||
* | | | | Support python 2.6 again! Thanks to julianoliver for catching this. | Christopher Allan Webber | 2013-09-09 | 1 | -2/+11 |
| |_|/ |/| | | | | | | | | This commit sponsored by Sam Clegg. Thank you! | ||||
* | | | should use public_store.file_exists to check if the file copied correctly | Rodney Ewing | 2013-09-02 | 1 | -2/+1 |
| |/ |/| | |||||
* | | Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing' | Christopher Allan Webber | 2013-08-21 | 2 | -57/+306 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: mediagoblin/processing/task.py mediagoblin/submit/lib.py | ||||
| * | | refactor get_orig_filename to return an acceptable filename to the processor. | Rodney Ewing | 2013-08-16 | 1 | -14/+27 |
| | | | | | | | | | | | | If there is an original video file and we skip transcoding, delete the webm_640 file | ||||
| * | | only try and delete queue file if it exists | Rodney Ewing | 2013-08-16 | 1 | -3/+4 |
| | | | |||||
| * | | catch processing exceptions and if entry_orig_state is processed, then ↵ | Rodney Ewing | 2013-08-16 | 1 | -1/+12 |
| | | | | | | | | | | | | ignore the exception | ||||
| * | | raise an error if the file failed to copy to public storage | Rodney Ewing | 2013-08-16 | 1 | -1/+19 |
| | | | | | | | | | | | | catch copy_local_to_storage errors and raise PublicStoreFail, saving the keyname | ||||
| * | | run initial processing on all failed entries | Rodney Ewing | 2013-08-16 | 1 | -0/+5 |
| | | | |||||
| * | | add bulk_run, thumbs, and initial sub_commands | Rodney Ewing | 2013-08-16 | 1 | -2/+13 |
| | | | |||||
| * | | remove ProcessingState | Rodney Ewing | 2013-08-16 | 1 | -82/+0 |
| | | | |||||
| * | | delete existing file in store_public | Rodney Ewing | 2013-08-16 | 1 | -1/+4 |
| | | | |||||
| * | | Add image resizer and some cleanup of old code | Rodney Ewing | 2013-08-16 | 1 | -2/+2 |
| | | | |||||
| * | | Fixing normal submission of media (well for images anyway) | Christopher Allan Webber | 2013-08-16 | 1 | -0/+2 |
| | | | |||||
| * | | Fixing the MediaProcessor context manager so it actually, you know, works :) | Christopher Allan Webber | 2013-08-16 | 1 | -0/+1 |
| | | | | | | | | | | | | This commit sponsored by Mikiya Okuno. Thank you! | ||||
| * | | Theoretically the last steps to get reprocessing working for initial & images | Christopher Allan Webber | 2013-08-16 | 1 | -10/+34 |
| | | | | | | | | | | | | | | | | | | Haven't tested it yet though :) This commit sponsored by Samuel Bächler. Thank you! | ||||
| * | | Factored the get_orig_filename from processing state and put it to use. | Christopher Allan Webber | 2013-08-16 | 1 | -0/+34 |
| | | | | | | | | | | | | This commit sponsored by Vincent Demeester. Thank you! | ||||
| * | | Record the original state of the media entry in the processor | Christopher Allan Webber | 2013-08-16 | 2 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | | This allows our processor to make some informed decisions based on the state by still having access to the original state. This commit sponsored by William Rico. Thank you! | ||||
| * | | Renaming the processing manager stuff to be less ambiguous. | Christopher Allan Webber | 2013-08-16 | 2 | -5/+12 |
| | | | | | | | | | | | | | | | | | | BONUS COMMIT to Ben Finney and the Free Software Melbourne crew. :) IRONY: Initially I committed this as "media manager". | ||||
| * | | Updating to the point where we can allllmost run with the new reprocessing code | Christopher Allan Webber | 2013-08-16 | 2 | -20/+46 |
| | | | | | | | | | | | | This commit sponsored by Odin Hørthe Omdal. Thank you! | ||||
| * | | Should be enough to get to the point where you can actually initialize a ↵ | Christopher Allan Webber | 2013-08-16 | 1 | -2/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | processing command now. However, it doesn't celery task-ify it... This commit sponsored by Catalin Cosovanu. Thank you! | ||||
| * | | Steps toward working "run" reprocessing command. | Christopher Allan Webber | 2013-08-16 | 1 | -1/+25 |
| | | | | | | | | | | | | This commit sponsored by Philippe Casteleyn. Thank you! | ||||
| * | | `gmg reprocess available --action-help` now tells you processor arguments! | Christopher Allan Webber | 2013-08-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | Every reprocessing action possible can inform you of its command line argument stuff! Is that awesome or what? | ||||
| * | | "initial" reprocessing subcommand now works! | Christopher Allan Webber | 2013-08-16 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | We are on our way now to a working reprocessing system under this redesign! This commit sponsored by Bjarni Rúnar Einarsson. Thank you! | ||||
| * | | More steps towards a working reprocessing system. | Christopher Allan Webber | 2013-08-16 | 1 | -9/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fleshing out the base classes and setting up some docstrings. Not everything is totally clear yet, but I think it's on a good track, and getting clearer. This commit sponsored by Ben Finney, on behalf of Free Software Melbourne. Thank you all! | ||||
| * | | Documentation for the MediaProcessor | Christopher Allan Webber | 2013-08-16 | 1 | -4/+54 |
| | | | |||||
| * | | started coding basics of new processing code | Christopher Allan Webber | 2013-08-16 | 1 | -0/+52 |
| | | | |||||
| * | | fix storage paramater in get_orig_filename(), fix __init__ for ↵ | Rodney Ewing | 2013-08-16 | 1 | -1/+3 |
| | | | | | | | | | | | | ProceessImage, better description for --size flag | ||||
| * | | change get_queued_filename to get_orig_filename and modified function | Rodney Ewing | 2013-08-16 | 1 | -27/+21 |
| | | | |||||
| * | | added comments and did a little refactoring. not sure if it is actually any ↵ | Rodney Ewing | 2013-08-16 | 1 | -2/+10 |
| | | | | | | | | | | | | clearer though | ||||
| * | | very rough working version of image reprocessing | Rodney Ewing | 2013-08-16 | 1 | -3/+3 |
| | | | |||||
| * | | added image reprocessing | Rodney Ewing | 2013-08-16 | 2 | -2/+21 |
| | | | |||||
* | | | - need self.metadata with BaseProcessingFail | Rodney Ewing | 2013-08-19 | 1 | -1/+2 |
| | | | | | | | | | | | | - pass feed_url into ProcessMedia run() | ||||
* | | | -update to latest master | Rodney Ewing | 2013-08-19 | 2 | -11/+12 |
| | | | | | | | | | | | | | | | | | | - have mg generate task_id remove | ||||
* | | | Tweak Celery Task | Sebastian Spaeth | 2013-08-19 | 2 | -15/+14 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | - Make sure Exceptions are pickleable (not sure if this was not the case but this is the pattern as documented in the celery docs. - Don't create a task_id in the GMG code, but save the one implicitely created by celery. - Don't create a task-id directory per upload. Just store queued uploads in a single directory (this is the most controversial change and might need discussion!!!) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | | Revert "Leave slug empty until we are sure media processing was successful." | Rodney Ewing | 2013-08-08 | 1 | -2/+0 |
| | | | | | | | | | | | | | | This reverts commit f67611fb485b5a84cedc62b73beb1e551e8cb934. For some reason, generating a slug here throws an integrity error during a query when there is a duplicate slug. | ||||
* | | Leave slug empty until we are sure media processing was successful. | Rodney Ewing | 2013-08-07 | 1 | -0/+2 |
|/ | | | | Patch submitted by LotusEcho | ||||
* | Doc string for ProcessingState. | Elrond | 2013-04-22 | 1 | -0/+8 |
| | |||||
* | MediaManager: Use .foo instead of ['foo']. | Elrond | 2013-04-17 | 1 | -1/+1 |
| | | | | To make .media_fetch_order work, create a property. | ||||
* | Implement queue dir delete for proc_state.delete_queue_file | Elrond | 2013-04-08 | 1 | -1/+6 |
| | | | | | Implement queue dir deleting in the proc_state.delete_queue_file helper function. | ||||
* | Create ProcessingState.store_public. | Elrond | 2013-04-03 | 1 | -2/+10 |
| | | | | | | The ideas is by Alon Levy. Use it in ProcessingState.copy_original for now. | ||||
* | Kill monkeypatching of ProcessingState. | Elrond | 2013-02-08 | 2 | -14/+1 |
| | | | | | | | And change the process_foo() API to accept a processingstate now. image and video are tested, the others are UNTESTED. | ||||
* | Also refactor "copy original into public storage". | Elrond | 2013-02-08 | 1 | -0/+6 |
| | | | | | | | This makes the processing code easier to read/write and alos will help the reprocessing once we get to it. Thanks to Joar Wandborg for testing! | ||||
* | ProcessingState: Document monkey patching. | Elrond | 2013-02-08 | 1 | -0/+10 |
| | |||||
* | Implement ProcessingState class and use for images | Elrond | 2013-02-08 | 2 | -3/+37 |
| | | | | | | | | | | The idea is to have a class that has the knowledge of the currently being processed media and also has tools for that. The long term idea is to make reprocessing easier by for example hiding the way the original comes into the processing code. |