summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Options/Parser.py
Commit message (Expand)AuthorAgeFilesLines
* Fix errros with old pylint/pep8Alexander Sulfrian2017-03-291-1/+3
* Merge pull request #362 from AlexanderS/fix/missing-config-fileAlexander Sulfrian2017-03-101-1/+1
|\
| * Options: Missing config file is not a fatal errorAlexander Sulfrian2016-09-281-1/+1
* | Options: Fix default repository pathSol Jerome2016-09-281-1/+1
|/
* Options: Set default values from config, right after adding a new optionAlexander Sulfrian2015-07-221-0/+3
* Bcfg2/Options/Parser: fix --version option, add testAlexander Sulfrian2014-11-251-2/+9
* Options: gather as much data from config file firstChris St. Pierre2014-11-101-2/+10
* Options: ensure <repository> macros are always fixed upChris St. Pierre2014-11-101-23/+54
* testsuite: Added unit tests for new option parsingChris St. Pierre2014-11-101-39/+55
* Add BCFG2_CONFIG_FILE environment variable (regression from 1.3)Michael Fenn2014-04-071-0/+2
* Options: call _set_defaults_from_config before _parse_config_optionsMichael Fenn2014-03-191-0/+18
* Options: rename _set_defaults to _set_defaults_from_configMichael Fenn2014-03-191-3/+3
* Options: set config file options only for the running parserChris St. Pierre2014-03-141-5/+4
* Options: Finalize actual value, not default valueChris St. Pierre2014-03-051-2/+1
* Options: set options debugging with environment variableChris St. Pierre2014-03-051-2/+24
* Options: Finalize onceMichael Fenn2013-12-071-1/+1
* Options: parse config options before setting defaultsChris St. Pierre2013-11-121-0/+1
* Options: made unit test flag publicChris St. Pierre2013-11-121-3/+3
* Options: added workaround for unit tests that use the parserChris St. Pierre2013-11-121-13/+12
* Options: Don't reparse initial config fileChris St. Pierre2013-10-311-3/+5
* DB: fixed how Django settings are loadedChris St. Pierre2013-10-301-8/+33
* Options: parse arg list passed in, not sys.argvChris St. Pierre2013-09-031-1/+1
* Options: fixed error message when bcfg2.conf is not readableChris St. Pierre2013-08-161-2/+1
* Options: Replace relative imports with absoluteChris St. Pierre2013-08-121-1/+1
* testsuite: fixed most pylint complaintsChris St. Pierre2013-08-091-7/+15
* Options: reparse all arguments on each passChris St. Pierre2013-08-091-7/+3
* Options: fix parsing of ComponentActions and other finalizable actionsChris St. Pierre2013-08-091-4/+4
* Options: wrote completely new option parserChris St. Pierre2013-06-271-0/+282