Merge lp:~james-w/python-oops-tools/recent-oopses into lp:python-oops-tools
Proposed by
James Westby
Status: | Merged |
---|---|
Approved by: | James Westby |
Approved revision: | no longer in the source branch. |
Merged at revision: | 49 |
Proposed branch: | lp:~james-w/python-oops-tools/recent-oopses |
Merge into: | lp:python-oops-tools |
Diff against target: |
232 lines (+163/-3) 6 files modified
src/oopstools/oops/static/oops.css (+7/-1) src/oopstools/oops/templates/report.html (+36/-0) src/oopstools/oops/test/__init__.py (+0/-2) src/oopstools/oops/test/test_report.py (+77/-0) src/oopstools/oops/test/testcase.py (+11/-0) src/oopstools/oops/views.py (+32/-0) |
To merge this branch: | bzr merge lp:~james-w/python-oops-tools/recent-oopses |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Curtis Hovey (community) | code | Approve | |
j.c.sackett (community) | Approve | ||
Review via email: mp+137055@code.launchpad.net |
Commit message
Show the (paginated) oopses for each report.
Description of the change
Hi,
Showing the day-old reports is of limited use, because you don't know
if there are issues with the site at this moment. To try and help with that
show the oopses, sorted with the most recent first, on the report page.
It uses pagination to keep the number of oopses displayed small.
Thanks,
James
To post a comment you must log in.
Looks good. Thanks, James.