summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2019-06-04 18:31:39 -0300
committerStephen Finucane <stephen@that.guru>2019-06-05 11:25:51 +0100
commite99490cf28e8104f42746d71f11618f4e6f427e1 (patch)
treef9ae2c0950c125d1a9f8a969bb6c30d1118f3813 /releasenotes
parent1d563f750fefb62ebc121dc238c858a766e21a7a (diff)
downloadpatchwork-e99490cf28e8104f42746d71f11618f4e6f427e1.tar
patchwork-e99490cf28e8104f42746d71f11618f4e6f427e1.tar.gz
filters: re-add the possibility of filtering undelegated patches
The filters.py redesign that happened for patchwork 1.1 removed a functionality that we use a lot: to filter patches that weren't delegated to anyone. Also, it is a way harder to find someone to delegate with a free text input. Use, instead a combo-box just like before. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> Signed-off-by: Stephen Finucane <stephen@that.guru> Fixes: f439f541 ("Add delegate filter autocomplete support") Closes: #60 [stephenfin: Rework release note and fix some style issues]
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/issue-60-9d4fc111242f7db6.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/issue-60-9d4fc111242f7db6.yaml b/releasenotes/notes/issue-60-9d4fc111242f7db6.yaml
new file mode 100644
index 0000000..7988659
--- /dev/null
+++ b/releasenotes/notes/issue-60-9d4fc111242f7db6.yaml
@@ -0,0 +1,8 @@
+---
+fixes:
+ - |
+ In the past, Patchwork used to support filtering patches that weren't
+ delegated to anyone. This feature was removed in v1.1.0, as part of a patch
+ designed to support delegation to anyone. However, that feature didn't scale
+ and was later removed. The ability to delegate to anyone is now itself
+ re-introduced.