Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge "Add simple rabbit driver unit test" | Jenkins | 2013-07-31 | 2 | -0/+62 | |
|\ \ | |/ | ||||||
| * | Add simple rabbit driver unit test | Mark McLoughlin | 2013-07-27 | 2 | -0/+62 | |
* | | Merge "Temporarily add eventlet to requirements" | Jenkins | 2013-07-31 | 1 | -0/+4 | |
|\ \ | |/ | ||||||
| * | Temporarily add eventlet to requirements | Mark McLoughlin | 2013-07-27 | 1 | -0/+4 | |
* | | Merge "Add exception serialization tests" | Jenkins | 2013-07-31 | 2 | -0/+327 | |
|\ \ | ||||||
| * | | Add exception serialization tests | Mark McLoughlin | 2013-07-26 | 2 | -0/+327 | |
* | | | Merge "Remove unused file" | Jenkins | 2013-07-31 | 1 | -14/+0 | |
|\ \ \ | ||||||
| * | | | Remove unused file | Mark McLoughlin | 2013-07-26 | 1 | -14/+0 | |
* | | | | Merge "Add unit tests for object pool" | Jenkins | 2013-07-31 | 1 | -0/+124 | |
|\ \ \ \ | ||||||
| * | | | | Add unit tests for object pool | Mark McLoughlin | 2013-07-27 | 1 | -0/+124 | |
* | | | | | Merge "Remove only_free param to Pool.get()" | Jenkins | 2013-07-31 | 1 | -6/+2 | |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | ||||||
| * | | | Remove only_free param to Pool.get() | Mark McLoughlin | 2013-07-27 | 1 | -6/+2 | |
* | | | | Add missing gettextutils | Mark McLoughlin | 2013-07-27 | 2 | -0/+260 | |
* | | | | Connection pool bugfix | Mark McLoughlin | 2013-07-26 | 1 | -1/+1 | |
* | | | | Add test code for the rabbit driver | Mark McLoughlin | 2013-07-24 | 2 | -0/+91 | |
* | | | | Add initial rabbit driver | Mark McLoughlin | 2013-07-24 | 1 | -0/+317 | |
|/ / / | ||||||
* | | | Don't call consume() each time iterconsume() is called | Mark McLoughlin | 2013-07-24 | 1 | -5/+5 | |
| |/ |/| | ||||||
* | | Remove use of gettextutils | Mark McLoughlin | 2013-07-24 | 6 | -264/+10 | |
* | | Remove use of openstack.common.local | Mark McLoughlin | 2013-07-24 | 4 | -54/+4 | |
* | | Use stdlib logging | Mark McLoughlin | 2013-07-24 | 7 | -568/+5 | |
* | | Port away from some eventlet infrastructure | Mark McLoughlin | 2013-07-24 | 2 | -12/+101 | |
|/ | ||||||
* | Don't register options with cfg.CONF at module import | Mark McLoughlin | 2013-07-24 | 3 | -6/+0 | |
* | Adjust imports in rabbit/qpid drivers | Mark McLoughlin | 2013-07-24 | 4 | -23/+23 | |
* | Merge "Import some needed modules from oslo-incubator" | Jenkins | 2013-07-24 | 5 | -0/+1006 | |
|\ | ||||||
| * | Import some needed modules from oslo-incubator | Mark McLoughlin | 2013-07-23 | 5 | -0/+1006 | |
* | | Merge "Add oslo-incubator code unmodified" | Jenkins | 2013-07-24 | 4 | -0/+2723 | |
|\ \ | |/ | ||||||
| * | Add oslo-incubator code unmodified | Mark McLoughlin | 2013-07-23 | 4 | -0/+2723 | |
* | | Merge "Make executor threads more robust" | Jenkins | 2013-07-24 | 3 | -0/+101 | |
|\ \ | |/ | ||||||
| * | Make executor threads more robust | Mark McLoughlin | 2013-07-23 | 3 | -0/+101 | |
* | | Allow use of hacking 0.6.0 and fix min version | Sergey Lukjanov | 2013-07-20 | 1 | -1/+1 | |
|/ | ||||||
* | Include docstrings in published docs | Mark McLoughlin | 2013-07-10 | 10 | -10/+92 | |
* | Use oslo.sphinx and remove local copy of doc theme | Mark McLoughlin | 2013-07-10 | 13 | -1230/+5 | |
* | Add some notes | Mark McLoughlin | 2013-06-24 | 2 | -12/+58 | |
* | Unit tests for notifier | Mark McLoughlin | 2013-06-24 | 1 | -0/+262 | |
* | Make test notifier useful | Mark McLoughlin | 2013-06-24 | 1 | -5/+9 | |
* | Use lowercase priority in log notifier | Mark McLoughlin | 2013-06-24 | 1 | -1/+1 | |
* | Use lowercase priority in notifications topic | Mark McLoughlin | 2013-06-24 | 1 | -0/+1 | |
* | Handle case where no drivers configured | Mark McLoughlin | 2013-06-24 | 1 | -1/+3 | |
* | Fix buglet in v2 messaging notifier | Mark McLoughlin | 2013-06-24 | 1 | -1/+1 | |
* | Make LOG private in notifier | Mark McLoughlin | 2013-06-24 | 1 | -4/+4 | |
* | Require a transport to construct a Notifier | Mark McLoughlin | 2013-06-24 | 1 | -20/+16 | |
* | Add serializer support to notifier | Mark McLoughlin | 2013-06-24 | 1 | -1/+8 | |
* | Rename context to ctxt in serializer API | Mark McLoughlin | 2013-06-24 | 1 | -6/+6 | |
* | Rename context to ctxt in notify API | Mark McLoughlin | 2013-06-24 | 5 | -28/+28 | |
* | Make Notifier public at top-level | Mark McLoughlin | 2013-06-24 | 2 | -0/+5 | |
* | Docstrings for notifier API | Mark McLoughlin | 2013-06-24 | 4 | -0/+106 | |
* | Fix notify drivers namespace | Mark McLoughlin | 2013-06-24 | 1 | -1/+1 | |
* | Remove backwards compat entry point aliases | Mark McLoughlin | 2013-06-24 | 1 | -5/+0 | |
* | Simplify public symbol exports | Mark McLoughlin | 2013-06-24 | 11 | -44/+59 | |
* | Use assertEqual() rather than assertEquals() | Mark McLoughlin | 2013-06-17 | 6 | -26/+26 |