summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Add simple rabbit driver unit test"Jenkins2013-07-312-0/+62
|\ \ | |/
| * Add simple rabbit driver unit testMark McLoughlin2013-07-272-0/+62
* | Merge "Temporarily add eventlet to requirements"Jenkins2013-07-311-0/+4
|\ \ | |/
| * Temporarily add eventlet to requirementsMark McLoughlin2013-07-271-0/+4
* | Merge "Add exception serialization tests"Jenkins2013-07-312-0/+327
|\ \
| * | Add exception serialization testsMark McLoughlin2013-07-262-0/+327
* | | Merge "Remove unused file"Jenkins2013-07-311-14/+0
|\ \ \
| * | | Remove unused fileMark McLoughlin2013-07-261-14/+0
* | | | Merge "Add unit tests for object pool"Jenkins2013-07-311-0/+124
|\ \ \ \
| * | | | Add unit tests for object poolMark McLoughlin2013-07-271-0/+124
* | | | | Merge "Remove only_free param to Pool.get()"Jenkins2013-07-311-6/+2
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Remove only_free param to Pool.get()Mark McLoughlin2013-07-271-6/+2
* | | | Add missing gettextutilsMark McLoughlin2013-07-272-0/+260
* | | | Connection pool bugfixMark McLoughlin2013-07-261-1/+1
* | | | Add test code for the rabbit driverMark McLoughlin2013-07-242-0/+91
* | | | Add initial rabbit driverMark McLoughlin2013-07-241-0/+317
|/ / /
* | | Don't call consume() each time iterconsume() is calledMark McLoughlin2013-07-241-5/+5
| |/ |/|
* | Remove use of gettextutilsMark McLoughlin2013-07-246-264/+10
* | Remove use of openstack.common.localMark McLoughlin2013-07-244-54/+4
* | Use stdlib loggingMark McLoughlin2013-07-247-568/+5
* | Port away from some eventlet infrastructureMark McLoughlin2013-07-242-12/+101
|/
* Don't register options with cfg.CONF at module importMark McLoughlin2013-07-243-6/+0
* Adjust imports in rabbit/qpid driversMark McLoughlin2013-07-244-23/+23
* Merge "Import some needed modules from oslo-incubator"Jenkins2013-07-245-0/+1006
|\
| * Import some needed modules from oslo-incubatorMark McLoughlin2013-07-235-0/+1006
* | Merge "Add oslo-incubator code unmodified"Jenkins2013-07-244-0/+2723
|\ \ | |/
| * Add oslo-incubator code unmodifiedMark McLoughlin2013-07-234-0/+2723
* | Merge "Make executor threads more robust"Jenkins2013-07-243-0/+101
|\ \ | |/
| * Make executor threads more robustMark McLoughlin2013-07-233-0/+101
* | Allow use of hacking 0.6.0 and fix min versionSergey Lukjanov2013-07-201-1/+1
|/
* Include docstrings in published docsMark McLoughlin2013-07-1010-10/+92
* Use oslo.sphinx and remove local copy of doc themeMark McLoughlin2013-07-1013-1230/+5
* Add some notesMark McLoughlin2013-06-242-12/+58
* Unit tests for notifierMark McLoughlin2013-06-241-0/+262
* Make test notifier usefulMark McLoughlin2013-06-241-5/+9
* Use lowercase priority in log notifierMark McLoughlin2013-06-241-1/+1
* Use lowercase priority in notifications topicMark McLoughlin2013-06-241-0/+1
* Handle case where no drivers configuredMark McLoughlin2013-06-241-1/+3
* Fix buglet in v2 messaging notifierMark McLoughlin2013-06-241-1/+1
* Make LOG private in notifierMark McLoughlin2013-06-241-4/+4
* Require a transport to construct a NotifierMark McLoughlin2013-06-241-20/+16
* Add serializer support to notifierMark McLoughlin2013-06-241-1/+8
* Rename context to ctxt in serializer APIMark McLoughlin2013-06-241-6/+6
* Rename context to ctxt in notify APIMark McLoughlin2013-06-245-28/+28
* Make Notifier public at top-levelMark McLoughlin2013-06-242-0/+5
* Docstrings for notifier APIMark McLoughlin2013-06-244-0/+106
* Fix notify drivers namespaceMark McLoughlin2013-06-241-1/+1
* Remove backwards compat entry point aliasesMark McLoughlin2013-06-241-5/+0
* Simplify public symbol exportsMark McLoughlin2013-06-2411-44/+59
* Use assertEqual() rather than assertEquals()Mark McLoughlin2013-06-176-26/+26