Skip to content

Commit

Permalink
Add new branch RPCs and change existing RPCs (#2283)
Browse files Browse the repository at this point in the history
Adds a new RPC for branches, `GetDefaultBranch`, which returns the
current default
branch mapped to BSR main.

Adds three new fields to `RepositoryCommit`:
- `tag_count` -- number of tags associated with the BSR commit
- `git_commit_metadata_count` -- number of git commits with metadata
associated with the BSR commit
- `git_commit_no_metadata_count` -- number of git commit labels without
metadata associated with the BSR commit

Adds pagination of `ListGitMetadataForReference`.

Adds a new RPC for reference, `ListGitCommitsNoMetadataForReference`,
which returns
a paginated list of git commit labels that do not have git metadata.
  • Loading branch information
doriable authored Jul 12, 2023
1 parent 1986493 commit 447b808
Show file tree
Hide file tree
Showing 10 changed files with 925 additions and 365 deletions.

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

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

Loading

0 comments on commit 447b808

Please sign in to comment.