summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Reporting
Commit message (Expand)AuthorAgeFilesLines
* Reporting: Fix add_url_filter fallbackAlexander Sulfrian2019-06-171-1/+2
* Merge pull request #396 from solj/add-missing-reporting-entriesAlexander Sulfrian2018-03-221-2/+6
|\
| * Reporting: Add SELinux entriesSol Jerome2017-11-301-2/+6
* | Reporting: Fix syntax of "cycle" templatetagAlexander Sulfrian2018-03-219-12/+12
* | Reporting: Use django.shortcuts.renderAlexander Sulfrian2018-03-211-40/+32
* | Reporting: Fix compat for "patterns" in django1.10Alexander Sulfrian2018-03-211-2/+2
|/
* Merge branch 'import-models' of https://github.com/0/bcfg2 into add-missing-r...Sol Jerome2017-07-111-2/+2
|\
| * Reporting/Storage: Import ActionEntryDmitri Iouchtchenko2017-05-081-2/+2
* | Reporting: Add POSIX User/Group Entry typesSol Jerome2017-07-111-2/+4
|/
* Reporting/Storage: Import ServiceEntryDmitri Iouchtchenko2017-05-051-2/+2
* Reporting: Fix missing sys importSol Jerome2017-01-101-0/+1
* Merge pull request #345 from AlexanderS/fix/django-1.10Alexander Sulfrian2017-01-102-35/+35
|\
| * Reporting/Compat: Add patterns compat methodAlexander Sulfrian2016-08-181-1/+13
| * Reporting: Ensure we have an empty prefix in the url patternsAlexander Sulfrian2016-08-181-21/+22
| * Reporting: Remove outdated commentsAlexander Sulfrian2016-08-181-13/+0
* | DBSettings: Call django.setup() right after configuring the settingsAlexander Sulfrian2016-11-281-2/+0
* | Reporting/Storage: Reordering of the importsAlexander Sulfrian2016-11-211-10/+9
* | Reporting/Storage: Removed unused importAlexander Sulfrian2016-11-211-1/+0
* | Reporting/Storage: Load django models after option parsingAlexander Sulfrian2016-11-211-4/+15
* | Reporting/Storage: Remove wildcard importAlexander Sulfrian2016-11-211-1/+4
* | Reporting: Remove invalid fields from select_relatedDmitri Iouchtchenko2016-09-151-1/+1
* | Reporting: Add bcfg2_compat templatetag libraryAlexander Sulfrian2016-08-3112-43/+25
|/
* Reporting/templates: Remove deprecated syntaxAlexander Sulfrian2015-11-171-1/+1
* Reporting/templates: Fix django1.5 compatAlexander Sulfrian2015-11-171-1/+1
* 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