summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make update.py work with oslo.configDoug Hellmann2013-02-181-0/+9
* Merge "Bump eventlet to 0.12.0"Jenkins2013-02-181-1/+1
|\
| * Bump eventlet to 0.12.0Eric Windisch2013-02-011-1/+1
* | Use oslo-config-2013.1b3Mark McLoughlin2013-02-1747-3858/+67
* | Change the check for the existence of .git directory.Robert Myers2013-02-152-5/+9
* | returncode for Popen is valid only after communicate callDavanum Srinivas2013-02-151-1/+1
* | Merge "Fix Lack of reconnecting operation when using rabbitmq mirrored queue"Jenkins2013-02-141-1/+2
|\ \
| * | Fix Lack of reconnecting operation when using rabbitmq mirrored queueKei Masumoto2013-02-131-1/+2
* | | Merge "Cleanup docstring and print in install_venv_common"Jenkins2013-02-141-2/+2
|\ \ \
| * | | Cleanup docstring and print in install_venv_commonMatthew Treinish2013-02-111-2/+2
* | | | Merge "Add join_consumer_pool() to RPC connections"Jenkins2013-02-147-8/+188
|\ \ \ \
| * | | | Add join_consumer_pool() to RPC connectionsDoug Hellmann2013-02-137-8/+188
| | |/ / | |/| |
* | | | Merge "Cleanup imports"Jenkins2013-02-141-3/+0
|\ \ \ \
| * | | | Cleanup importsEric Windisch2013-02-141-3/+0
* | | | | Merge "Rename oslo-zmq-receiver to oslo-rpc-zmq-receiver"Jenkins2013-02-141-0/+0
|\| | | |
| * | | | Rename oslo-zmq-receiver to oslo-rpc-zmq-receiverEric Windisch2013-02-141-0/+0
| | |/ / | |/| |
* | | | Don't use subprocess for testing excepthookJason Kölker2013-02-131-18/+18
| |/ / |/| |
* | | Merge "sort options to make --help output prettier"Jenkins2013-02-131-1/+1
|\ \ \
| * | | sort options to make --help output prettierYAMAMOTO Takashi2013-02-131-1/+1
| |/ /
* / / to_primitive imposes what seems to be an arbitary data structurePhil Day2013-02-122-3/+36
|/ /
* | Merge "Allow running test in uninstalled source tree."Jenkins2013-02-112-7/+7
|\ \
| * | Allow running test in uninstalled source tree.Monty Taylor2013-02-102-7/+7
* | | Merge "Support testing args for LocalhostMatchMaker."Jenkins2013-02-113-9/+12
|\ \ \
| * | | Support testing args for LocalhostMatchMaker.Eric Windisch2013-02-103-9/+12
* | | | Merge "Add a fixture for dealing with mock patching."Jenkins2013-02-111-0/+51
|\ \ \ \
| * | | | Add a fixture for dealing with mock patching.Monty Taylor2013-02-071-0/+51
* | | | | Merge "Update .coveragerc"Jenkins2013-02-111-0/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Update .coveragercAlessio Ababilov2013-02-061-0/+6
* | | | | Merge "Implements import_group"Jenkins2013-02-093-0/+56
|\ \ \ \ \
| * | | | | Implements import_groupZhongyue Luo2013-01-313-0/+56
| | |_|_|/ | |/| | |
* | | | | Merge "Update HACKING.rst per recent changes"Jenkins2013-02-092-4/+11
|\ \ \ \ \
| * | | | | Update HACKING.rst per recent changesZhongyue Luo2013-02-042-4/+11
| | |_|_|/ | |/| | |
* | | | | Merge "Exchanges should return directed topics."Jenkins2013-02-082-4/+24
|\ \ \ \ \
| * | | | | Exchanges should return directed topics.Eric Windisch2013-02-012-4/+24
| | |/ / / | |/| | |
* | | | | Merge "Allow to_primitive to ignore datetimes"Jenkins2013-02-082-21/+17
|\ \ \ \ \
| * | | | | Allow to_primitive to ignore datetimesJoe Gordon2013-02-072-21/+17
* | | | | | Use importutils.try_import() for MySQLdbMark McLoughlin2013-02-072-12/+8
* | | | | | Fix sorting in test-requiresMark McLoughlin2013-02-071-1/+1
* | | | | | Minor tweak to make update.py happyMark McLoughlin2013-02-072-2/+2
* | | | | | Remove pointless use of OpenStackExceptionMark McLoughlin2013-02-071-2/+1
* | | | | | Remove unused context from test_sqlalchemyMark McLoughlin2013-02-071-2/+0
* | | | | | Remove openstack.common.db.commonMark McLoughlin2013-02-074-61/+30
* | | | | | Provide creating real unique constraints for columnsBoris Pavlovic2013-02-072-4/+4
* | | | | | Fix missing wrap_db_error for Session.execute() methodBoris Pavlovic2013-02-072-0/+67
* | | | | | Fix eventlet/mysql db pooling codeBrian Elliott2013-02-071-3/+17
* | | | | | Add missing DBDuplicateEntryMark McLoughlin2013-02-071-0/+7
| |_|_|_|/ |/| | | |
* | | | | Add support for directly stringifying VersionInfo.Monty Taylor2013-02-071-0/+8
* | | | | Merge "timeutils: considers that now is soon"Jenkins2013-02-062-7/+12
|\ \ \ \ \
| * | | | | timeutils: considers that now is soonJulien Danjou2013-01-312-7/+12
* | | | | | Merge "Emit a warning if RPC calls made with lock."Jenkins2013-02-064-59/+130
|\ \ \ \ \ \