summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Added .gitreview file.Monty Taylor2012-01-061-0/+4
| * Added tissue support back in.Monty Taylor2012-01-062-0/+8
|/
* make sure a '_' function is availible for noseJason Kölker2012-01-041-0/+2
* Merge pull request #1 from emonty/masterJason Kölker2012-01-046-447/+20
|\
| * Use nose and tox.Monty Taylor2012-01-044-447/+0
| * Added pip-requires and tox.ini to run tests.Monty Taylor2012-01-042-0/+20
|/
* add some server testsJason Kölker2011-12-021-0/+20
* moar utils testsJason Kölker2011-12-021-0/+53
* import should not return an instance of the classJason Kölker2011-12-021-2/+1
* add utils testJason Kölker2011-12-011-0/+70
* use isinstance and types.*Jason Kölker2011-12-011-2/+2
* add context middleware testsJason Kölker2011-12-012-0/+79
* add more coverage to test_extensionsJason Kölker2011-12-011-1/+66
* add exceptions test coverageJason Kölker2011-12-011-0/+151
* add context 'tests'Jason Kölker2011-12-011-0/+27
* add more config testsJason Kölker2011-12-011-3/+61
* make fix_path a real function so it can be mock'dJason Kölker2011-12-011-1/+7
* remove unused importsJason Kölker2011-12-011-2/+0