Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Options: fixed error message when bcfg2.conf is not readable | Chris St. Pierre | 2013-08-16 | 1 | -2/+1 |
| | |||||
* | testsuite: exempt wildcard imports in Bcfg2.Options from pylint | Chris St. Pierre | 2013-08-12 | 1 | -1/+1 |
| | |||||
* | Options: Replace relative imports with absolute | Chris St. Pierre | 2013-08-12 | 7 | -23/+19 |
| | |||||
* | testsuite: fixed more unit tests | Chris St. Pierre | 2013-08-12 | 1 | -1/+3 |
| | |||||
* | testsuite: fixed unit tests | Chris St. Pierre | 2013-08-12 | 1 | -3/+3 |
| | |||||
* | testsuite: fixed more unit tests | Chris St. Pierre | 2013-08-12 | 3 | -19/+18 |
| | |||||
* | testsuite: fixed most pylint complaints | Chris St. Pierre | 2013-08-09 | 6 | -17/+30 |
| | |||||
* | Options: reparse all arguments on each pass | Chris St. Pierre | 2013-08-09 | 1 | -7/+3 |
| | | | | | | | | | This ensures that required positional arguments are handled properly. If we only reparse the remaining arguments -- i.e., those that were not understood on previous passes -- then we may parse out all of the positional arguments on the first pass, and then on a subsequent pass parse_known_args() will fail because the positional argument is not provided. | ||||
* | Options: Fixed prefix in WildcardSectionGroups | Chris St. Pierre | 2013-08-09 | 1 | -1/+1 |
| | |||||
* | Options: fix parsing of ComponentActions and other finalizable actions | Chris St. Pierre | 2013-08-09 | 3 | -9/+8 |
| | |||||
* | Merge branch 'options-rewrite' | Chris St. Pierre | 2013-08-08 | 2 | -1/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Init.py src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/MultiprocessingCore.py src/lib/Bcfg2/Server/Plugin/base.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py src/lib/Bcfg2/Server/SSLServer.py src/lib/Bcfg2/Utils.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-info src/sbin/bcfg2-lint src/sbin/bcfg2-test src/sbin/bcfg2-yum-helper tools/bcfg2-profile-templates.py | ||||
* | Options: wrote completely new option parser | Chris St. Pierre | 2013-06-27 | 8 | -0/+1429 |