summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Options
Commit message (Expand)AuthorAgeFilesLines
* Options: Add possibility to have aliases for commandsAlexander Sulfrian2015-10-131-12/+20
* Options: Add possibility to have interactive only SubcommandsAlexander Sulfrian2015-10-131-5/+14
* Options: Really reparse the argument list of SubcommandsAlexander Sulfrian2015-10-131-0/+1
* Merge pull request #292 from AlexanderS/fix-options-defaultChris St. Pierre2015-07-281-0/+3
|\
| * Options: Set default values from config, right after adding a new optionAlexander Sulfrian2015-07-221-0/+3
* | Options/Types: Fix database OPTIONS parsingAlexander Sulfrian2015-07-231-22/+5
|/
* Bcfg2/Options/Parser: fix --version option, add testAlexander Sulfrian2014-11-251-2/+9
* Merge pull request #233 from AlexanderS/fix-list-optionsChris St. Pierre2014-11-111-0/+4
|\
| * Options/Types: add abbility to set empty listsAlexander Sulfrian2014-10-311-0/+4
* | Options: Fixed non-path database name parsingChris St. Pierre2014-11-101-22/+41
* | Options: gather as much data from config file firstChris St. Pierre2014-11-101-2/+10
* | Options: fix path canonicalization and file-like objectsChris St. Pierre2014-11-101-8/+3
* | Options: ensure <repository> macros are always fixed upChris St. Pierre2014-11-102-40/+96
* | testsuite: better debug capturing for options testsChris St. Pierre2014-11-101-2/+6
* | fixed some places where plugin loading should fail silentlyChris St. Pierre2014-11-101-2/+6
* | testsuite: skip nested exclusive option group test on py2.6Chris St. Pierre2014-11-101-2/+2
* | testsuite: Added unit tests for new option parsingChris St. Pierre2014-11-106-167/+291
|/
* Options: change default communication protocol to xmlrpc/tlsv1Alexander Sulfrian2014-10-151-1/+1
* Options: add missing communication:protocol optionsAlexander Sulfrian2014-10-151-0/+6
* Options/Common: remove defaults for ssl-key/ssl-cert on the ClientAlexander Sulfrian2014-10-141-10/+0
* Options: Fix default "Log to syslog" valueSol Jerome2014-07-311-1/+1
* 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
* Merge branch 'master-test-fixes' of https://github.com/fennm/bcfg2Sol Jerome2014-04-141-1/+0
|\
| * pep8 fixesMichael Fenn2014-04-091-1/+0
* | don't trigger full reparse on adding config fileMichael Fenn2014-04-141-1/+1
* | 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 ConfigFileActionsChris St. Pierre2014-03-051-15/+27
* Options: Finalize actual value, not default valueChris St. Pierre2014-03-053-17/+21
* Options: set options debugging with environment variableChris St. Pierre2014-03-052-4/+48
* Options: fail_silently really fails silently when loading componentsChris St. Pierre2014-03-051-1/+1
* Merge branch 'maint'Chris St. Pierre2013-12-091-0/+9
* 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
* testsuite: exempt wildcard imports in Bcfg2.Options from pylintChris St. Pierre2013-08-121-1/+1
* Options: Replace relative imports with absoluteChris St. Pierre2013-08-127-23/+19
* testsuite: fixed more unit testsChris St. Pierre2013-08-121-1/+3
* testsuite: fixed unit testsChris St. Pierre2013-08-121-3/+3
* testsuite: fixed more unit testsChris St. Pierre2013-08-123-19/+18
* testsuite: fixed most pylint complaintsChris St. Pierre2013-08-096-17/+30
* Options: reparse all arguments on each passChris St. Pierre2013-08-091-7/+3