summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Make 'yes' also a true boolean"Jenkins2012-03-302-4/+13
|\ \
| * | Make 'yes' also a true booleanSean Dague2012-03-222-4/+13
* | | Typofix, OptionGroup should be OptGroup.Rick Harris2012-03-291-2/+2
* | | Create openstack/common/__init__.pyRick Harris2012-03-281-5/+16
* | | Use absolute import for iniparser.Rick Harris2012-03-281-1/+1
|/ /
* | Added a universal style-guide for all OS projects.Andrew Bogott2012-03-221-0/+257
* | Merge "Finish implementing MultiStrOpt"Jenkins2012-03-224-34/+359
|\ \
| * | Finish implementing MultiStrOptJohannes Erdfelt2012-03-224-34/+359
* | | Merge "Avoid leaking secrets into config logging."Jenkins2012-03-222-7/+32
|\ \ \ | |/ / |/| |
| * | Avoid leaking secrets into config logging.Eoghan Glynn2012-03-222-7/+32
| |/
* / Add auth_str_equal() to common utils.Russell Bryant2012-03-192-0/+30
|/
* Merge "Fix bug 954488"Jenkins2012-03-141-1/+1
|\
| * Fix bug 954488Joe Gordon2012-03-131-1/+1
* | Import cfg module directly if not in pathJason Kölker2012-03-091-4/+27
|/
* fix restructuredtext formatting in docstringsDoug Hellmann2012-03-091-20/+23
* Add ConfigOpts.print_help()Mark McLoughlin2012-02-222-0/+14
* Promote more complete support for ISO 8601 time.Eoghan Glynn2012-02-203-5/+131
* cfg: fix a small comment typoZhongyue Luo2012-02-201-1/+1
* Merge changes I71d99f00,Ib91b5af0Jenkins2012-02-203-11/+77
|\
| * Add git changelog method.Monty Taylor2012-02-093-11/+50
| * Add git vcsversion method.Monty Taylor2012-02-091-0/+27
* | Merge "Use default values for requirements parsing."Jenkins2012-02-201-5/+2
|\ \
| * | Use default values for requirements parsing.Monty Taylor2012-02-091-5/+2
| |/
* | cfg: unneeded multiple inheritanceZhongyue Luo2012-02-121-2/+2
* | PEP8 cleanup (openstack-common)Zhongyue Luo2012-02-117-33/+32
* | Merge "Disable ConfigParser interpolation (lp#930270)"Jenkins2012-02-102-1/+13
|\ \
| * | Disable ConfigParser interpolation (lp#930270)Mark McLoughlin2012-02-102-1/+13
| |/
* / Backslash continuations (misc.)Zhongyue Luo2012-02-101-25/+20
|/
* Merge "Updated tox config for multi-python testing."Jenkins2012-02-098-34/+111
|\
| * Updated tox config for multi-python testing.Monty Taylor2012-02-068-34/+111
* | Merge "Split functions to avoid eventlet import."Jenkins2012-02-093-19/+44
|\|
| * Split functions to avoid eventlet import.Monty Taylor2012-02-063-19/+44
* | fix namespace declarationJason Kölker2012-02-081-0/+1
|/
* Implements blueprint separate-nova-volumeapiAnthony Young2012-02-021-4/+4
* Makes common/cfg.py raise AttributeErrorVishvananda Ishaya2012-02-022-1/+6
* PEP8 type comparison cleanuplzyeval2012-02-021-1/+1
* Add the Mapping interface to cfg.ConfigOptsMark McLoughlin2012-01-272-11/+73
* Re-factor update.py to avoid breaking testsMark McLoughlin2012-01-271-56/+74
* Add a script to copy code into other projectsMark McLoughlin2012-01-261-0/+157
* Pull openstack.nose_plugin from pypiJason Kölker2012-01-231-2/+1
* Merge "Add support to cfg for disabling interspersed args"Jenkins2012-01-232-0/+53
|\
| * Add support to cfg for disabling interspersed argsMark McLoughlin2012-01-232-0/+53
* | Add cfg test case for recursive substitutionMark McLoughlin2012-01-231-0/+8
|/
* Get cfg test cases to 100%Mark McLoughlin2012-01-121-5/+91
* Add cfg test case for exceptions' __str__ methodsMark McLoughlin2012-01-121-0/+39
* Fix some cfg test case naming conflictsMark McLoughlin2012-01-121-18/+18
* Add new cfg moduleMark McLoughlin2012-01-102-0/+1908
* Merge pull request #3 from emonty/masterJason Kölker2012-01-065-104/+23
|\
| * Updated README with instructions.Monty Taylor2012-01-061-1/+11
| * Removed run_tests.sh in favor of tox.Monty Taylor2012-01-061-103/+0