Add POST support to the DiffFileAttachmentResource.

Review Request #13544 — Created Feb. 16, 2024 and submitted — Latest diff uploaded

Information

Review Board
release-7.x

Reviewers

This change adds the ability to upload files to attach to diffs via the
DiffFileAttachmentResource. This was previously read-only in the API.

  • Ran unit tests.
  • Used this from RBTools.

Changes between revision 3 and 4

orig
1
2
3
4

Commits

Summary ID Author
Add POST support to the DiffFileAttachmentResource.
This change adds the ability to upload files to attach to diffs via the `DiffFileAttachmentResource`. This was previously read-only in the API. Testing Done: - Ran unit tests. - Used this from RBTools.
ba62ba51eee78e657d7275f81db7e9c081678489 David Trowbridge
Add POST support to the DiffFileAttachmentResource.
This change adds the ability to upload files to attach to diffs via the `DiffFileAttachmentResource`. This was previously read-only in the API. Testing Done: - Ran unit tests. - Used this from RBTools.
e2e06b2801fe4bc071f1f9e6addd7a3773114c5f David Trowbridge
reviewboard/attachments/forms.py
Loading...