summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-10-28 13:31:12 +0000
committerStephen Finucane <stephen@that.guru>2018-12-22 16:13:26 +0000
commit93ce847c359234f987285edbecedc534c7cde50e (patch)
tree015ec5221c20b38b5f5d4480cc8949fe3b3e416f /releasenotes
parentee58fb3be6eaa0deeae966ef3b95fc757df4519b (diff)
downloadpatchwork-93ce847c359234f987285edbecedc534c7cde50e.tar
patchwork-93ce847c359234f987285edbecedc534c7cde50e.tar.gz
REST: Ensure patch exists for check creation
Signed-off-by: Stephen Finucane <stephen@that.guru> Closes: #226
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/issue-226-27ea72266d3ee9ac.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/issue-226-27ea72266d3ee9ac.yaml b/releasenotes/notes/issue-226-27ea72266d3ee9ac.yaml
new file mode 100644
index 0000000..8f891e0
--- /dev/null
+++ b/releasenotes/notes/issue-226-27ea72266d3ee9ac.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ Showing checks for a non-existant patch was returning an empty response
+ instead of a HTTP 404. Similarly, attempting to create a new check against
+ this patch would result in a HTTP 5xx error instead of a HTTP 404. Both
+ issues are now resolved.