Merge lp://staging/~lifeless/python-oops-tools/amqp into lp://staging/python-oops-tools
Proposed by
Robert Collins
Status: | Merged |
---|---|
Approved by: | Robert Collins |
Approved revision: | no longer in the source branch. |
Merged at revision: | 2 |
Proposed branch: | lp://staging/~lifeless/python-oops-tools/amqp |
Merge into: | lp://staging/python-oops-tools |
Diff against target: |
408 lines (+242/-29) 8 files modified
buildout.cfg (+1/-1) setup.py (+2/-0) src/oopstools/NEWS.txt (+7/-2) src/oopstools/README.txt (+15/-4) src/oopstools/oops/models.py (+37/-20) src/oopstools/oops/test/test_amqp2disk.py (+40/-0) src/oopstools/scripts/amqp2disk.py (+137/-0) versions.cfg (+3/-2) |
To merge this branch: | bzr merge lp://staging/~lifeless/python-oops-tools/amqp |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Steve Kowalik (community) | code | Approve | |
Review via email: mp+79505@code.staging.launchpad.net |
Commit message
Add AMQP support and improve docs.
Description of the change
Build on the recent improvements in oops-datedir-repo and oops-amqp to add an amqp queue worker that will take oopses from amqp and load them straight into OOPS-tools. Also fix docs (0.6 is the current release) and stop telling folk to edit product.cfg in-place.
To post a comment you must log in.
This looks fine to me.