summaryrefslogtreecommitdiffstats
path: root/openstack/common
Commit message (Expand)AuthorAgeFilesLines
* Add AUTHORS generation function.Bhuvan Arumugam2012-04-121-1/+14
* Change behavior in utils.import_object().Russell Bryant2012-04-113-23/+48
* Move auth_str_equal() to a new authutils module.Russell Bryant2012-04-112-24/+44
* Merge "Create openstack.common.timeutils."Jenkins2012-04-112-49/+73
|\
| * Create openstack.common.timeutils.Russell Bryant2012-04-042-49/+73
* | Merge "Add generic PasteDeploy app and filter factories"Jenkins2012-04-041-0/+164
|\ \ | |/ |/|
| * Add generic PasteDeploy app and filter factoriesMark McLoughlin2012-03-261-0/+164
* | Merge "Add greenthread local storage model from nova"Jenkins2012-04-041-0/+37
|\|
| * Add greenthread local storage model from novaMark McLoughlin2012-03-161-0/+37
* | Merge "Make 'yes' also a true boolean"Jenkins2012-03-301-2/+2
|\ \
| * | Make 'yes' also a true booleanSean Dague2012-03-221-2/+2
* | | Typofix, OptionGroup should be OptGroup.Rick Harris2012-03-291-2/+2
* | | Use absolute import for iniparser.Rick Harris2012-03-281-1/+1
|/ /
* | Merge "Finish implementing MultiStrOpt"Jenkins2012-03-222-27/+232
|\ \
| * | Finish implementing MultiStrOptJohannes Erdfelt2012-03-222-27/+232
* | | Merge "Avoid leaking secrets into config logging."Jenkins2012-03-221-4/+23
|\ \ \ | |/ / |/| |
| * | Avoid leaking secrets into config logging.Eoghan Glynn2012-03-221-4/+23
| |/
* / Add auth_str_equal() to common utils.Russell Bryant2012-03-191-0/+24
|/
* Fix bug 954488Joe Gordon2012-03-131-1/+1
* fix restructuredtext formatting in docstringsDoug Hellmann2012-03-091-20/+23
* Add ConfigOpts.print_help()Mark McLoughlin2012-02-221-0/+4
* Promote more complete support for ISO 8601 time.Eoghan Glynn2012-02-201-3/+20
* cfg: fix a small comment typoZhongyue Luo2012-02-201-1/+1
* Merge changes I71d99f00,Ib91b5af0Jenkins2012-02-201-4/+44
|\
| * Add git changelog method.Monty Taylor2012-02-091-4/+17
| * Add git vcsversion method.Monty Taylor2012-02-091-0/+27
* | cfg: unneeded multiple inheritanceZhongyue Luo2012-02-121-2/+2
* | PEP8 cleanup (openstack-common)Zhongyue Luo2012-02-113-23/+23
* | Merge "Disable ConfigParser interpolation (lp#930270)"Jenkins2012-02-101-1/+1
|\ \
| * | Disable ConfigParser interpolation (lp#930270)Mark McLoughlin2012-02-101-1/+1
| |/
* / Backslash continuations (misc.)Zhongyue Luo2012-02-101-25/+20
|/
* Updated tox config for multi-python testing.Monty Taylor2012-02-061-0/+45
* Split functions to avoid eventlet import.Monty Taylor2012-02-062-18/+42
* Implements blueprint separate-nova-volumeapiAnthony Young2012-02-021-4/+4
* Makes common/cfg.py raise AttributeErrorVishvananda Ishaya2012-02-021-1/+1
* PEP8 type comparison cleanuplzyeval2012-02-021-1/+1
* Add the Mapping interface to cfg.ConfigOptsMark McLoughlin2012-01-271-11/+44
* Add support to cfg for disabling interspersed argsMark McLoughlin2012-01-231-0/+41
* Add new cfg moduleMark McLoughlin2012-01-101-0/+1124
* import should not return an instance of the classJason Kölker2011-12-021-2/+1
* use isinstance and types.*Jason Kölker2011-12-011-2/+2
* 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
* Merge commit '99b2c6c202b1ec450e5f7bc1c4080f8c36773376'Jason Kölker2011-11-011-6/+14
|\
| * Rajaram/Vinkesh|Default xmlns for extension serialization can be overriden, a...Rajaram Mallya2011-09-091-6/+14
* | merge in upstreamJason Kölker2011-11-014-70/+968
|\|
| * Rajaram/Vinkesh | Copied tests for wsgi from nova. Added default content/acce...Rajaram Mallya2011-09-083-123/+146
| * Rajaram/Vinkesh | Fixed the extension bug where custom collection actions' ro...Rajaram Mallya2011-09-071-15/+33
| * Vinkesh/Rajaram|Added nova's extension framework into common and tests for itRajaram Mallya2011-09-071-0/+505
| * Rajaram/Vinkesh|Added nova's serializaiton classes into commonRajaram Mallya2011-09-072-67/+419