Merge lp://staging/~cjohnston/ubuntu-ci-services-itself/ts-opentickets-api into lp://staging/ubuntu-ci-services-itself
Proposed by
Chris Johnston
Status: | Merged |
---|---|
Approved by: | Chris Johnston |
Approved revision: | 124 |
Merged at revision: | 130 |
Proposed branch: | lp://staging/~cjohnston/ubuntu-ci-services-itself/ts-opentickets-api |
Merge into: | lp://staging/ubuntu-ci-services-itself |
Diff against target: |
200 lines (+136/-3) 4 files modified
docs/components/ticket-system.rst (+10/-1) ticket_system/ticket/api.py (+14/-0) ticket_system/ticket/tests/test_read_api.py (+110/-1) ticket_system/ticket_system/urls.py (+2/-1) |
To merge this branch: | bzr merge lp://staging/~cjohnston/ubuntu-ci-services-itself/ts-opentickets-api |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ursula Junque (community) | Approve | ||
Review via email: mp+202339@code.staging.launchpad.net |
Commit message
Add an open tickets API call to the TS for the WebUI
Description of the change
The WebUI needs a way to only show open tickets. This provides an API call for that.
To post a comment you must log in.
Looks good. I'd probably try to write some helpers in tests so the code could become a bit smaller, but that's up to you. Approving.