Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
release-notes: Add release notes for the patch note feature
Signed-off-by: andrepapoti <andrepapoti@gmail.com>
  • Loading branch information
andrepapoti authored and victor-accarini committed Jan 24, 2025
commit ded8739a036fe2eb9e5319b2e77e9ecbdd6063cc
15 changes: 15 additions & 0 deletions releasenotes/notes/issue-441-8392549b54b1178d.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
features:
- |
Added notes feature allowing maintainers of a patch to write notes for it so that maintainers
can understand why a patch is in any given state or to give any contextual information others
may not have. These can also be public so that any user can read them.
api:
- |
The API version has been updated to v1.4.
- |
A new REST API endpoint is available at ``/api/patches/<patch_id>/notes``.
This can be used to create a new note or to retrive all notes from the specified patch
- |
A new REST API endpoint is available at ``/api/patches/<patch_id>/notes/<note_id>``.
This can be used to retrieve, update and delete the specified note