diff mbox series

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

Message ID 20210813053127.2160595-11-raxel@google.com
State Superseded
Headers show
Series patch-detail: add unaddressed/addressed status to patch comments | expand
Related show

Commit Message

Raxel Gutierrez Aug. 13, 2021, 5:31 a.m. UTC
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@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 mbox series

Patch

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.