summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Server/Plugins/Ldap: Fix module nameAlexander Sulfrian2017-03-211-1/+2
* Server/Plugins/Ldap: Support arbitrary ldap optionsAlexander Sulfrian2017-03-212-2/+18
* Server/Plugins/Ldap: Support specifying the ldap uriAlexander Sulfrian2017-03-212-15/+22
* Server/Plugins/Ldap: Cache the results of the Ldap queriesAlexander Sulfrian2017-03-213-23/+75
* Server/Plugins/Ldap: Add missing argumentAlexander Sulfrian2017-03-211-1/+2
* Server/Cache: Return the number of expired itemsAlexander Sulfrian2017-03-211-4/+13
* Server/Plugins/Ldap: Use CallableDictAlexander Sulfrian2017-03-211-14/+28
* Server/Plugin: CallableDict is an OnDemandDict without cachingAlexander Sulfrian2017-03-211-16/+46
* Server/Plugin: Support functions and values for OnDemandDictAlexander Sulfrian2017-03-211-4/+9
* Server/Plugin: Move OnDemandDict to helpersAlexander Sulfrian2017-03-212-50/+50
* Server/Lint: Include RequiredBundle in referenced bundlesDmitri Iouchtchenko2017-03-171-0/+4
* Merge pull request #362 from AlexanderS/fix/missing-config-fileAlexander Sulfrian2017-03-102-3/+7
|\
| * TestOptions: Do not try to parse the cmd args of the testsAlexander Sulfrian2016-10-041-2/+3
| * testsuite: Missing config file should not raise SystemExit anymoreAlexander Sulfrian2016-09-281-1/+4
| * Options: Missing config file is not a fatal errorAlexander Sulfrian2016-09-281-1/+1
* | Merge pull request #382 from AlexanderS/feature/multiline-debug-scriptsAlexander Sulfrian2017-03-101-3/+1
|\ \
| * | Fix multiline scripts in bcfg2-info debug modes19n2017-03-091-3/+1
* | | Merge pull request #381 from AlexanderS/feature/READMEAlexander Sulfrian2017-03-102-2/+2
|\ \ \
| * | | README: First heading should be different levelAlexander Sulfrian2017-03-091-1/+1
| * | | README: Rename README to enable github formattingAlexander Sulfrian2017-03-092-1/+1
| |/ /
* | | Merge pull request #375 from solj/fix-missing-importAlexander Sulfrian2017-03-091-0/+1
|\ \ \
| * | | Reporting: Fix missing sys importSol Jerome2017-01-101-0/+1
* | | | Merge pull request #380 from AlexanderS/fix/augeas-masterAlexander Sulfrian2017-03-091-2/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | testsuite: Use python-augeas from PyPI with pipAlexander Sulfrian2017-03-071-2/+1
|/ / /
* | | Merge pull request #377 from viiru-/manpage-typo-fixesAlexander Sulfrian2017-01-194-4/+4
|\ \ \ | |/ / |/| |
| * | Fix typo in bcfg2.conf.5Arto Jantunen2017-01-192-2/+2
| * | Fix typo in bcfg2.1Arto Jantunen2017-01-192-2/+2
|/ /
* | testsuite: Restrict the sphinx versionAlexander Sulfrian2017-01-101-1/+1
* | testsuite: Fix XMLSyntaxError initializationArach2017-01-101-2/+1
* | Merge pull request #345 from AlexanderS/fix/django-1.10Alexander Sulfrian2017-01-103-36/+36
|\ \
| * | testsuite: Bump django versionAlexander Sulfrian2016-08-181-1/+1
| * | 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
* | | Merge pull request #373 from AlexanderS/fix/django1.9/report-collectorAlexander Sulfrian2017-01-106-40/+42
|\ \ \
| * | | DBSettings: Call django.setup() right after configuring the settingsAlexander Sulfrian2016-11-285-28/+18
| * | | 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
* | | | Merge pull request #369 from AlexanderS/fix/lint/augeasAlexander Sulfrian2016-11-291-59/+107
|\ \ \ \
| * | | | Server/Lint: Replace dict with {}Alexander Sulfrian2016-11-291-59/+99
| * | | | Server/Lint: Fix code styleAlexander Sulfrian2016-11-211-4/+9
| * | | | Server/Lint: Add missing required attributesAlexander Sulfrian2016-11-211-1/+3
| * | | | Server/Lint: Add required attrs for augeas path entriesAlexander Sulfrian2016-11-211-0/+2
| * | | | Server/Lint: name attribute is required for all Path entriesAlexander Sulfrian2016-11-211-20/+19
* | | | | Merge pull request #372 from AlexanderS/fix/nagiosgenAlexander Sulfrian2016-11-292-9/+4
|\ \ \ \ \
| * | | | | Server/Plugins/NagiosGen: Remove the list conversionAlexander Sulfrian2016-11-231-5/+3
| * | | | | Server/Plugins/NagiosGen: Always include default groupAlexander Sulfrian2016-11-231-1/+1
| * | | | | doc: Remove outdated NagiosGen informationAlexander Sulfrian2016-11-231-4/+1
| | |/ / / | |/| | |