From cbc577ec20d11db2eb0c1142ee7afd83e45b3712 Mon Sep 17 00:00:00 2001 From: bufdev Date: Thu, 30 Nov 2023 16:43:51 -0500 Subject: [PATCH] TODO --- buf/registry/module/v1beta1/branch_service.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buf/registry/module/v1beta1/branch_service.proto b/buf/registry/module/v1beta1/branch_service.proto index 9911dcfd..f262afd7 100644 --- a/buf/registry/module/v1beta1/branch_service.proto +++ b/buf/registry/module/v1beta1/branch_service.proto @@ -127,6 +127,10 @@ message ListBranchesResponse { message AppendCommitsRequest { message Value { // The Branch to append the Commit to. + // + // TODO: Does this branch need to already exist? If not, document, and perhaps + // re-evaluate naming of RPC, or (more likely) just document that non-existent + // branches will be created. BranchRef branch_ref = 1 [(buf.validate.field).required = true]; // The ID of the Commit to push to the Branch. //