summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Reporting
Commit message (Expand)AuthorAgeFilesLines
* Reporting: Log to debug to prevent spam in logsSol Jerome2014-04-161-2/+2
* bcfg2-report-collector: better error messages when failing to daemonizeChris St. Pierre2014-03-041-0/+13
* Reporting: properly close db connectionChris St. Pierre2014-02-282-4/+6
* Version bump to 1.3.4Sol Jerome2014-02-251-1/+1
* ensure that DB connections are always closed at thread/process exitChris St. Pierre2014-02-181-3/+6
* Reporting: occasionally reap child threadsMichael Fenn2014-01-101-0/+23
* Reporting: Remove wildcard importsSol Jerome2013-11-163-6/+3
* Reports: Add missing ImportErrorSol Jerome2013-11-111-1/+1
* Fix compatibility with Django 1.6.Simon Ruderich2013-11-114-4/+22
* Version bump to 1.3.3v1.3.3Sol Jerome2013-11-071-1/+1
* Revert "Reporting: Simple sanity check to avoid creating too many threads"Michael Fenn2013-10-141-3/+0
* Reporting: misc improvements to collector threadingMichael Fenn2013-10-101-4/+6
* Reporting: Simple sanity check to avoid creating too many threadsMichael Fenn2013-10-091-0/+3
* Reporting: start a new thread for each importMichael Fenn2013-10-091-10/+29
* Reporting: have bcfg2-report-collector be explicit about detachingMichael Fenn2013-08-191-1/+1
* Reporting: Fix typoSol Jerome2013-08-081-1/+1
* Version bump to 1.3.2v1.3.2Sol Jerome2013-07-011-1/+1
* Reporting: Fix traceback when run interactivelySol Jerome2013-06-171-2/+4
* Reporting: exclude failures type from detail viewSol Jerome2013-06-051-0/+2
* Merge branch 'django-1.5' into maintSol Jerome2013-06-0513-77/+121
|\
| * Add url loads for all templatesSol Jerome2013-05-069-0/+33
| * Reports: Add support for Django 1.5Sol Jerome2013-04-2913-77/+88
* | Reporting: Fix tracebackSol Jerome2013-05-291-14/+18
* | Another fix for null target_status in Reporting_sericeentry. This one covers ...Jake Davis2013-05-281-1/+2
* | exclude failures type from Interaction.bad/modified/extraTim Laszlo2013-05-151-0/+6
* | models: Fix table name quoting for pgsqlSol Jerome2013-05-101-6/+24
|/
* Reporting: Add back TransportError importSol Jerome2013-04-241-1/+2
* Reporting: better error messages when transport fails to loadChris St. Pierre2013-04-241-9/+8
* Reporting: Add failures entry typeSol Jerome2013-04-091-3/+5
* LocalFilesystem: Use binary data formatSol Jerome2013-04-081-2/+2
* fixed various debugging bitsChris St. Pierre2013-03-211-2/+4
* Merge branch '1.3.2' into maintChris St. Pierre2013-03-216-180/+1297
|\
| * Reporting: added support for POSIX user/group entriesChris St. Pierre2013-03-083-1/+386
| * Reporting: added support for various SELinux entriesChris St. Pierre2013-03-085-180/+912
* | Version bump to 1.3.1v1.3.1Sol Jerome2013-03-211-1/+1
* | Fix the group filter dropdown on firefoxTim Laszlo2013-03-181-1/+1
* | Version bump to 1.3.0v1.3.0Sol Jerome2013-03-151-1/+1
|/
* Batch deletes for sqliteTim Laszlo2013-01-301-1/+7
* Batch adding entries to interactions for sqliteTim Laszlo2013-01-301-1/+5
* Version bump to 1.3.0rc2v1.3.0rc2Sol Jerome2013-01-291-1/+1
* Remove distinct from query. Sqlite has no supportTim Laszlo2013-01-291-2/+5
* Reporting: Fix text size discrepancy in grid viewSol Jerome2013-01-241-1/+4
* Version bump to 1.3.0rc1Sol Jerome2013-01-091-1/+1
* reports: Make Failed and Bad consistentSol Jerome2013-01-071-2/+2
* Reporting: fix missing clients in grid viewTim Laszlo2012-12-031-1/+1
* Move group filter for detailed list. fixes css sizingTim Laszlo2012-11-291-1/+1
* made Reporting plugin and transports debuggable, respond to set_debug/toggle_...Chris St. Pierre2012-11-273-15/+33
* create data directory for reporting TransportsChris St. Pierre2012-11-261-2/+14
* validate storage backend with DirectStore reporting TransportChris St. Pierre2012-11-261-0/+3
* Check if linkentry is not noneTim Laszlo2012-11-071-1/+1