index
:
oslo.git
master
shared-key-msg
OpenStack's oslo-incubator patches.
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
openstack
/
common
/
cfg.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Verbose should not enable debug level logging
Davanum Srinivas
2013-01-12
1
-2
/
+4
*
Revert "Support lookup of value using "group.key""
Mark McLoughlin
2013-01-08
1
-5
/
+1
*
Support lookup of value using "group.key"
Davanum Srinivas
2013-01-02
1
-1
/
+5
*
Merge "Add deprecated --logdir common opt"
Jenkins
2012-12-08
1
-0
/
+1
|
\
|
*
Add deprecated --logdir common opt
Mark McLoughlin
2012-12-07
1
-0
/
+1
*
|
Merge "Add deprecated --logfile common opt."
Jenkins
2012-12-07
1
-1
/
+2
|
\
|
|
*
Add deprecated --logfile common opt.
Dan Prince
2012-12-06
1
-1
/
+2
*
|
Merge "Allow nova and others to override some logging defaults"
Jenkins
2012-12-06
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
Allow nova and others to override some logging defaults
Davanum Srinivas
2012-12-06
1
-0
/
+7
*
|
Merge "Fixing the trim for ListOp when reading from config file"
Jenkins
2012-12-06
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fixing the trim for ListOp when reading from config file
Michael Basnight
2012-12-05
1
-1
/
+1
*
|
Merge "Fix set_default() with boolean CLI options"
Jenkins
2012-12-03
1
-1
/
+2
|
\
\
|
*
|
Fix set_default() with boolean CLI options
Mark McLoughlin
2012-12-03
1
-1
/
+2
*
|
|
Merge "Improve cfg's argparse sub-parsers support"
Jenkins
2012-12-03
1
-26
/
+117
|
\
|
|
|
|
/
|
/
|
|
*
Improve cfg's argparse sub-parsers support
Mark McLoughlin
2012-11-29
1
-26
/
+117
*
|
Merge "Hide the GroupAttr conf and group attributes"
Jenkins
2012-11-29
1
-6
/
+6
|
\
\
|
*
|
Hide the GroupAttr conf and group attributes
Mark McLoughlin
2012-11-23
1
-6
/
+6
*
|
|
Merge "Fix regression with cfg CLI arguments"
Jenkins
2012-11-29
1
-10
/
+14
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix regression with cfg CLI arguments
Mark McLoughlin
2012-11-26
1
-10
/
+14
*
|
|
Merge "Fix broken --help with CommonConfigOpts"
Jenkins
2012-11-29
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix broken --help with CommonConfigOpts
Mark McLoughlin
2012-11-23
1
-3
/
+3
|
|
/
*
/
Fix ListOpt to trim whitespace
Davanum Srinivas
2012-11-24
1
-1
/
+1
|
/
*
updating sphinx documentation
Joe Heck
2012-11-18
1
-11
/
+11
*
Don't reference argparse._StoreAction
Mark McLoughlin
2012-11-16
1
-17
/
+2
*
Fix minor coding style issue
Mark McLoughlin
2012-11-16
1
-1
/
+1
*
Remove ConfigCliParser class
Mark McLoughlin
2012-11-15
1
-22
/
+6
*
Add support for positional arguments
Mark McLoughlin
2012-11-15
1
-39
/
+48
*
Use stock argparse behaviour for optional args
Mark McLoughlin
2012-11-15
1
-1
/
+0
*
Use stock argparse --usage behaviour
Mark McLoughlin
2012-11-15
1
-22
/
+0
*
Use stock argparse --version behaviour
Mark McLoughlin
2012-11-15
1
-34
/
+1
*
Remove add_option() method
Mark McLoughlin
2012-11-15
1
-7
/
+4
*
Completely remove cfg's disable_interspersed_args()
Mark McLoughlin
2012-11-15
1
-43
/
+1
*
argparse support for cfg
Laurence Miao
2012-11-15
1
-68
/
+220
*
Add a missing comma in a docstring.
David Ripton
2012-10-31
1
-1
/
+1
*
cfg: fix required if option has a dash
Julien Danjou
2012-10-26
1
-1
/
+1
*
Merge "cfg: clean up None value handling"
Jenkins
2012-08-13
1
-23
/
+13
|
\
|
*
cfg: clean up None value handling
Mark McLoughlin
2012-08-13
1
-23
/
+13
*
|
Merge "Allow set_default and set_override to use None"
Jenkins
2012-08-13
1
-2
/
+39
|
\
|
|
*
Allow set_default and set_override to use None
Vishvananda Ishaya
2012-08-11
1
-2
/
+39
*
|
Tilde expansion for --config-file and --config-dir
Mark McLoughlin
2012-08-11
1
-6
/
+11
|
/
*
Add import_opt() method to ConfigOpts
Mark McLoughlin
2012-07-31
1
-0
/
+19
*
Modifies _is_opt_registered fcn to check for duplicate opts
Giampaolo Lauria
2012-07-24
1
-1
/
+4
*
cfg: Fix typo in documentation
Vincent Untz
2012-07-05
1
-2
/
+2
*
Update common code to support pep 1.3.
Gary Kotton
2012-06-18
1
-21
/
+18
*
Use 'is not None' instead of '!= None'
Johannes Erdfelt
2012-06-08
1
-3
/
+3
*
Add support to include config aliases
Joe Gordon
2012-06-06
1
-15
/
+56
*
cfg: add a global CONF object
Mark McLoughlin
2012-05-29
1
-0
/
+19
*
cfg: add generators for iterating over all options
Mark McLoughlin
2012-05-29
1
-28
/
+24
*
cfg: move constructor args to __call__() args
Mark McLoughlin
2012-05-29
1
-71
/
+128
*
Alphabetize imports in openstack/common/cfg.py
Joe Gordon
2012-05-14
1
-1
/
+1
[next]