summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Options/Options.py
Commit message (Expand)AuthorAgeFilesLines
* Options: Fixed non-path database name parsingChris St. Pierre2014-11-101-22/+41
* Options: fix path canonicalization and file-like objectsChris St. Pierre2014-10-221-8/+3
* Options: ensure <repository> macros are always fixed upChris St. Pierre2014-10-221-17/+42
* testsuite: better debug capturing for options testsChris St. Pierre2014-10-221-2/+6
* testsuite: Added unit tests for new option parsingChris St. Pierre2014-10-221-25/+103
* Use setdefault instead of a conditionalMichael Fenn2014-07-151-3/+1
* Correctly handle config-file-only BooleanOptions which default to TrueMichael Fenn2014-07-141-4/+25
* pep8 fixesMichael Fenn2014-04-091-1/+0
* Options: Finalize actual value, not default valueChris St. Pierre2014-03-051-14/+18
* Options: set options debugging with environment variableChris St. Pierre2014-03-051-2/+24
* Options: Replace relative imports with absoluteChris St. Pierre2013-08-121-1/+1
* testsuite: fixed most pylint complaintsChris St. Pierre2013-08-091-3/+7
* Options: fix parsing of ComponentActions and other finalizable actionsChris St. Pierre2013-08-091-4/+3
* Options: wrote completely new option parserChris St. Pierre2013-06-271-0/+305