summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Reporting
Commit message (Expand)AuthorAgeFilesLines
* Version bump to 1.4.0pre2Sol Jerome2015-11-131-1/+1
* Merge pull request #309 from AlexanderS/fix/report-filtersChris St. Pierre2015-10-131-12/+31
|\
| * Reporting: Do not fail, if no interactions foundAlexander Sulfrian2015-09-181-12/+31
* | Reporting: Add django.setup()Alexander Sulfrian2015-09-291-0/+3
* | Reporting: Replace get_template_from_string() for django 1.8Alexander Sulfrian2015-09-231-2/+9
* | Reporting: Replace _meta.get_all_field_names() for django 1.8Alexander Sulfrian2015-09-231-1/+11
* | Reporting: Do not use django.db.backend in newer django versionsAlexander Sulfrian2015-09-231-6/+11
* | Replace close_connection() for newer django versionsAlexander Sulfrian2015-09-231-2/+6
* | Add matching django migrations for southAlexander Sulfrian2015-09-237-272/+411
* | make Bcfg2-web compatible with django 1.7Jonas Jochmaring2015-09-239-464/+1009
|/
* Reporting/templates: Use configurable date formats.Alexander Sulfrian2015-07-236-6/+12
* Merge branch 'maint'Alexander Sulfrian2015-06-123-4/+4
|\
| * Version bump to 1.3.6Sol Jerome2015-06-111-1/+1
| * Reporting: Fix plus/minusSol Jerome2015-06-111-2/+2
| * Reporting: Fix typoSol Jerome2015-04-171-1/+1
| * Reporting/models.py: Fix typoSol Jerome2015-03-171-1/+1
* | Reporting: Add --no-dry-run and --no-only-important flagsAlexander Sulfrian2015-05-121-68/+102
* | Reporting: Add dry_run and only_important flagsAlexander Sulfrian2015-05-123-1/+310
* | 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