- Aug 01, 2024
-
-
Reinhard Tartler authored
-
Reinhard Tartler authored
-
Reinhard Tartler authored
-
Reinhard Tartler authored
-
Reinhard Tartler authored
Git-Dch: ignore
-
- Jun 13, 2024
-
-
Reinhard Tartler authored
-
Reinhard Tartler authored
-
Reinhard Tartler authored
-
Reinhard Tartler authored
-
Reinhard Tartler authored
-
- Nov 07, 2022
-
-
Derek McGowan authored
Handle multiple patterns with submatches
-
Kazuyoshi Kato authored
It was causing a panic. Signed-off-by:
Kazuyoshi Kato <katokazu@amazon.com>
-
- Jul 01, 2022
-
-
Kazuyoshi Kato authored
Add parameters option for protoc opts
-
- Jun 25, 2022
-
-
Derek McGowan authored
Adds support for custom parameters to be passed to the protoc generators. Signed-off-by:
Derek McGowan <derek@mcg.dev>
-
- Apr 20, 2022
-
-
Phil Estes authored
Use submatches to replace strings with specific prefixes
-
- Apr 19, 2022
-
-
Kazuyoshi Kato authored
This change is for handling hcsshim that has RuntimeNs and KernelTime_100Ns. The former has to be RuntimeNS, but the latter should be intact. Signed-off-by:
Kazuyoshi Kato <katokazu@amazon.com>
-
- Mar 01, 2022
-
-
Stephen Day authored
Add go-fix-acronym
-
- Feb 23, 2022
-
-
Derek McGowan authored
Fix overrides on Windows
-
- Feb 21, 2022
-
-
Kazuyoshi Kato authored
Protobuild was assuming that canonicalized relative file paths and Go import paths are the same. This is not true on Windows where the former uses `\` but the latter uses (as like other OSes) `/`. This change fixes the issue and adds some tests around the implementation to prevent regressions. Fixes #47. Signed-off-by:
Kazuyoshi Kato <katokazu@amazon.com>
-
- Feb 18, 2022
-
-
Kazuyoshi Kato authored
This tool rewrite Go source files to correctly capitalize acronyms. We used to do that by utilizing gogo/protobuf. However Google's protoc-gen-go doesn't support such customization sadly. Signed-off-by:
Kazuyoshi Kato <katokazu@amazon.com>
-
- Oct 25, 2021
-
-
Phil Estes authored
-
- Oct 21, 2021
-
-
Kazuyoshi Kato authored
This change extends GitHub Actions to test Protobuild against multiple protoc-gen-go versions. Signed-off-by:
Kazuyoshi Kato <katokazu@amazon.com>
-
Kazuyoshi Kato authored
This change introduces version=2 that supports latest protoc, protoc-gen-go and protoc-gen-go-grpc. Signed-off-by:
Kazuyoshi Kato <katokazu@amazon.com>
-
- Oct 19, 2021
-
-
Stephen Day authored
Support multiple generators
-
- Oct 05, 2021
-
-
Kazuyoshi Kato authored
The latest version of protoc-gen-go doesn't support gRPC. Supporting multiple generators is the way to support gRPC going forward. Signed-off-by:
Kazuyoshi Kato <katokazu@amazon.com>
-
- Sep 23, 2021
-
-
Phil Estes authored
Remove github.com/gogo/protobuf
-
- Sep 10, 2021
-
-
Kazuyoshi Kato authored
gogo/protobuf is currently not compatible with Google's latest protobuf package. This change removes gogo/protobuf references to upgrade Google's protobuf package. Signed-off-by:
Kazuyoshi Kato <katokazu@amazon.com>
-
Derek McGowan authored
Run protobuild on GitHub Actions
-
Akihiro Suda authored
rename go mod for new github org
-
Michael Crosby authored
Signed-off-by:
Michael Crosby <michael@thepasture.io>
-
- Sep 09, 2021
-
-
Kazuyoshi Kato authored
While we have moved the package, we haven't updated some references at that time. Signed-off-by:
Kazuyoshi Kato <katokazu@amazon.com>
-
Kazuyoshi Kato authored
protobuild currently have no tests. Instead this change actually runs protobuild on GitHub Actions to make sure we don't accidentally change the result of the command. Signed-off-by:
Kazuyoshi Kato <katokazu@amazon.com>
-
Phil Estes authored
Revert "Add module name to protobuild file"
-
Derek McGowan authored
This reverts commit 41e53f3e. Signed-off-by:
Derek McGowan <derek@mcg.dev>
-
- Sep 08, 2021
-
-
Akihiro Suda authored
Add module name to protobuild file
-
- Aug 25, 2021
-
-
Fu Wei authored
-
- Aug 20, 2021
-
-
Phil Estes authored
Update README.md with correct repo org Signed-off-by:
Phil Estes <estesp@amazon.com>
-
- Jul 29, 2021
-
-
Derek McGowan authored
Allows protobuild to support go modules outside of the gopath Signed-off-by:
Derek McGowan <derek@mcg.dev>
-
Derek McGowan authored
Fix CI for pull requests
-
Derek McGowan authored
Signed-off-by:
Derek McGowan <derek@mcg.dev>
-