Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -2/+2 |
| | |||||
* | Updated raven plugin | Joar Wandborg | 2013-03-03 | 1 | -11/+48 |
| | | | | | | | - Added wrap_wsgi, celery_setup, celery_logging_setup hooks - Updated raven plugin docs - Updated production considerations docs - Added raven logging setup | ||||
* | plugin/raven: Fix paster's celery config issue | Joar Wandborg | 2013-03-03 | 1 | -2/+6 |
| | | | | | | Check for CELERY_CONFIG_MODULE before we import raven.contrib.celery. It seems that the import otherwise sets up the celery client before we get to pass it our mediagoblin-specific settings. | ||||
* | Removed stray ) | Joar Wandborg | 2013-03-03 | 1 | -1/+1 |
| | |||||
* | Removed PLUGIN_DIR from raven | Joar Wandborg | 2013-03-03 | 1 | -2/+0 |
| | |||||
* | Don't look for the oauth config in raven plugin | Joar Wandborg | 2013-03-03 | 1 | -1/+1 |
| | |||||
* | Refactored raven plugin | Joar Wandborg | 2013-03-03 | 1 | -3/+4 |
| | |||||
* | Added raven plugin | Joar Wandborg | 2013-03-03 | 1 | -0/+52 |