aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/init
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-1/+1
* Don't disable existing loggers when initialising Celery.Ben Sturmfels2021-08-231-1/+1
* 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-054-14/+14
* Avoid Celery/RabbitMQ "connection reset" errors [#5609].Fernando Gutierrez2020-05-121-1/+0
* Add Python 3 docker-compose recipe for MediaGoblin hacking.Ben Sturmfels2019-09-161-0/+9
* Merge branch 'transcoding_progress'Boris Bobrov2018-07-121-0/+8
|\
| * Replace print statements to loggingvijeth-aradhya2017-08-051-3/+0
| * Celery Priority testing with debug statementsvijeth-aradhya2017-06-131-0/+3
| * Add additional celery config settingsvijeth-aradhya2017-06-111-0/+8
* | Support Unicode characters in configuration valuesSimen Heggestøyl2017-10-161-0/+1
|/
* Fix tests post-alembic-migration-changes.Christopher Allan Webber2016-03-261-3/+9
* Attach the MediaGoblinApp to the engine, and provide a way for models to accessChristopher Allan Webber2014-12-031-4/+6
* Starting to deprecate the app_config, global_config by attaching stuff to appChristopher Allan Webber2014-12-031-1/+6
* Add documentation on changing data dir and Fix stylistic changesJessica Tallon2014-09-291-19/+19
* defaults now pulled from a mashup of mediagoblin.ini and config_spec.iniChristopher Allan Webber2014-09-241-9/+24
* Merge branch 'merge-python3-port'Christopher Allan Webber2014-09-221-2/+4
|\
| * Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-1/+16
| |\
| * | Use six.iteritems() instead of dict.iteritems().Berker Peksag2014-05-261-2/+4
* | | The scheduled garbage collection task was not being called due to it being mi...Matt Molyneaux2014-09-161-1/+1
| |/ |/|
* | Tidy up federation code and add tests to cover more of the APIsJessica Tallon2014-08-181-2/+4
* | Add unseralize for API objectsJessica Tallon2014-07-221-1/+1
* | Add garbage collection taskJessica Tallon2014-07-221-0/+13
|/
* Improved test runtime from 352 seconds to 59 seconds by implementing an in-me...Emily O'Leary2013-06-251-5/+9
* New notificationsJoar Wandborg2013-06-091-1/+17
* Various fixes to plugin assetlinking command.Christopher Allan Webber2013-05-231-2/+2
* Work towards getting plugin static linking/serving to workChristopher Allan Webber2013-05-231-1/+1
* Start of ability to have plugins provide static resources!Christopher Allan Webber2013-05-231-0/+7
* Tests should no longer use the environment-variable-related-setup and set up ...Christopher Allan Webber2013-05-121-33/+0
* Fix the new config "plugin spec" loading code so it doesn't break on no plugi...Christopher Allan Webber2013-05-081-1/+1
* Allow plugins to install their own config_spec.ini if they like.Christopher Allan Webber2013-05-081-0/+42
* removing old callable utilities and porting stuff over.Christopher Allan Webber2013-04-193-5/+5
* Merge branch '637_friendlier_hooks'Christopher Allan Webber2013-04-103-10/+5
|\
| * Switch several functions over to using the new callable_run* tools!Christopher Allan Webber2013-04-103-10/+5
* | Remove beaker stuff from the code.Brett Smith2013-03-241-15/+0
|/
* Updated raven pluginJoar Wandborg2013-03-032-0/+9
* You can now set the PASTE_CONFIG environment variable to control logging setupChristopher Allan Webber2013-02-251-0/+5
* Use logging.config.fileConfig()Joar Wandborg2013-02-071-41/+2
* Move workbench into tools directory.Elrond2013-01-171-1/+1
* RIP out mongoSebastian Spaeth2012-12-251-5/+3
* en_US is always availableSebastian Spaeth2012-12-021-2/+2
* Honor user's browser language (#558)Sebastian Spaeth2012-12-021-0/+6
* Removed debugging stuff from masterJoar Wandborg2012-09-301-8/+0
* Use RawConfigParser instead of dict.viewitemsJoar Wandborg2012-09-301-3/+7
* Set up celery logging from paste iniJoar Wandborg2012-09-301-0/+65
* [Issue 466] Implement e-z plugin disablingWill Kahn-Greene2012-07-171-0/+7
* Rework plugin infrastructure to nix side-effectsWill Kahn-Greene2012-07-171-14/+12
* Flatpages first passWill Kahn-Greene2012-07-161-21/+24
* Add the theme domain to the application's staticdirectorChristopher Allan Webber2012-07-141-4/+8
* Update staticdirect stuff so it can handle "domains" of staticdirectionChristopher Allan Webber2012-07-141-2/+2