summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge "Bump to using SQLAlchemy migrate 0.8.2"2014.1.b1Jenkins2013-12-031-1/+1
|\
| * Bump to using SQLAlchemy migrate 0.8.2Chang Bo Guo2013-11-301-1/+1
* | Merge "Use six.iteritems for python 3.3 support in apiclient module"Jenkins2013-12-032-3/+3
|\ \
| * | Use six.iteritems for python 3.3 support in apiclient moduleNoorul Islam K M2013-11-282-3/+3
* | | Merge "matchmaker_redis compatibility with redis-py 2.4"Jenkins2013-12-031-1/+1
|\ \ \
| * | | matchmaker_redis compatibility with redis-py 2.4Pavel Kirpichyov2013-11-051-1/+1
* | | | Merge "Remove authutils"Jenkins2013-12-033-74/+0
|\ \ \ \
| * | | | Remove authutilsJulien Danjou2013-12-023-74/+0
* | | | | Merge "Properly reconnect subscribing clients when QPID broker restarts"Jenkins2013-12-032-29/+9
|\ \ \ \ \
| * | | | | Properly reconnect subscribing clients when QPID broker restartsKenneth Giusti2013-12-032-29/+9
* | | | | | Merge "Remove the context middleware"Jenkins2013-12-033-135/+0
|\ \ \ \ \ \
| * | | | | | Remove the context middlewareJulien Danjou2013-12-023-135/+0
| | |/ / / / | |/| | | |
* | | | | | Merge "Drop dependency on processutils from oslo db code"Jenkins2013-12-031-4/+5
|\ \ \ \ \ \
| * | | | | | Drop dependency on processutils from oslo db codeVictor Sergeyev2013-12-021-4/+5
* | | | | | | Merge "Fix locking in migration tests"Jenkins2013-12-032-3/+5
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix locking in migration testsBen Nemec2013-12-022-3/+5
| |/ / / / /
* | | | | | Merge "Adding domain to context and log"Jenkins2013-12-023-6/+62
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Adding domain to context and logDavanum Srinivas2013-12-023-6/+62
* | | | | | Merge "Incorporating MIT licensed code"Jenkins2013-12-022-1/+31
|\ \ \ \ \ \
| * | | | | | Incorporating MIT licensed codeLucas Alvares Gomes2013-12-022-1/+31
| | |/ / / / | |/| | | |
* | | | | | Merge "Drop dependency on fileutils from oslo db tests"Jenkins2013-12-022-18/+14
|\ \ \ \ \ \
| * | | | | | Drop dependency on fileutils from oslo db testsVictor Sergeyev2013-11-292-18/+14
| | |_|_|_|/ | |/| | | |
* | | | | | Merge "Typos fix in db and periodic_task module"Jenkins2013-12-022-5/+5
|\ \ \ \ \ \
| * | | | | | Typos fix in db and periodic_task moduleTianhua Huang2013-12-022-5/+5
| |/ / / / /
* | | | | | Merge "Use log.warning() instead of log.warn() in oslo.db"Jenkins2013-12-022-3/+3
|\ \ \ \ \ \
| * | | | | | Use log.warning() instead of log.warn() in oslo.dbVictor Sergeyev2013-11-262-3/+3
* | | | | | | Merge "Run coverage tests with --concurrency=1 too"Jenkins2013-12-021-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Run coverage tests with --concurrency=1 tooIlya Pekelny2013-12-021-1/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "Mark rootwrap as graduating"Jenkins2013-12-021-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Mark rootwrap as graduatingDoug Hellmann2013-12-021-1/+1
* | | | | | | | Merge "fix typo in db session docstring"Jenkins2013-12-021-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fix typo in db session docstringSteven Hardy2013-11-281-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge "Mark rpc,notifier,zmq as Obsolete"Jenkins2013-12-021-3/+3
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Mark rpc,notifier,zmq as ObsoleteRussell Bryant2013-12-021-3/+3
* | | | | | | | Add a graduating status for projectsDoug Hellmann2013-12-021-0/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Only pass non-None sortby to PrettyTable.get_stringEoghan Glynn2013-12-022-4/+4
| |_|/ / / / |/| | | | |
* | | | | | Replace data structures' attribute with six moduleChang Bo Guo2013-11-296-9/+13
| |_|_|/ / |/| | | |
* | | | | Merge "Unify different names between Python2/3 with six.moves"Jenkins2013-11-287-9/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Unify different names between Python2/3 with six.movesChang Bo Guo2013-11-267-9/+13
| | |/ / | |/| |
* | | | Remove build from MAINTAINERSJulien Danjou2013-11-271-7/+0
* | | | Merge "Use py3kcompat urlutils functions instead of urlparse"Jenkins2013-11-264-7/+9
|\ \ \ \
| * | | | Use py3kcompat urlutils functions instead of urlparseNoorul Islam K M2013-11-234-7/+9
* | | | | Added opportunistic DB test casesPekelny Ilya2013-11-261-0/+62
* | | | | The ability to run tests at various backendPekelny Ilya2013-11-266-13/+270
| |/ / / |/| | |
* | | | Merge "Replace removed items in Python3"Jenkins2013-11-263-4/+6
|\ \ \ \
| * | | | Replace removed items in Python3Chang Bo Guo2013-11-253-4/+6
* | | | | Merge "Don't log to stdout when log_dir is set"Jenkins2013-11-252-1/+12
|\ \ \ \ \
| * | | | | Don't log to stdout when log_dir is setDavanum Srinivas2013-11-242-1/+12
| |/ / / /
* | | | | Remove vim headerJoe Gordon2013-11-25192-372/+0
|/ / / /
* | | | Remove uuidutils imports in oslo modulesZhongyue Luo2013-11-223-9/+10
|/ / /