Skip to content

Commit

Permalink
Follow-up for #2524 (#2526)
Browse files Browse the repository at this point in the history
Quick follow-up to #2524, some pending review comments
that were missed.
  • Loading branch information
doriable committed Oct 31, 2023
1 parent 10a67aa commit 7402844
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 96 deletions.
173 changes: 81 additions & 92 deletions private/gen/proto/go/buf/alpha/registry/v1alpha1/reference.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions proto/buf/alpha/registry/v1alpha1/reference.proto
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,9 @@ message RepositoryVCSCommit {
// immutable
google.protobuf.Timestamp create_time = 2;
// The name of the VCS commit, e.g. for Git, it would be the Git hash.
string name = 3;
string hash = 3;
// The name of the BSR commit this VCS commit belongs to.
string commit_name = 4;
// The username of the author of the VCS commit. For Git, this is based on
// the committer.
string author = 5;
}

// ReferenceService is a service that provides RPCs that allow the BSR to query
Expand Down

0 comments on commit 7402844

Please sign in to comment.