summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | owner, group and mode are required for all path entries representing files or directories.
* 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 #368 from solj/fix-ssl-futurewarningAlexander Sulfrian2016-11-211-2/+2
|\ | | | | Cfg: Fix SSLCA key generation
| * Cfg: Fix SSLCA key generationSol Jerome2016-11-181-2/+2
| | | | | | | | | | | | | | The previous check resulted in a "FutureWarning" and also did not work as expected and reset the key values in every case. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Packages: Cleanup pkgnamesAlexander Sulfrian2016-11-173-1/+4
|/ | | | | | The pkgnames should be reset before parsing the source files. If a package was removed for a source, it should be removed from the pkgnames set, too. The packages plugin should look for the next source containing the package.
* Admin: Remove extraneous quoteSol Jerome2016-09-281-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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
|\ \
| * | Revert "Revert "removed duplicate plugins option""Alexander Sulfrian2016-09-121-29/+5
| |/ | | | | | | This reverts commit 8bcd3b7d717186f14bdd2482e46c2a6feee51767.
* | Merge branch 'django-check' of https://github.com/0/bcfg2Sol Jerome2016-09-121-1/+1
|\ \
| * | bcfg2-admin: Check for django before checking django versionDmitri Iouchtchenko2016-09-111-1/+1
| |/
* / Packages: Strip ':any' suffix from APT dependenciesDmitri Iouchtchenko2016-09-081-0/+11
|/
* Merge pull request #340 from rbuch/masterAlexander Sulfrian2016-08-181-3/+7
|\ | | | | Add support for rawurl in Apt
| * Add support for rawurl in AptRonak Buch2016-08-171-3/+7
| |
* | doc: Escape underscoresAlexander Sulfrian2016-08-181-1/+1
|/ | | | | Double underscore mark anonymous hyperlinks. To include '__' literally we need to escape it.
* Server/models: Exclude the Reporting pluginAlexander Sulfrian2016-08-171-0/+4
| | | | | The reporting database is not handled within Bcfg2.Server but in the Bcfg2.Reporting app.
* Bcfg2/Server: Add migrations for Bcfg2.ServerAlexander Sulfrian2016-08-174-0/+115
| | | | | Django1.9 requires every app to have migrations. You cannot create a tables without having migrations.
* 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
| | | | This reverts commit 30634d07d5489f260f37cc86d150315f02c40865.
* Server/Core: Ignore pylint errorAlexander Sulfrian2016-08-171-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 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
|\ | | | | Some more django fixes
| * Metadata: Add fix for django1.7Alexander Sulfrian2015-11-171-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/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, ↵Gordon Messmer2016-04-211-4/+1
| | | | | | | | | | | | requiring two positional args instead of one.
| * | 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-034-4/+7
|\ \
| * | 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
| | |
* | | Lint/TemplateHelper: Fix parametersAlexander Sulfrian2015-11-181-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.
* | Info: EventDebug, Update and Quit are now command classesAlexander Sulfrian2015-10-131-17/+26
| |
* | DefaultACL: Deny remote access to expire_metadata_cacheAlexander Sulfrian2015-10-131-1/+2
| |
* | Info: expirecache only for interactive shellAlexander Sulfrian2015-10-131-0/+1
| | | | | | | | | | The expirecache subcommand is only usefull from an interactive shell, so do not advertise it in the help from the commandline.
* | Info: Fix expirecache subcommandAlexander Sulfrian2015-10-131-5/+4
| | | | | | | | The expirecache subcommand was using an old API.
* | Info: Fix bcfg2-info shellAlexander Sulfrian2015-10-131-25/+47
| |
* | Admin: Add expirecache commandAlexander Sulfrian2015-10-132-0/+34
| | | | | | | | | | | | | | Expirecache is now part of bcfg2-admin and will call expire_metadata_cache from Core via XML-RPC. This will expire the metadata cache of the supplied clients (or the complete cache if no arguments are supplied) on a running bcfg2-server.
* | Merge pull request #299 from AlexanderS/fix/cachingChris St. Pierre2015-10-058-23/+76
|\ \ | | | | | | Expire metadata cache in all Connector plugins.