summaryrefslogtreecommitdiffstats
path: root/openstack/common
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Switch common files to using jsonutils.Andrew Bogott2012-07-037-19/+20
| | |_|/ / | |/| | |
* | | | | Fix up pre-versioning based on testing in glance.Monty Taylor2012-07-091-7/+15
* | | | | Add a new module for use in consuming versioninfo.Monty Taylor2012-07-081-0/+106
* | | | | Move get_context_from_function_and_args() to context.pyAndrew Bogott2012-07-033-21/+18
|/ / / /
* | | | Merge "Fix missing RPCException from raise"Jenkins2012-07-021-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix missing RPCException from raiseEric Windisch2012-06-281-1/+1
* | | | Merge "Pass in stream as positional argument to StreamHandler."Jenkins2012-07-021-1/+3
|\ \ \ \
| * | | | Pass in stream as positional argument to StreamHandler.Andrew Bogott2012-06-271-1/+3
* | | | | Fix mailmap.Joe Gordon2012-06-281-1/+2
| |/ / / |/| | |
* | | | Split read_versioninfo into a method.Monty Taylor2012-06-261-4/+17
|/ / /
* | | Merge "Add common logging and notification."Jenkins2012-06-269-0/+866
|\ \ \ | |_|/ |/| |
| * | Add common logging and notification.Andrew Bogott2012-06-259-0/+866
* | | Merge "Add missing gettextutils imports"Jenkins2012-06-252-0/+2
|\ \ \
| * | | Add missing gettextutils importsDoug Hellmann2012-06-222-0/+2
* | | | Add support for tag based versioning.Monty Taylor2012-06-241-24/+96
| |/ / |/| |
* | | Merge "Skip argparse when injecting requirements."Jenkins2012-06-221-0/+5
|\ \ \ | |/ / |/| |
| * | Skip argparse when injecting requirements.Dan Prince2012-06-201-0/+5
* | | Avoid erroneous "Unsupported RPC Version" message if method is missingDan Smith2012-06-211-2/+8
* | | Merge "Added dictify() and uuids to the common request context."Jenkins2012-06-211-1/+27
|\ \ \
| * | | Added dictify() and uuids to the common request context.Andrew Bogott2012-06-201-1/+27
| |/ /
* / / Call exception on the logger, not the logging module.Russell Bryant2012-06-201-1/+1
|/ /
* / Fix import usage in AMQP for rpc.commonJulien Danjou2012-06-201-1/+1
|/
* Merge "Fix nova.rpc references in comments."Jenkins2012-06-192-14/+18
|\
| * Fix nova.rpc references in comments.Russell Bryant2012-06-132-14/+18
* | Merge "add import_object_ns function"Jenkins2012-06-181-0/+13
|\ \
| * | add import_object_ns functionSean Dague2012-06-141-0/+13
* | | Merge "rpc: Update rpc_backend handling."Jenkins2012-06-181-2/+8
|\ \ \ | | |/ | |/|
| * | rpc: Update rpc_backend handling.Russell Bryant2012-06-131-2/+8
* | | Update common code to support pep 1.3.Gary Kotton2012-06-1814-247/+248
* | | Merge "Add missing ack to impl_qpid."Jenkins2012-06-151-1/+6
|\| |
| * | Add missing ack to impl_qpid.Russell Bryant2012-06-131-1/+6
| |/
* / Add autodoc generation to the build_sphinx commandMonty Taylor2012-06-141-0/+52
|/
* Merge "Add impl_zmq to rpc."Jenkins2012-06-122-0/+718
|\
| * Add impl_zmq to rpc.Russell Bryant2012-06-112-0/+718
* | Merge "Fix utcnow_ts to return UTC timestamp"Jenkins2012-06-121-1/+2
|\ \ | |/ |/|
| * Fix utcnow_ts to return UTC timestampZhongyue Luo2012-06-111-1/+2
* | 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