Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bcfg2-admin: Check for django before checking django version | Dmitri Iouchtchenko | 2016-09-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'fix/django1.9/url-tags' of https://github.com/AlexanderS/bcfg2 | Sol Jerome | 2016-09-02 | 13 | -53/+31 |
|\ | |||||
| * | DBSettings: Drop support for django <1.3 | Alexander Sulfrian | 2016-08-31 | 1 | -10/+6 |
| | | |||||
| * | Reporting: Add bcfg2_compat templatetag library | Alexander Sulfrian | 2016-08-31 | 12 | -43/+25 |
| | | | | | | | | | | | | The url tag from the future tag lib, that was required with older django versions, was removed from django1.9. So we add a compat tag library to use the correct available variant. | ||||
* | | Merge branch 'fix/statistic-reporting' of https://github.com/AlexanderS/bcfg2 | Sol Jerome | 2016-08-31 | 1 | -3/+5 |
|\ \ | |/ |/| | |||||
| * | Client: Fix reporting of modified entries | Alexander Sulfrian | 2016-07-25 | 1 | -3/+5 |
| | | | | | | | | | | | | | | If the client is using lxml.etree as ElementTree library, it is impossible to a single node two times in an ElementTree. The second append will remove the first insertion. We need to copy the node before appending it into the statistic tree. | ||||
* | | Merge pull request #340 from rbuch/master | Alexander Sulfrian | 2016-08-18 | 1 | -3/+7 |
|\ \ | | | | | | | Add support for rawurl in Apt | ||||
| * | | Add support for rawurl in Apt | Ronak Buch | 2016-08-17 | 1 | -3/+7 |
| | | | |||||
* | | | doc: Escape underscores | Alexander Sulfrian | 2016-08-18 | 1 | -1/+1 |
|/ / | | | | | | | | | Double underscore mark anonymous hyperlinks. To include '__' literally we need to escape it. | ||||
* | | DBSettings: The app-label is only the last part of the module name | Alexander Sulfrian | 2016-08-17 | 1 | -2/+2 |
| | | |||||
* | | Bcfg2/manage: Remove old code from the old options parsing | Alexander Sulfrian | 2016-08-17 | 1 | -9/+2 |
| | | |||||
* | | Bcfg2/manage: execute_manager was replaced in django1.6 | Alexander Sulfrian | 2016-08-17 | 1 | -1/+1 |
| | | | | | | | | | | The execute_manager was deprecated in django1.4 and was finally removed in django1.6. | ||||
* | | Server/models: Exclude the Reporting plugin | Alexander Sulfrian | 2016-08-17 | 1 | -0/+4 |
| | | | | | | | | | | The reporting database is not handled within Bcfg2.Server but in the Bcfg2.Reporting app. | ||||
* | | Bcfg2/Server: Add migrations for Bcfg2.Server | Alexander Sulfrian | 2016-08-17 | 5 | -1/+117 |
| | | | | | | | | | | Django1.9 requires every app to have migrations. You cannot create a tables without having migrations. | ||||
* | | Bcfg2/manage: Use the server models (if available), too | Alexander Sulfrian | 2016-08-17 | 1 | -0/+5 |
| | | |||||
* | | Server/Plugins/Ldap: Module should be importable without the python-ldap | Alexander Sulfrian | 2016-08-17 | 1 | -6/+11 |
| | | |||||
* | | Revert "removed duplicate plugins option" | Alexander Sulfrian | 2016-08-17 | 1 | -5/+25 |
| | | | | | | | | This reverts commit 30634d07d5489f260f37cc86d150315f02c40865. | ||||
* | | Bcfg2/manage: Fix option parsing | Alexander Sulfrian | 2016-08-17 | 1 | -2/+4 |
| | | |||||
* | | Server/Core: Ignore pylint error | Alexander Sulfrian | 2016-08-17 | 1 | -1/+1 |
| | | | | | | | | | | pylint should ignore this method, because it is only used as fallback for older django versions and does not exists in newer versions. | ||||
* | | Server/Plugins/Metadata: Initialize django _before_ creating models | Alexander Sulfrian | 2016-08-17 | 1 | -3/+3 |
| | | |||||
* | | Server/Plugins/Probes: Initialize django before use | Alexander Sulfrian | 2016-08-17 | 1 | -0/+5 |
|/ | |||||
* | Merge pull request #320 from AlexanderS/fix/more-django-fixes | Alexander Sulfrian | 2016-07-17 | 3 | -2/+6 |
|\ | | | | | Some more django fixes | ||||
| * | Reporting/templates: Remove deprecated syntax | Alexander Sulfrian | 2015-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | > Deprecated since version 1.8: > You can also pass a dotted Python path to a view function, but this > syntax is deprecated and will be removed in Django 1.10. | ||||
| * | Reporting/templates: Fix django1.5 compat | Alexander Sulfrian | 2015-11-17 | 1 | -1/+1 |
| | | | | | | | | This was missing in 84a83cab07853b83e91c40c440f65b911e3296a5. | ||||
| * | Metadata: Add fix for django1.7 | Alexander Sulfrian | 2015-11-17 | 1 | -0/+4 |
| | | | | | | | | | | The Metadata database backend also uses django1.7 and we have to run django.setup() here, too. | ||||
* | | Merge branch 'yum-helper-2' of https://github.com/gordonmessmer/bcfg2 | Sol Jerome | 2016-07-10 | 2 | -26/+28 |
|\ \ | |||||
| * | | Set value for data in case accept_input is false. | Gordon Messmer | 2016-04-21 | 1 | -1/+2 |
| | | | |||||
| * | | Bcfg2.Options.Subcommand must not access Options.setup in __init__. | Gordon Messmer | 2016-04-21 | 1 | -8/+14 |
| | | | |||||
| * | | Only read input if accept_input is True. | Gordon Messmer | 2016-04-21 | 1 | -7/+8 |
| | | | |||||
| * | | Remove PositionalArgument. It was incomplete and did not work as intended, ↵ | Gordon Messmer | 2016-04-21 | 1 | -4/+1 |
| | | | | | | | | | | | | requiring two positional args instead of one. | ||||
| * | | Fix format error in logger call. | Gordon Messmer | 2016-04-21 | 1 | -2/+2 |
| | | | |||||
| * | | Handle rid intelligently, to avoid infinite loop. | Gordon Messmer | 2016-04-21 | 1 | -5/+2 |
| | | | |||||
* | | | Merge branch 'input-2' of https://github.com/gordonmessmer/bcfg2 | Sol Jerome | 2016-07-07 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Don't use 'input' function under python2. | Gordon Messmer | 2016-06-29 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'ed25519' of https://github.com/gordonmessmer/bcfg2 | Sol Jerome | 2016-05-12 | 1 | -1/+8 |
|\ \ \ | |||||
| * | | | Fix long line. | Gordon Messmer | 2016-04-01 | 1 | -1/+2 |
| | | | | |||||
| * | | | Generate ed25519 keys. | Gordon Messmer | 2016-03-31 | 1 | -1/+7 |
| |/ / | |||||
* / / | doc: Update Arch Linux name and package information | Jonathan Steel | 2016-03-30 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | Merge branch 'setup-options' of https://github.com/gordonmessmer/bcfg2 | Sol Jerome | 2016-03-03 | 7 | -9/+13 |
|\ \ | |||||
| * | | Set ssl_cns option to the expected name in setup. | Gordon Messmer | 2016-02-22 | 1 | -0/+1 |
| | | | |||||
| * | | Correct the name of the service_mode option. | Gordon Messmer | 2016-02-17 | 2 | -5/+5 |
| | | | |||||
| * | | Correct the name of the server's location option. | Gordon Messmer | 2016-02-17 | 2 | -4/+4 |
| | | | |||||
| * | | Add dest= arg to fix option that is referenced as cfg_validation. | Gordon Messmer | 2016-02-17 | 1 | -0/+1 |
| | | | |||||
| * | | Add dest= arg to fix LDAP options. | Gordon Messmer | 2016-02-17 | 1 | -0/+2 |
| | | | |||||
* | | | Merge branch 'fix/lint-templatehelper' of https://github.com/AlexanderS/bcfg2 | Sol Jerome | 2016-01-27 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Lint/TemplateHelper: Fix parameters | Alexander Sulfrian | 2015-11-18 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | | | | | | | | | | The HelperModules of the TemplateHelper now expects a second argument with the core, to be able to expire the metadata cache. This is a fix-up for 36b2aa66627a4cc147f982d03688ae9df14bbe08. | ||||
* | | | Merge branch 'rpm-install-missing' of https://github.com/gordonmessmer/bcfg2 | Sol Jerome | 2016-01-27 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix reference to rpm_install_missing option. | Gordon Messmer | 2016-01-19 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'client-secontext' of https://github.com/gordonmessmer/bcfg2 | Sol Jerome | 2016-01-20 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Only set wanted_secontext if we have a value to set | Gordon Messmer | 2015-11-19 | 1 | -1/+1 |
| | | | |