summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins
Commit message (Expand)AuthorAgeFilesLines
* Packages: Strip ':any' suffix from APT dependenciesDmitri Iouchtchenko2016-09-081-0/+11
* Add support for rawurl in AptRonak Buch2016-08-171-3/+7
* Server/Plugins/Ldap: Module should be importable without the python-ldapAlexander Sulfrian2016-08-171-6/+11
* Server/Plugins/Metadata: Initialize django _before_ creating modelsAlexander Sulfrian2016-08-171-3/+3
* Server/Plugins/Probes: Initialize django before useAlexander Sulfrian2016-08-171-0/+5
* Merge pull request #320 from AlexanderS/fix/more-django-fixesAlexander Sulfrian2016-07-171-0/+4
|\
| * Metadata: Add fix for django1.7Alexander Sulfrian2015-11-171-0/+4
* | Merge branch 'yum-helper-2' of https://github.com/gordonmessmer/bcfg2Sol Jerome2016-07-102-26/+28
|\ \
| * | Set value for data in case accept_input is false.Gordon Messmer2016-04-211-1/+2
| * | Bcfg2.Options.Subcommand must not access Options.setup in __init__.Gordon Messmer2016-04-211-8/+14
| * | Only read input if accept_input is True.Gordon Messmer2016-04-211-7/+8
| * | Remove PositionalArgument. It was incomplete and did not work as intended, r...Gordon Messmer2016-04-211-4/+1
| * | Fix format error in logger call.Gordon Messmer2016-04-211-2/+2
| * | Handle rid intelligently, to avoid infinite loop.Gordon Messmer2016-04-211-5/+2
* | | Fix long line.Gordon Messmer2016-04-011-1/+2
* | | Generate ed25519 keys.Gordon Messmer2016-03-311-1/+7
|/ /
* | Merge branch 'setup-options' of https://github.com/gordonmessmer/bcfg2Sol Jerome2016-03-032-0/+3
|\ \ | |/ |/|
| * Add dest= arg to fix option that is referenced as cfg_validation.Gordon Messmer2016-02-171-0/+1
| * Add dest= arg to fix LDAP options.Gordon Messmer2016-02-171-0/+2
* | Merge pull request #299 from AlexanderS/fix/cachingChris St. Pierre2015-10-058-23/+76
|\ \
| * | Properties: Expire the metadata cache during reload of the filesAlexander Sulfrian2015-07-271-11/+30
| * | Probes: Use core.metadata_cache instead of Bcfg2.Server.CacheAlexander Sulfrian2015-07-271-7/+8
| * | AWSTags: Expire metadata cache at start of client runAlexander Sulfrian2015-07-271-0/+5
| * | PuppetENC: Fix cache expirationAlexander Sulfrian2015-07-271-1/+1
| * | GroupLogic: Expire metadata cache on config file changesAlexander Sulfrian2015-07-271-1/+12
| * | SSHbase: Expire metadata cache on pubkey eventAlexander Sulfrian2015-07-271-0/+4
| * | Ohai: Expire metadata cache, if ohai data changesAlexander Sulfrian2015-07-271-1/+6
| * | TemplateHelper: Expire metadata cache on FileMonitor eventAlexander Sulfrian2015-07-271-2/+10
* | | Merge branch 'fix/django1.7' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-10-011-6/+9
|\ \ \
| * | | Reporting: Clear error message if django is missingAlexander Sulfrian2015-09-231-8/+7
| * | | fix check for reporting in src/lib/Bcfg2/Server/Plugins/Reporting.pyJonas Jochmaring2015-09-231-7/+11
| | |/ | |/|
* / | Bundler: Fix addition of bundle.Alexander Sulfrian2015-09-301-1/+1
|/ /
* | Compatibility with Jinja < 2.7.Gordon Messmer2015-09-091-3/+9
* | Keep trailing newlines in Jinja2 templates.Gordon Messmer2015-09-091-1/+3
* | Merge branch 'rules-replace_name' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-09-012-2/+37
|\ \
| * | Rules: New options replace_name to replace %{name} in attributesAlexander Sulfrian2015-08-262-2/+37
| |/
* | Merge branch 'no-jinja2' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-07-281-14/+15
|\ \
| * | Plugins/Cfg: Don't depend on jinja2Alexander Sulfrian2015-07-201-14/+15
| |/
* | Ldap: Complete renew of the Ldap pluginAlexander Sulfrian2015-07-241-165/+159
* | Utils: Generalize safe_module_nameAlexander Sulfrian2015-07-241-10/+4
|/
* Merge branch 'maint'Alexander Sulfrian2015-06-124-56/+232
|\
| * Merge branch 'fix-yum-packages-traceback' into maintSol Jerome2015-04-281-4/+9
| |\
| | * Yum.py: Add debug log messageSol Jerome2015-04-281-0/+2
| | * Yum.py: Fix traceback when arch missingSol Jerome2014-11-041-4/+7
| * | Yum.py: Compare epoch/version/release separatelySol Jerome2015-03-311-6/+15
| * | Packages/Yum.py: Fix dependency resolution logicSol Jerome2015-03-301-2/+101
| * | Server/Plugins/Packages: Fix _init_attributes position.Alexander Sulfrian2015-03-251-2/+2
| * | Merge pull request #267 from stpierre/pylint-0.28-maintChris St. Pierre2015-02-252-17/+16
| |\ \
| | * | Fix pylint errorsChris St. Pierre2015-02-252-17/+16
| * | | Merge pull request #254 from AlexanderS/fix-yum-initChris St. Pierre2015-02-252-48/+92
| |\ \ \