summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Options/Actions.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed some places where plugin loading should fail silentlyChris St. Pierre2014-10-221-2/+6
|
* testsuite: Added unit tests for new option parsingChris St. Pierre2014-10-221-4/+8
|
* don't trigger full reparse on adding config fileMichael Fenn2014-04-141-1/+1
| | | | | | The full reparse turns out to be unnecessary with one change to the server options, and plays havoc with ordering of django components and overriding values in bcfg2-web.conf
* Options: finalize ConfigFileActionsChris St. Pierre2014-03-051-15/+27
| | | | | This ensures that /etc/bcfg2-web.conf gets read, even if the --web-config for [reporting].config options are not given
* Options: Finalize actual value, not default valueChris St. Pierre2014-03-051-1/+2
| | | | This also fixes some extraneous calls in the option parsing loop.
* Options: fail_silently really fails silently when loading componentsChris St. Pierre2014-03-051-1/+1
|
* Options: Replace relative imports with absoluteChris St. Pierre2013-08-121-1/+1
|
* testsuite: fixed most pylint complaintsChris St. Pierre2013-08-091-1/+3
|
* Options: fix parsing of ComponentActions and other finalizable actionsChris St. Pierre2013-08-091-1/+1
|
* Options: wrote completely new option parserChris St. Pierre2013-06-271-0/+164