summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update ensure()/reconnect() to catch MessagingError2014.1Russell Bryant2014-04-091-3/+3
* Merge "Script for running unit tests in other projects"2014.1.rc1Jenkins2014-04-031-0/+91
|\
| * Script for running unit tests in other projectsDoug Hellmann2014-03-271-0/+91
* | Merge "Support copying scripts outside of modules"Jenkins2014-04-031-5/+27
|\ \ | |/
| * Support copying scripts outside of modulesDoug Hellmann2014-03-271-5/+27
* | Ignore migrate versioning tables in utf8 sanity checkMorgan Fainberg2014-04-022-2/+22
* | Fix config-dir for middleware testsDoug Hellmann2014-04-021-3/+2
* | urlsplit issues with IPv6 addresses in python26Davanum Srinivas2014-03-272-1/+56
|/
* Merge "Adds test condition in test_periodic"Jenkins2014-03-261-7/+22
|\
| * Adds test condition in test_periodicZhongyue Luo2014-03-261-7/+22
* | Merge "Qpid: advance thru the list of brokers on reconnect"Jenkins2014-03-262-3/+40
|\ \
| * | Qpid: advance thru the list of brokers on reconnectIhar Hrachyshka2014-03-262-3/+40
* | | Merge "RabbitMQ: advance thru the list of brokers on reconnect"Jenkins2014-03-262-2/+38
|\ \ \
| * | | RabbitMQ: advance thru the list of brokers on reconnectIhar Hrachyshka2014-02-112-2/+38
| |/ /
* | | Merge "Don't store the request ID value in middleware as class variable"Jenkins2014-03-261-6/+9
|\ \ \ | |_|/ |/| |
| * | Don't store the request ID value in middleware as class variableChris Buccella2014-03-251-6/+9
* | | Merge "Revert setting oslo-incubator logs to INFO"Jenkins2014-03-251-1/+0
|\ \ \
| * | | Revert setting oslo-incubator logs to INFOJoe Gordon2014-03-241-1/+0
* | | | Merge "Make table utf-8 charset checking be optional for DB migration"Jenkins2014-03-252-2/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Make table utf-8 charset checking be optional for DB migrationZhi Yan Liu2014-03-192-2/+17
| |/ /
* | | Set default log levels for oslo.messaging and oslo-incubatorJoe Gordon2014-03-242-1/+3
* | | Merge "Fix Keystone doc build errors with SQLAlchemy 0.9"Jenkins2014-03-241-6/+6
|\ \ \
| * | | Fix Keystone doc build errors with SQLAlchemy 0.9Brant Knudson2014-03-231-6/+6
* | | | Merge "Updated from global requirements"OpenStack Jenkins2014-03-242-2/+2
|\ \ \ \
| * | | | Updated from global requirementsOpenStack Jenkins2014-03-242-2/+2
* | | | | Merge "Fix sqlalchemy utils test cases for SA 0.9.x"Jenkins2014-03-241-21/+36
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Fix sqlalchemy utils test cases for SA 0.9.xRoman Podoliaka2014-03-241-21/+36
| |/ /
* | | Merge "Set sql_mode callback on connect instead of checkout"Jenkins2014-03-212-7/+28
|\ \ \ | |/ / |/| |
| * | Set sql_mode callback on connect instead of checkoutBen Nemec2014-03-122-7/+28
* | | Merge "save_and_reraise_exception: make logging respect the reraise parameter"Jenkins2014-03-182-14/+48
|\ \ \
| * | | save_and_reraise_exception: make logging respect the reraise parameterOleg Bondarev2014-03-172-14/+48
* | | | Merge "Python3: enable test_jsonutils.py"Jenkins2014-03-182-2/+12
|\ \ \ \
| * | | | Python3: enable test_jsonutils.pyCyril Roelandt2014-03-132-2/+12
* | | | | Merge "Python3: do not use contextlib.nested()"Jenkins2014-03-182-13/+8
|\ \ \ \ \
| * | | | | Python3: do not use contextlib.nested()Cyril Roelandt2014-03-132-13/+8
| |/ / / /
* | | | | Merge "Remove redundant test cases in test_imageutils"Jenkins2014-03-181-128/+5
|\ \ \ \ \
| * | | | | Remove redundant test cases in test_imageutilsZhongyue Luo2014-03-171-128/+5
| | |/ / / | |/| | |
* | | | | Merge "Dispose db connections pool on disconnect"Jenkins2014-03-182-5/+17
|\ \ \ \ \
| * | | | | Dispose db connections pool on disconnectRoman Podoliaka2014-03-182-5/+17
* | | | | | Merge "Return the thread created in consume_in_thread"Jenkins2014-03-181-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Return the thread created in consume_in_threadCarl Baldwin2014-03-171-1/+1
* | | | | | Improve update.py docstringBen Nemec2014-03-171-2/+8
* | | | | | Merge "Fix test_quota.py on Python 3"Jenkins2014-03-172-3/+4
|\ \ \ \ \ \
| * | | | | | Fix test_quota.py on Python 3Victor Stinner2014-03-142-3/+4
| | |/ / / / | |/| | | |
* | | | | | Merge "Python3: pass bytes as 'contents' to create_tempfiles()"Jenkins2014-03-172-18/+19
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Python3: pass bytes as 'contents' to create_tempfiles()Cyril Roelandt2014-03-142-18/+19
| | |/ / / | |/| | |
* | | | | Re-raise exception of unloadable libraryMehdi Abaakouk2014-03-134-0/+30
|/ / / /
* | | | Merge "Updated from global requirements"OpenStack Jenkins2014-03-132-4/+4
|\ \ \ \
| * | | | Updated from global requirementsOpenStack Jenkins2014-03-112-4/+4
* | | | | Merge "Python3: define a __next__() method for ModelBase"Jenkins2014-03-131-2/+6
|\ \ \ \ \