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
/
init
/
celery
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't disable existing loggers when initialising Celery.
Ben Sturmfels
2021-08-23
1
-1
/
+1
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
1
-2
/
+0
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
2
-6
/
+6
*
Avoid Celery/RabbitMQ "connection reset" errors [#5609].
Fernando Gutierrez
2020-05-12
1
-1
/
+0
*
Replace print statements to logging
vijeth-aradhya
2017-08-05
1
-3
/
+0
*
Celery Priority testing with debug statements
vijeth-aradhya
2017-06-13
1
-0
/
+3
*
Add additional celery config settings
vijeth-aradhya
2017-06-11
1
-0
/
+8
*
Merge branch 'merge-python3-port'
Christopher Allan Webber
2014-09-22
1
-2
/
+4
|
\
|
*
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16
1
-1
/
+16
|
|
\
|
*
|
Use six.iteritems() instead of dict.iteritems().
Berker Peksag
2014-05-26
1
-2
/
+4
*
|
|
The scheduled garbage collection task was not being called due to it being mi...
Matt Molyneaux
2014-09-16
1
-1
/
+1
|
|
/
|
/
|
*
|
Tidy up federation code and add tests to cover more of the APIs
Jessica Tallon
2014-08-18
1
-2
/
+4
*
|
Add unseralize for API objects
Jessica Tallon
2014-07-22
1
-1
/
+1
*
|
Add garbage collection task
Jessica Tallon
2014-07-22
1
-0
/
+13
|
/
*
New notifications
Joar Wandborg
2013-06-09
1
-1
/
+17
*
Tests should no longer use the environment-variable-related-setup and set up ...
Christopher Allan Webber
2013-05-12
1
-33
/
+0
*
removing old callable utilities and porting stuff over.
Christopher Allan Webber
2013-04-19
2
-4
/
+4
*
Switch several functions over to using the new callable_run* tools!
Christopher Allan Webber
2013-04-10
2
-7
/
+4
*
Updated raven plugin
Joar Wandborg
2013-03-03
2
-0
/
+9
*
You can now set the PASTE_CONFIG environment variable to control logging setup
Christopher Allan Webber
2013-02-25
1
-0
/
+5
*
Use logging.config.fileConfig()
Joar Wandborg
2013-02-07
1
-41
/
+2
*
Removed debugging stuff from master
Joar Wandborg
2012-09-30
1
-8
/
+0
*
Use RawConfigParser instead of dict.viewitems
Joar Wandborg
2012-09-30
1
-3
/
+7
*
Set up celery logging from paste ini
Joar Wandborg
2012-09-30
1
-0
/
+65
*
from_celery.setup_self() didn't pay attention to default_conf_file kwarg, fixed.
Christopher Allan Webber
2012-05-20
1
-4
/
+5
*
Making celeryd consistent: look for mediagoblin_local.ini
Christopher Allan Webber
2012-04-22
1
-1
/
+6
*
SQL based tests and refactored Celery setup stuff
Christopher Allan Webber
2012-03-26
1
-15
/
+40
*
And fix the in-celeryd import.
Elrond
2012-03-21
1
-1
/
+1
*
Accidentally overwrote the celery/__init__.py, fixed this and removed the upp...
Luke Slater
2012-02-28
1
-1
/
+55
*
Changed celery config keys to upper case and removed upper casing of keys whe...
Luke Slater
2012-02-28
1
-56
/
+1
*
Should be all that's needed to switch celery/kombu settings to sqlalchemy
Christopher Allan Webber
2012-02-25
1
-20
/
+3
*
It's 2012 all up in here
Christopher Allan Webber
2012-02-02
3
-3
/
+3
*
Fixes after merging video branch into master
Joar Wandborg
2011-11-21
1
-3
/
+1
*
Merge branch 'video_gstreamer-only'
Joar Wandborg
2011-11-21
1
-0
/
+2
|
\
|
*
Stashing changes
Joar Wandborg
2011-11-21
1
-3
/
+0
|
*
Multimedia support - Commiting from a not yet finished state - Details below
Joar Wandborg
2011-09-23
1
-0
/
+5
*
|
has_key is deprecated, converting uses to use "in" operator.
Nathan Yergler
2011-10-01
1
-5
/
+5
*
|
Whitespace and formatting cleanup.
Nathan Yergler
2011-10-01
2
-2
/
+2
|
/
*
508. Updates copyright/license information
Will Kahn-Greene
2011-09-01
3
-3
/
+3
*
Move db_name default into config_spec.ini
Elrond
2011-07-11
1
-1
/
+1
*
Move mediagoblin.celery_setup -> mediagoblin.init.celery
Elrond
2011-07-02
4
-0
/
+182