You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add generate_library.sh without post processing (#1916)
* feat: add
* generate gapic and proto folder
* refactor utilities
* add an action to verify
* checkout googleapis-gen
* setup repo name
* add commit hash of googleapis-gen
* change secret
* change token
* change to git clone
* change user name
* add input list
* include resources folder in main
* remove grpc version in `*ServiceGrpc.java`
* change destination path
* compare generation result with googleapis-gen
* fix type in diff command
* checkout repo using checkout action
* checkout repos as nested repo
* sparse checkout googleapis
* Revert "sparse checkout googleapis"
This reverts commit 3d612f8.
* change library
* change step name
* add a readme
* make grpc version optional
* make protobuf version optional
* checkout master branch, rather than a commit hash
* allow snapshot version of generator
* download snapshot of generator parent pom
* update README
* download generator and grpc using mvn
* change error message
* add maven central mirror
* add comments in utilities
* add comments
* add an integration test
* fail fast if no file is found
* do not delete google/
* get protobuf version from WORKSPACE
* add instructions on download `google/` from googleapis
* add comments
* update description of `destination_path`
* update comments
* download dependencies using `curl`
* increase download time
* remove comment
* add samples directory in readme
* remove prerequisite about `proto_path`
* add explanation in prerequisite
* add example to generate showcase
* add a comment
0 commit comments