summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | DBSettings: Drop support for django <1.3Alexander Sulfrian2016-08-311-10/+6
| * | Reporting: Add bcfg2_compat templatetag libraryAlexander Sulfrian2016-08-3112-43/+25
| |/
* | Merge branch 'fix/statistic-reporting' of https://github.com/AlexanderS/bcfg2Sol Jerome2016-08-311-3/+5
|\ \ | |/ |/|
| * Client: Fix reporting of modified entriesAlexander Sulfrian2016-07-251-3/+5
* | Merge pull request #340 from rbuch/masterAlexander Sulfrian2016-08-181-3/+7
|\ \
| * | Add support for rawurl in AptRonak Buch2016-08-171-3/+7
* | | doc: Escape underscoresAlexander Sulfrian2016-08-181-1/+1
|/ /
* | DBSettings: The app-label is only the last part of the module nameAlexander Sulfrian2016-08-171-2/+2
* | Bcfg2/manage: Remove old code from the old options parsingAlexander Sulfrian2016-08-171-9/+2
* | Bcfg2/manage: execute_manager was replaced in django1.6Alexander Sulfrian2016-08-171-1/+1
* | Server/models: Exclude the Reporting pluginAlexander Sulfrian2016-08-171-0/+4
* | Bcfg2/Server: Add migrations for Bcfg2.ServerAlexander Sulfrian2016-08-175-1/+117
* | Bcfg2/manage: Use the server models (if available), tooAlexander Sulfrian2016-08-171-0/+5
* | Server/Plugins/Ldap: Module should be importable without the python-ldapAlexander Sulfrian2016-08-171-6/+11
* | Revert "removed duplicate plugins option"Alexander Sulfrian2016-08-171-5/+25
* | Bcfg2/manage: Fix option parsingAlexander Sulfrian2016-08-171-2/+4
* | Server/Core: Ignore pylint errorAlexander Sulfrian2016-08-171-1/+1
* | 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-173-2/+6
|\
| * Reporting/templates: Remove deprecated syntaxAlexander Sulfrian2015-11-171-1/+1
| * Reporting/templates: Fix django1.5 compatAlexander Sulfrian2015-11-171-1/+1
| * 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
* | | Merge branch 'input-2' of https://github.com/gordonmessmer/bcfg2Sol Jerome2016-07-071-1/+1
|\ \ \
| * | | Don't use 'input' function under python2.Gordon Messmer2016-06-291-1/+1
| |/ /
* | | Merge branch 'ed25519' of https://github.com/gordonmessmer/bcfg2Sol Jerome2016-05-121-1/+8
|\ \ \
| * | | Fix long line.Gordon Messmer2016-04-011-1/+2
| * | | Generate ed25519 keys.Gordon Messmer2016-03-311-1/+7
| |/ /
* / / doc: Update Arch Linux name and package informationJonathan Steel2016-03-301-1/+1
|/ /
* | Merge branch 'setup-options' of https://github.com/gordonmessmer/bcfg2Sol Jerome2016-03-037-9/+13
|\ \
| * | Set ssl_cns option to the expected name in setup.Gordon Messmer2016-02-221-0/+1
| * | Correct the name of the service_mode option.Gordon Messmer2016-02-172-5/+5
| * | Correct the name of the server's location option.Gordon Messmer2016-02-172-4/+4
| * | 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 branch 'fix/lint-templatehelper' of https://github.com/AlexanderS/bcfg2Sol Jerome2016-01-271-1/+1
|\ \ \
| * | | Lint/TemplateHelper: Fix parametersAlexander Sulfrian2015-11-181-1/+1
| | |/ | |/|
* | | Merge branch 'rpm-install-missing' of https://github.com/gordonmessmer/bcfg2Sol Jerome2016-01-271-1/+1
|\ \ \
| * | | Fix reference to rpm_install_missing option.Gordon Messmer2016-01-191-1/+1
| | |/ | |/|
* | | Merge branch 'client-secontext' of https://github.com/gordonmessmer/bcfg2Sol Jerome2016-01-201-2/+2
|\ \ \
| * | | Only set wanted_secontext if we have a value to setGordon Messmer2015-11-191-1/+1
| * | | bcfg2 server sends a complete SELinux context, but we only need the type. Tr...Gordon Messmer2015-11-181-1/+1
| |/ /
* | | Merge branch 'tests-secontext' of https://github.com/gordonmessmer/bcfg2Sol Jerome2016-01-202-2/+2
|\ \ \