summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix password leak from ProcessExecution errorshavana-eolstable/havanaTristan Cacqueray2014-09-124-11/+405
* Set python hash seed to 0 in tox.iniClark Boylan2014-08-211-1/+1
* On Python <= 2.6, use simplejson if availableIhar Hrachyshka2014-08-051-1/+12
* Enforce unicode json output for jsonutils.load[s]()Ihar Hrachyshka2014-08-053-9/+55
* jsonutils.load() accepts file pointer, not stringIhar Hrachyshka2014-08-051-2/+2
* remove token from notifier middlewareGordon Chung2014-06-172-3/+10
* Ensure routing key is specified in the address for a direct producerKenneth Giusti2014-06-111-1/+1
* Merge "Update ensure()/reconnect() to catch MessagingError" into stable/havanaJenkins2014-04-151-3/+3
|\
| * Update ensure()/reconnect() to catch MessagingErrorRussell Bryant2014-04-091-3/+3
* | Fix config-dir for middleware testsDoug Hellmann2014-04-091-3/+3
|/
* Merge "Qpid: advance thru the list of brokers on reconnect" into stable/havanaJenkins2014-03-272-3/+40
|\
| * Qpid: advance thru the list of brokers on reconnectIhar Hrachyshka2014-03-262-3/+40
* | RabbitMQ: advance thru the list of brokers on reconnectIhar Hrachyshka2014-03-262-2/+38
|/
* User a more accurate max_delay for reconnectsFlavio Percoco2014-03-241-1/+1
* Use multiprocessing.Event to ensure services have startedFlavio Percoco2014-03-243-28/+19
* Don't raise MySQL 2013 'Lost connection' errorsFlavio Percoco2014-02-061-1/+1
* Have tox install via setup.py developJeremy Stanley2013-12-151-0/+4
* Pin sphinx to <1.2Chang Bo Guo2013-12-141-1/+1
* Create a shared queue for QPID topic consumersKenneth Giusti2013-12-062-7/+14
* Properly reconnect subscribing clients when QPID broker restartsKenneth Giusti2013-12-052-29/+9
* Add db2 communication error code when check the db connectiongengjh2013-10-271-1/+2
* Open stable/havanaThierry Carrez2013-10-172-1/+2
* Make Messages unicode before hitting logging2013.2.rc12013.2Matt Odden2013-10-012-0/+21
* Merge "Removed calls to locals()"Jenkins2013-09-303-4/+7
|\
| * Removed calls to locals()Alex Gaynor2013-09-293-4/+7
* | Ensure that Message objects will be sent via RPC in unicode formatGary Kotton2013-09-262-0/+18
* | Merge "Adam Young as alternate Policy maintainer"Jenkins2013-09-251-0/+1
|\ \
| * | Adam Young as alternate Policy maintainerAdam Young2013-09-231-0/+1
* | | Merge "Require oslo.config 1.2.0 final"Jenkins2013-09-241-3/+1
|\ \ \
| * | | Require oslo.config 1.2.0 finalMark McLoughlin2013-09-241-3/+1
* | | | Type check for Message param to avoid AttributeErrorLuis A. Garcia2013-09-242-3/+20
| |/ / |/| |
* | | Merge "Skip hidden files while traversion rootwrap filters"Jenkins2013-09-231-1/+2
|\ \ \ | |/ / |/| |
| * | Skip hidden files while traversion rootwrap filtersDirk Mueller2013-09-191-1/+2
* | | Merge "Keystone user can't perform revoke_token"Jenkins2013-09-232-2/+14
|\ \ \
| * | | Keystone user can't perform revoke_tokenArvind Tiwari2013-09-182-2/+14
* | | | Merge "Move comment in service.py to correct location"Jenkins2013-09-231-3/+3
|\ \ \ \
| * | | | Move comment in service.py to correct locationChristopher Lefelhocz2013-09-181-3/+3
| | |/ / | |/| |
* | | | Merge "Using NestedTempfile in new BaseTestCase class"Jenkins2013-09-221-0/+1
|\ \ \ \
| * | | | Using NestedTempfile in new BaseTestCase classSergey Kraynev2013-09-081-0/+1
| |/ / /
* | | | Merge "Adding instance_uuid to context and log"Jenkins2013-09-203-14/+24
|\ \ \ \
| * | | | Adding instance_uuid to context and logMichael Basnight2013-09-203-14/+24
* | | | | Merge "gettextutils: port to Python 3"Jenkins2013-09-202-28/+49
|\ \ \ \ \
| * | | | | gettextutils: port to Python 3Julien Danjou2013-09-202-28/+49
| | |/ / / | |/| | |
* | | | | Merge "Make run_tests.sh identify requirements correctly"Jenkins2013-09-201-2/+1
|\ \ \ \ \
| * | | | | Make run_tests.sh identify requirements correctlyBob Ball2013-09-201-2/+1
| |/ / / /
* | | | | Fix timeutils.set_override_time not defaulting to current wall timekgriffs2013-09-192-2/+19
|/ / / /
* | | | Fix misused assertTrue in unit testsChang Bo Guo2013-09-173-14/+14
| |/ / |/| |
* | | Merge "Remove lxml from requirements"Jenkins2013-09-181-1/+0
|\ \ \
| * | | Remove lxml from requirementsVictor Sergeyev2013-08-231-1/+0
* | | | Merge "excutils: replace unicode by six.u"Jenkins2013-09-181-1/+1
|\ \ \ \