summaryrefslogtreecommitdiffstats
path: root/openstack/common
Commit message (Expand)AuthorAgeFilesLines
* Add impl_zmq to rpc.Russell Bryant2012-06-112-0/+718
* Merge "Use 'is not None' instead of '!= None'"Jenkins2012-06-111-3/+3
|\
| * Use 'is not None' instead of '!= None'Johannes Erdfelt2012-06-081-3/+3
* | Make jsonutils.dumps more generalZhongyue Luo2012-06-081-2/+2
|/
* Merge "Add nova time util functions to timeutils"Jenkins2012-06-081-0/+35
|\
| * Add nova time util functions to timeutilsZhongyue Luo2012-06-061-0/+35
* | Merge "Add support to include config aliases"Jenkins2012-06-081-15/+56
|\ \
| * | Add support to include config aliasesJoe Gordon2012-06-061-15/+56
* | | Handle xmlrpclib.DateTime types when serializing to JSONJohannes Erdfelt2012-06-071-0/+7
* | | Merge "Add rpc to openstack-common."Jenkins2012-06-079-0/+3025
|\ \ \
| * | | Add rpc to openstack-common.Russell Bryant2012-06-069-0/+3025
| |/ /
* / / Adds support for bol and eol spaces to ini filesVishvananda Ishaya2012-06-061-1/+4
|/ /
* | Revert "Add a load function wrapper to jsonutils"Russell Bryant2012-06-061-8/+3
* | Add gettext support.Russell Bryant2012-06-061-0/+33
|/
* Replace datetime.utcnow with timeutils.utcnowZhongyue Luo2012-06-051-1/+1
* Merge "Create testutils with skip decorators."Jenkins2012-06-051-0/+68
|\
| * Create testutils with skip decorators.Russell Bryant2012-06-041-0/+68
* | Common-ize policies.Kevin L. Mitchell2012-06-041-0/+238
|/
* Add a load function wrapper to jsonutilsZhongyue Luo2012-06-041-3/+8
* cfg: add a global CONF objectMark McLoughlin2012-05-291-0/+19
* cfg: add generators for iterating over all optionsMark McLoughlin2012-05-291-28/+24
* cfg: move constructor args to __call__() argsMark McLoughlin2012-05-291-71/+128
* Added support for proper bare URLs.Monty Taylor2012-05-251-0/+17
* Backslash continuation removal (common folsom-1)Zhongyue Luo2012-05-191-4/+4
* Create openstack.common.jsonutils.Russell Bryant2012-05-151-0/+133
* Alphabetize imports in openstack/common/cfg.pyJoe Gordon2012-05-141-1/+1
* cfg: make reset() clear defaults and overridesMark McLoughlin2012-05-121-4/+20
* Merge "cfg: automatically create option groups"Jenkins2012-05-101-8/+18
|\
| * cfg: automatically create option groupsMark McLoughlin2012-05-101-8/+18
* | Merge "cfg: allow options to be marked as required"Jenkins2012-05-101-2/+47
|\ \
| * | cfg: allow options to be marked as requiredMark McLoughlin2012-05-101-2/+47
| |/
* / cfg: use a list comprehension instead of map()Mark McLoughlin2012-05-101-1/+1
|/
* Encapsulate common sdist actions into a cmdclass.Monty Taylor2012-05-061-0/+37
* Truly handle mailmap entries for all combinations.Bhuvan Arumugam2012-05-041-1/+2
* Merge "Add save_and_reraise_exception()."Jenkins2012-05-021-0/+49
|\
| * Add save_and_reraise_exception().Russell Bryant2012-05-021-0/+49
* | Merge "Remove common.exception from common.importutils."Jenkins2012-05-021-3/+1
|\ \
| * | Remove common.exception from common.importutils.Russell Bryant2012-05-021-3/+1
| |/
* | Merge "New ConfigOpts.find_file() for locating conf files"Jenkins2012-05-021-18/+78
|\ \ | |/ |/|
| * New ConfigOpts.find_file() for locating conf filesMark McLoughlin2012-05-011-18/+78
* | Merge "Support for directory source of config files"Jenkins2012-05-011-16/+44
|\|
| * Support for directory source of config filesEoghan Glynn2012-04-301-16/+44
* | Merge "Update exception from importutils.import_class()."Jenkins2012-04-301-2/+3
|\ \
| * | Update exception from importutils.import_class().Russell Bryant2012-04-281-2/+3
| |/
* / Handle authors existed before VCS was around.Bhuvan Arumugam2012-04-301-7/+12
|/
* Provide file extension when when looking for filesBrian Waldon2012-04-261-5/+6
* Some refactoring of the cfg cacheMark McLoughlin2012-04-241-34/+12
* Add caching to openstack.common.cfgYuriy Taraday2012-04-241-7/+60
* Add AUTHORS generation function.Bhuvan Arumugam2012-04-121-1/+14
* Change behavior in utils.import_object().Russell Bryant2012-04-113-23/+48