Doria Keung

Results 25 issues of Doria Keung

Currently, we are create a package declaration based on the final two elements of the path of the package: > If the Protobuf file's package declaration conforms to the PACKAGE_VERSION_SUFFIX...

Feature
Wishlist

Currently, when we do checks for `allowNotExist` for paths provided through the `--path` and `--exclude-path` flags, we only print out the root relative path, example: https://github.com/bufbuild/buf/blob/94997f821e98f05f0cf63aa0901cadb9fe567d57/private/bufpkg/bufmodule/targeting_module.go#L155 We should be printing...

Bug
P2

A nice to have feature would be a sub-command or an output message that if the `buf` CLI panics or errors in a horrible way, the user can submit an...

Feature
Wishlist

Currently, we are not creating tags in Git that map back to our releases. We should tag commits when we create new releases for this extension.

enhancement

This PR adds the `--git-metadata` flag to `buf push`: - this flag is a "meta-flag" that uses Git source control state to help set `--label` flag(s), `--source-control-url`, and `--create-default-label` to...

In the past, if the an overlap is found between `moduleDirPath` and `inputPath`, but `inputPath` does not exist (e.g. `moduleDirPath == "."` and `inputPath == "fake-path"`) then it would return...

This changes the behaviour of `buf generate` to warn when a feature is not supported instead of erroring. And only error in cases when edition is found. This change is...

### Feature Right now, in order to get a `README` and `LICENSE` to be pushed alongside a module, users need to symlink these files into their modules. This can be...

Feature

### Feature `buf mod open` was deprecated since `buf mod` as a whole has been deprecated and there is no current equivalent. Since this is a fairly simple functionality and...

Feature

### GitHub Repository N/A ### Commands ```shell $ buf generate ``` ### Output ```shell # rm -rf gen && buf generate --template buf.directory.invalid.gen.yaml && tree gen Failure: decode config file:...

Cleanup