summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Reporting.py
Commit message (Expand)AuthorAgeFilesLines
* Reporting: Clear error message if django is missingAlexander Sulfrian2015-09-231-8/+7
* fix check for reporting in src/lib/Bcfg2/Server/Plugins/Reporting.pyJonas Jochmaring2015-09-231-7/+11
* Remove blanket excepts from plugins and lintChris St. Pierre2015-02-181-5/+4
* Setup reporting transport before starting threadsTim Laszlo2014-06-101-1/+5
* Plugins: refactored out unnecessary datastore constructor argumentChris St. Pierre2013-10-291-2/+2
* Options: migrated plugins to new options parserChris St. Pierre2013-06-271-16/+11
* PY3K: Fix client/server to work with python 3Sol Jerome2013-04-101-1/+1
* testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-2/+3
* Debug improvements:Chris St. Pierre2013-03-191-1/+4
* testsuite: test for exceptions raised without messagesChris St. Pierre2012-12-101-1/+2
* made Reporting plugin and transports debuggable, respond to set_debug/toggle_...Chris St. Pierre2012-11-271-9/+13
* Threaded plugin fixes:Chris St. Pierre2012-11-271-4/+8
* Reporting: remove experimentalTim Laszlo2012-10-291-1/+0
* Reporting: move pickling from base transport to LocalFilesystem transportChris St. Pierre2012-10-091-20/+11
* Reporting: made plugin produce errors if South is not installedChris St. Pierre2012-10-091-0/+12
* fixed more pylint checksChris St. Pierre2012-10-091-22/+22
* Remove debug messageTim Laszlo2012-10-081-1/+0
* Reporting: Merge new reporting dataTim Laszlo2012-10-081-0/+105