index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
processing
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to rabbitmq by default and in docs
Boris Bobrov
2017-06-09
1
-0
/
+3
*
Fix occurence of unicode()
Boris Bobrov
2016-02-01
1
-1
/
+2
*
changes to BaseProcessingFail arguments usage
Boris Bobrov
2016-02-01
1
-2
/
+5
*
changed the way we save information about exceptions
Boris Bobrov
2016-01-28
1
-5
/
+3
*
a tiny fix to function doc
Boris Bobrov
2015-02-16
1
-2
/
+2
*
updated function docs
Boris Bobrov
2015-02-16
1
-0
/
+3
*
Porting video to GStreamer 1.0
Boris Bobrov
2015-02-16
1
-3
/
+2
*
Fix #658 and #974 - Rollback database on_return of task
Jessica Tallon
2014-12-01
1
-0
/
+14
*
Change urllib and urllib import with six.moves.urllib.
Berker Peksag
2014-06-07
1
-6
/
+6
*
Use six.text_type instead of unicode().
Berker Peksag
2014-06-02
1
-2
/
+4
*
Merge branch 'master' into upstream-master
Sebastian Spaeth
2013-12-12
1
-1
/
+1
|
\
|
*
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
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Support python 2.6 again! Thanks to julianoliver for catching this.
Christopher Allan Webber
2013-09-09
1
-2
/
+11
|
|
_
|
/
|
/
|
|
*
|
|
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
|
\
\
|
*
|
refactor get_orig_filename to return an acceptable filename to the processor.
Rodney Ewing
2013-08-16
1
-14
/
+27
|
*
|
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 ignore...
Rodney Ewing
2013-08-16
1
-1
/
+12
|
*
|
raise an error if the file failed to copy to public storage
Rodney Ewing
2013-08-16
1
-1
/
+19
|
*
|
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
|
*
|
Theoretically the last steps to get reprocessing working for initial & images
Christopher Allan Webber
2013-08-16
1
-10
/
+34
|
*
|
Factored the get_orig_filename from processing state and put it to use.
Christopher Allan Webber
2013-08-16
1
-0
/
+34
|
*
|
Record the original state of the media entry in the processor
Christopher Allan Webber
2013-08-16
2
-4
/
+7
|
*
|
Renaming the processing manager stuff to be less ambiguous.
Christopher Allan Webber
2013-08-16
2
-5
/
+12
|
*
|
Updating to the point where we can allllmost run with the new reprocessing code
Christopher Allan Webber
2013-08-16
2
-20
/
+46
|
*
|
Should be enough to get to the point where you can actually initialize a proc...
Christopher Allan Webber
2013-08-16
1
-2
/
+14
|
*
|
Steps toward working "run" reprocessing command.
Christopher Allan Webber
2013-08-16
1
-1
/
+25
|
*
|
`gmg reprocess available --action-help` now tells you processor arguments!
Christopher Allan Webber
2013-08-16
1
-3
/
+3
|
*
|
"initial" reprocessing subcommand now works!
Christopher Allan Webber
2013-08-16
1
-2
/
+6
|
*
|
More steps towards a working reprocessing system.
Christopher Allan Webber
2013-08-16
1
-9
/
+19
|
*
|
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 ProceessImage,...
Rodney Ewing
2013-08-16
1
-1
/
+3
|
*
|
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 c...
Rodney Ewing
2013-08-16
1
-2
/
+10
|
*
|
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
*
|
|
-update to latest master
Rodney Ewing
2013-08-19
2
-11
/
+12
*
|
|
Tweak Celery Task
Sebastian Spaeth
2013-08-19
2
-15
/
+14
|
/
/
[next]