summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Reporting
Commit message (Expand)AuthorAgeFilesLines
* Reporting/Storage: Fix handling of extra packages.Alexander Sulfrian2015-02-191-6/+5
* Merge branch 'maint'Alexander Sulfrian2014-11-126-64/+79
|\
| * Merge branch 'cleanup_pidfile' of https://github.com/mattikus/bcfg2 into maintSol Jerome2014-10-231-16/+22
| |\
| | * Remove PIDFileError as it does not always exist in the package and is rarely ...Matt Kemp2014-10-021-5/+0
| | * Catch possible typeerror resulting from None being returned when reading the ...Matt Kemp2014-10-021-1/+1
| | * Fixes to ensure pidfile can be opened or broken if stale.Matt Kemp2014-10-011-18/+11
| | * Attempt to break the pid lock during startup.Matt Kemp2014-10-011-8/+26
| * | Reporting: better exception handlingAlexander Sulfrian2014-10-201-33/+44
| * | Reporting: fix filter urlsAlexander Sulfrian2014-10-121-6/+6
| * | Use older nested try syntax for finally for python 2.4 compatMichael Fenn2014-09-101-4/+5
| * | Version bump to 1.3.5v1.3.5Sol Jerome2014-09-051-1/+1
| * | Reporting: Remove duplicate methodSol Jerome2014-08-141-3/+0
| * | Reporting: Fix prune items import and displaySol Jerome2014-07-152-2/+2
| |/
* | Reporting/Collector: fix semaphore initializationAlexander Sulfrian2014-11-111-1/+2
* | testsuite: Added unit tests for new option parsingChris St. Pierre2014-11-101-1/+2
* | Reporting/Collector: fix python2.4 compatibilityAlexander Sulfrian2014-10-271-9/+11
* | Reporting/Collector: add max-children argumentAlexander Sulfrian2014-10-271-3/+19
* | Reporting: do not duplicate isstale functionalityAlexander Sulfrian2014-08-012-15/+2
* | Merge branch 'more-highlights-in-gridview' of https://github.com/AlexanderS/b...Sol Jerome2014-06-191-0/+4
|\ \
| * | Reports/templatetags: mark special hosts in grid viewAlexander Sulfrian2014-06-181-0/+4
* | | Merge branch 'reports-add-stale-col' of https://github.com/AlexanderS/bcfg2Sol Jerome2014-06-181-0/+2
|\ \ \
| * | | Reporting: add column staleAlexander Sulfrian2014-06-181-0/+2
| |/ /
* / / Version bump to 1.4.0pre1v1.4.0pre1Sol Jerome2014-06-161-1/+1
|/ /
* | DjangoORM: Add missing importSol Jerome2014-04-251-0/+1
* | Merge branch 'maint'Chris St. Pierre2014-04-251-2/+2
|\|
| * Reporting: Log to debug to prevent spam in logsSol Jerome2014-04-161-2/+2
* | Merge branch 'maint' into masterSol Jerome2014-04-163-2/+43
|\|
| * 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: update non-ORM bits to know about separate databaseMichael Fenn2014-04-091-4/+6
* | Remove unused importMichael Fenn2014-04-091-1/+1
* | Preliminary support for seperate reporting databaseMichael Fenn2014-03-211-3/+3
* | Merge branch 'maint'Chris St. Pierre2013-12-093-6/+3
|\|
| * Reporting: Remove wildcard importsSol Jerome2013-11-163-6/+3
* | Merge branch 'maint'Chris St. Pierre2013-11-124-4/+22
|\|
| * Reports: Add missing ImportErrorSol Jerome2013-11-111-1/+1
| * Fix compatibility with Django 1.6.Simon Ruderich2013-11-114-4/+22
* | Merge branch 'maint'Chris St. Pierre2013-11-111-1/+1
|\|
| * Version bump to 1.3.3v1.3.3Sol Jerome2013-11-071-1/+1
* | Reporting: fixed error reportingChris St. Pierre2013-10-311-1/+1
* | bcfg2-reports: rewrote with new option parserChris St. Pierre2013-10-302-1/+277
* | DB: fixed how Django settings are loadedChris St. Pierre2013-10-302-14/+5
* | Merge branch 'maint'Chris St. Pierre2013-10-281-9/+29
|\|
| * 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