summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'add-directory-ignore' into HEADAlexander Sulfrian2018-10-181-1/+3
|\
| * Server: Ignore directories containing a .bcfg2-ignore fileAlexander Sulfrian2015-04-181-1/+3
* | Plugins/Bundler: Insert a BoundBundle for the RequiredBundlesAlexander Sulfrian2018-10-181-1/+1
* | Plugins/Packages/Pkgng: Ignore unicode errorsAlexander Sulfrian2018-10-181-3/+1
* | Plugins/Packages: Add arbitrary repo options to additional_dataAlexander Sulfrian2018-10-181-0/+2
* | Add Dummy packages backend and client tool to ignore all packages.Alexander Sulfrian2018-10-182-1/+37
* | Plugins/Packages/Portage: do not try to update the {var,port}tree instancesAlexander Sulfrian2018-10-181-6/+4
* | Plugins/Packages/Layman: add support for layman overlaysAlexander Sulfrian2018-10-183-1/+151
* | Plugins/Packages/Portage: add support for per-package flagsAlexander Sulfrian2018-10-181-11/+2
* | Plugins/PkgVars: support multiple values per packageAlexander Sulfrian2018-10-182-4/+10
* | Plugins/Packages/Portage: add Packages Plugin for PortageAlexander Sulfrian2018-10-182-1/+337
* | Plugins/Packages/Collection: add cclass marker for SourcesAlexander Sulfrian2018-10-181-5/+7
* | Packages/Apt: add pin attribute for extra pinning informationAlexander Sulfrian2018-10-181-2/+5
* | Packages/Apt: add priority to additional_infoAlexander Sulfrian2018-10-181-2/+4
* | Plugins/PkgVars: new plugin to set various vars per packageAlexander Sulfrian2018-10-185-8/+94
* | Packages: add priority to sources and sort according to itAlexander Sulfrian2018-10-182-0/+5
* | Fix server shutdownAlexander Sulfrian2018-10-121-0/+4
* | Merge branch 'feature/ldap-enhancements' of https://github.com/AlexanderS/bcfg2Sol Jerome2017-08-314-85/+191
|\ \
| * | Server/Plugins/Ldap: Fix module nameAlexander Sulfrian2017-03-211-1/+2
| * | Server/Plugins/Ldap: Support arbitrary ldap optionsAlexander Sulfrian2017-03-211-2/+7
| * | Server/Plugins/Ldap: Support specifying the ldap uriAlexander Sulfrian2017-03-211-6/+12
| * | Server/Plugins/Ldap: Cache the results of the Ldap queriesAlexander Sulfrian2017-03-211-17/+52
| * | 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
* | | Probes: Remove wrong lineAlexander Sulfrian2017-03-221-1/+0
* | | Server/Info: Fix encoding declarationAlexander Sulfrian2017-03-211-1/+1
|/ /
* | Server/Lint: Include RequiredBundle in referenced bundlesDmitri Iouchtchenko2017-03-171-0/+4
* | Fix multiline scripts in bcfg2-info debug modes19n2017-03-091-3/+1
* | Merge pull request #373 from AlexanderS/fix/django1.9/report-collectorAlexander Sulfrian2017-01-103-25/+16
|\ \
| * | DBSettings: Call django.setup() right after configuring the settingsAlexander Sulfrian2016-11-283-25/+16
* | | 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
| |/ /
* | | Server/Plugins/NagiosGen: Remove the list conversionAlexander Sulfrian2016-11-231-5/+3
* | | Server/Plugins/NagiosGen: Always include default groupAlexander Sulfrian2016-11-231-1/+1
|/ /
* | Merge pull request #368 from solj/fix-ssl-futurewarningAlexander Sulfrian2016-11-211-2/+2
|\ \
| * | Cfg: Fix SSLCA key generationSol Jerome2016-11-181-2/+2
* | | Packages: Cleanup pkgnamesAlexander Sulfrian2016-11-173-1/+4
|/ /
* | Admin: Remove extraneous quoteSol Jerome2016-09-281-1/+1
* | Merge branch 'pacman' of https://github.com/0/bcfg2Sol Jerome2016-09-151-14/+128
|\ \
| * | Packages/Pac: Handle groupsDmitri Iouchtchenko2016-09-121-1/+38
| * | Packages/Pac: Parse dependenciesDmitri Iouchtchenko2016-09-121-13/+90
* | | Merge branch 'fix/testsuite/db-tests' of https://github.com/AlexanderS/bcfg2Sol Jerome2016-09-121-29/+5
|\ \ \