Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into feature/map-task-with-multiple-inputs
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rammer <[email protected]>
  • Loading branch information
hamersaw committed Apr 19, 2023
2 parents 4649cf9 + c7ae927 commit c6a4233
Show file tree
Hide file tree
Showing 143 changed files with 23,872 additions and 3,268 deletions.
8 changes: 5 additions & 3 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ version: v1
managed:
enabled: true
plugins:
- remote: buf.build/grpc/plugins/python:v1.51.1-1
- plugin: buf.build/grpc/python:v1.53.0
out: gen/pb_python
- remote: buf.build/protocolbuffers/plugins/python:v21.9.0-1
- plugin: buf.build/protocolbuffers/python:v22.2
out: gen/pb_python
- remote: buf.build/protocolbuffers/plugins/pyi:v21.9.0-1
- plugin: buf.build/protocolbuffers/pyi:v22.2
out: gen/pb_python
- plugin: buf.build/community/neoeinstein-prost
out: gen/pb_rust
162 changes: 162 additions & 0 deletions clients/go/admin/mocks/ExternalPluginServiceClient.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

138 changes: 138 additions & 0 deletions clients/go/admin/mocks/ExternalPluginServiceServer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions clients/go/admin/mocks/isTaskCreateResponse_Value.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c6a4233

Please sign in to comment.