-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: use buf.build
binary to generate the proto files
#3476
Merged
Merged
Changes from 64 commits
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
6ec0fc8
build buf pkg
Pantani 71ccd6c
fix go.mod
Pantani 89ca5ae
Merge branch 'main' into feat/buf-build
Pantani bfcf049
Merge remote-tracking branch 'origin/main' into feat/buf-build
Pantani 1119fd3
comment xbug pkg and bump buf versions
Pantani b06c098
generate proto from buf and remove protoc and plugins
Pantani de84c72
add proto ts and api generation
Pantani 7f0a56e
Merge branch 'main' into feat/buf-build
Pantani f71b889
add changelog
Pantani 453546c
fix proto and template path
Pantani f71d077
fix wrong template for ts generation
Pantani f95a8cf
fix api out path
Pantani fc68882
fix ts out path and remove unused log
Pantani 49d1a25
fix go.mod ident and sort
Pantani 6a32471
remove unused method
Pantani 24b84c9
fix lint
Pantani 069eae6
fix wrong lint comment
Pantani 610d616
remove unused tools
Pantani d32f7b9
fix doctor for tools pkg
Pantani 65feeb4
add missing tool dependency
Pantani 69b9f8d
add missing import
Pantani d3fbdfa
add global protoanalysis.NewCache to buf structure
Pantani 69d9371
fix proto module name
Pantani 72d8e12
Merge remote-tracking branch 'origin/main' into feat/buf-build
Pantani 507ed36
update go.mod
Pantani 4bd764b
Update ignite/pkg/cosmosgen/generate_go.go method name
Pantani e603a26
Update ignite/pkg/buf/buf.go remove unused ctx
Pantani d6d5be0
Merge remote-tracking branch 'origin/main' into feat/buf-build
Pantani 12632b0
fix wrong method call
Pantani e8d1a9a
fix deep tools
Pantani a7edd4e
fix ignite doctor
Pantani a4287f0
fix buf.gen files
Pantani 279fed1
fix proto gen files
Pantani b4a432c
remove 3thrparty mod
Pantani dc1f53a
thr modules openapi
Pantani 6c9f881
add xos copy commands
Pantani c70cfb3
fix wrong proto tmp path
Pantani ce4f415
remove unused method
Pantani f966825
update tools for the doctor command
Pantani e300187
Merge branch 'main' into feat/buf-build
Pantani 1609b2e
unhlanded error
Pantani bd41879
check if the buf files exists
Pantani ba56501
remove unused ctx
Pantani c72b9e1
Merge branch 'main' into feat/buf-build
Pantani 808d18f
Merge branch 'main' into feat/buf-build
Pantani cd0c4ce
Merge branch 'main' into feat/buf-build
Pantani 80d60cb
Merge remote-tracking branch 'origin/main' into feat/buf-build
Pantani dce042f
fix changelog merge
Pantani 7a1021b
fix unit tests and make more dynamic
Pantani ca27109
Merge branch 'main' into feat/buf-build
Pantani da28a09
Merge branch 'main' into feat/buf-build
Pantani 6c10015
Update changelog
Pantani fc7cb19
Merge branch 'main' into feat/buf-build
Pantani 8442b5a
Merge remote-tracking branch 'origin/main' into feat/buf-build
Pantani 2c34095
fix ts script generation and remove pulsar buf files
Pantani b7c6794
Merge branch 'main' into feat/buf-build
Pantani 23779aa
Merge branch 'main' into feat/buf-build
Pantani bbb41a7
fix changelog
Pantani 020baea
Merge remote-tracking branch 'origin/main' into feat/buf-build
Pantani 47e0877
fix changelog
Pantani d95e9b7
add migration for scaffold and generate commands
Pantani fedfd47
fix pre handler
3cc098c
fix rance condition
e7f4627
fix wrong app path for tools migrations
775f417
fix lint
f28699d
rollback draft changes
660cc28
fix ineffassign lint
7722c4e
fix wrong path
7fe7cba
Merge branch 'main' into feat/buf-build
Pantani 9a9f2c8
Merge branch 'main' into feat/buf-build
Pantani 383a07c
move buf pkg to cosmosbuf
6d6c00f
increase test timeout
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ccomben can you please help improving this text?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe?
Users would get the following message if
n
is selected:A change for this message is proposed in another comment.