Edward McFarlane

Results 60 issues of Edward McFarlane

Fix resolving of annotated tags on push with `--git-metadata` flag by fetching from the remote and then using `--points-at` to discover each ref and tag. Currently only lightweight tags are...

This changes the git ref input to align with the git notion of a ref as a tag or branch. We now always try to fetch a given ref before...

Two new methods are added to allow for inferring the procedure and protocol type of a request. These are provided to be used with http middleware. For example, authentication middleware...

To aid debugging include the remote in the error response for invalid tokens. This helps debug cases where the user didn't set the correct domain.

This PR (WIP) adds coverage from connectrpc/conformance to vanguard. Failing test cases will be address on main before this workflow is merged.

This adds support for gRPC-Web's text encoding to handle `application/grpc-web-text` content types. Only client support is added for now, for simplicity. Encoding of request and response body is handled to...

Link to migration docs for buf-action.

### Feature Excluding types removes the types and types that depend on it (fields, methods). Options aren't removed from the file descriptor as they can safely be ignored as unrecognized...

Feature

This PR adds the policy registry commands to the CLI. The following commands are added: ``` policy Manage BSR policies commit Manage a policy's commits add-label Add labels to a...