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
/
task.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply pyupgrade --py36-plus.
Ben Sturmfels
2021-09-23
1
-2
/
+2
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
1
-1
/
+1
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-9
/
+9
*
Switch to rabbitmq by default and in docs
Boris Bobrov
2017-06-09
1
-0
/
+3
*
updated function docs
Boris Bobrov
2015-02-16
1
-0
/
+3
*
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
*
Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing'
Christopher Allan Webber
2013-08-21
1
-17
/
+29
|
\
|
*
catch processing exceptions and if entry_orig_state is processed, then ignore...
Rodney Ewing
2013-08-16
1
-1
/
+12
|
*
Record the original state of the media entry in the processor
Christopher Allan Webber
2013-08-16
1
-4
/
+6
|
*
Renaming the processing manager stuff to be less ambiguous.
Christopher Allan Webber
2013-08-16
1
-2
/
+2
|
*
Updating to the point where we can allllmost run with the new reprocessing code
Christopher Allan Webber
2013-08-16
1
-17
/
+9
|
*
added comments and did a little refactoring. not sure if it is actually any c...
Rodney Ewing
2013-08-16
1
-2
/
+10
|
*
added image reprocessing
Rodney Ewing
2013-08-16
1
-2
/
+4
*
|
- need self.metadata with BaseProcessingFail
Rodney Ewing
2013-08-19
1
-1
/
+2
*
|
-update to latest master
Rodney Ewing
2013-08-19
1
-7
/
+10
*
|
Tweak Celery Task
Sebastian Spaeth
2013-08-19
1
-12
/
+10
|
/
*
Revert "Leave slug empty until we are sure media processing was successful."
Rodney Ewing
2013-08-08
1
-2
/
+0
*
Leave slug empty until we are sure media processing was successful.
Rodney Ewing
2013-08-07
1
-0
/
+2
*
MediaManager: Use .foo instead of ['foo'].
Elrond
2013-04-17
1
-1
/
+1
*
Kill monkeypatching of ProcessingState.
Elrond
2013-02-08
1
-1
/
+1
*
Implement ProcessingState class and use for images
Elrond
2013-02-08
1
-3
/
+6
*
Don't pass request into run_process_media
Sebastian Spaeth
2013-01-15
1
-1
/
+2
*
Make PuSHing the Pubhubsubbub server an async task (#436, #585)
Sebastian Spaeth
2013-01-15
1
-3
/
+45
*
Move db.sql.models* to db.models*
Sebastian Spaeth
2013-01-07
1
-1
/
+1
*
Remove ObjectId from the tree
Sebastian Spaeth
2012-12-25
1
-3
/
+2
*
Move DBModel._id -> DBModel.id
Sebastian Spaeth
2012-12-21
1
-4
/
+4
*
We don't need to save entries during processing... also adding comments expla...
Christopher Allan Webber
2012-12-12
1
-0
/
+3
*
make media_manager a property of MediaEntry in mixin.py
Sebastian Spaeth
2012-12-04
1
-4
/
+1
*
HTTP callback fixes
Joar Wandborg
2012-09-26
1
-1
/
+1
*
Added support for http callbacks on processing
Joar Wandborg
2012-09-26
1
-0
/
+8
*
All processing exceptions are now logged
Joar Wandborg
2012-08-01
1
-0
/
+8
*
Panel improvements
Joar Wandborg
2012-07-11
1
-9
/
+10
*
Minor improvements to the processing panel
Joar Wandborg
2012-07-10
1
-4
/
+9
*
Move celery task into own task.py
Elrond
2012-03-21
1
-0
/
+78