Add POST support to the DiffFileAttachmentResource.
Review Request #13544 — Created Feb. 16, 2024 and submitted
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.
Summary | ID |
---|---|
e2e06b2801fe4bc071f1f9e6addd7a3773114c5f |
Description | From | Last Updated |
---|---|---|
continuation line unaligned for hanging indent Column: 33 Error code: E131 |
reviewbot | |
'typing.Any' imported but unused Column: 1 Error code: F401 |
reviewbot | |
'typing.Optional' imported but unused Column: 1 Error code: F401 |
reviewbot | |
'typing.Tuple' imported but unused Column: 1 Error code: F401 |
reviewbot | |
Should we put a "Version Changed" saying that we have POST support now? |
maubin | |
Missing the rest of the docs (Version Added, Args, Returns). |
maubin | |
Leftover debug code. |
maubin | |
The code seems structured as: if not filediff: ... if filediff: ... It'd be some code movement, but can this … |
chipx86 |
- Commits:
-
Summary ID 9f20aac4be65cf18462dc95b4721675772563d4b 5c8697b55d73100add926350ef4f02174fb883de
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
- Commits:
-
Summary ID 5c8697b55d73100add926350ef4f02174fb883de ba62ba51eee78e657d7275f81db7e9c081678489 - Branch:
-
masterrelease-7.x
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.