[PATCH v3 10/10] docs: add release note for addressed/unaddressed comments

Raxel Gutierrez raxel at google.com
Fri Aug 13 15:31:27 AEST 2021


Patch comments now have "Unaddressed" and "Addressed" labels in their headers in the
patch detail page. Users with patch comment edit permissions (i.e. project maintainers,
patch delegates, patch submitters, comment submitters) can change the state of a comment
from "Unaddressed" to "Addressed", and vice versa, through a button that is next to each
label on the comment header. Only users with edit permissions can see the button and make
these changes.

Signed-off-by: Raxel Gutierrez <raxel at google.com>
---
 ...ddressed-patch-comments-bfe71689b6f35a22.yaml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 releasenotes/notes/comment-detail-endpoint-for-addressed-unaddressed-patch-comments-bfe71689b6f35a22.yaml

diff --git a/releasenotes/notes/comment-detail-endpoint-for-addressed-unaddressed-patch-comments-bfe71689b6f35a22.yaml b/releasenotes/notes/comment-detail-endpoint-for-addressed-unaddressed-patch-comments-bfe71689b6f35a22.yaml
new file mode 100644
index 0000000..99adede
--- /dev/null
+++ b/releasenotes/notes/comment-detail-endpoint-for-addressed-unaddressed-patch-comments-bfe71689b6f35a22.yaml
@@ -0,0 +1,16 @@
+---
+features:
+  - |
+    Patch comments now have "Unaddressed" and "Addressed" labels in their headers in the
+    patch detail page. Users with patch comment edit permissions (i.e. project maintainers,
+    patch delegates, patch submitters, comment submitters) can change the state of a comment
+    from "Unaddressed" to "Addressed", and vice versa, through a button that is next to each
+    label on the comment header. Only users with edit permissions can see the button and make
+    these changes.
+api:
+  - |
+    The API version has been updated to v1.3.
+  - |
+    A new REST API endpoint is available at ``/api/patches/<patch_id>/comments/<comment_id>/``.
+    This can be used to retrieve and update (e.g. ``addressed`` state) details about a specific
+    patch comment.
-- 
2.33.0.rc1.237.g0d66db33f3-goog



More information about the Patchwork mailing list