-
Notifications
You must be signed in to change notification settings - Fork 2
rest: add initial support for PATCH #315
rest: add initial support for PATCH #315
Conversation
Skipping CI for Draft Pull Request. |
ea81941
to
d5d6536
Compare
Signed-off-by: Francesco Ilario <filario@redhat.com>
6f3f6af
to
809eafb
Compare
Signed-off-by: Francesco Ilario <filario@redhat.com>
809eafb
to
8499492
Compare
Signed-off-by: Francesco Ilario <filario@redhat.com>
Signed-off-by: Francesco Ilario <filario@redhat.com>
if command.PatchType != types.MergePatchType { | ||
return nil, fmt.Errorf("unsupported patch type: %s", command.PatchType) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe add a test so that other patch types are rejected for now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea, let me add them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done in bd8a3d3
Signed-off-by: Francesco Ilario <filario@redhat.com>
/hold adding strategic-merge |
Signed-off-by: Francesco Ilario <filario@redhat.com>
/unhold strategic-merge added in d001c6a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is okay. I have some concerns about the soundness of the semantics, but I think this should be fine for a demo.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: filariow, sadlerap The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
a91eb55
into
konflux-workspaces:main
Signed-off-by: Francesco Ilario filario@redhat.com