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

Commit

Permalink
Generate javascript proto (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
wild-endeavor authored Oct 28, 2022
1 parent 03ef411 commit 05d5a64
Show file tree
Hide file tree
Showing 6 changed files with 50,041 additions and 49,731 deletions.
4 changes: 2 additions & 2 deletions flyteidl/.github/workflows/verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- run: mkdir -p /defs
- run: mkdir -p /gen
- run: cp -R . /defs
- run: node /code/generate-protobuf.js --module-name flyteidl -d protos/flyteidl/core -d protos/flyteidl/event -d protos/flyteidl/admin -d protos/flyteidl/service -- --root flyteidl -t static-module -w es6 --no-delimited --force-long --no-convert -p /defs/protos
- run: node /code/generate-protobuf.js --module-name flyteidl -d protos/flyteidl/core -d protos/flyteidl/event -d protos/flyteidl/admin -d protos/flyteidl/service -- --root flyteidl -t static-module -w default --no-delimited --force-long --no-convert -p /defs/protos
- run: ls /defs/gen/
- uses: actions/upload-artifact@master
with:
Expand Down Expand Up @@ -217,4 +217,4 @@ jobs:
name: Check Generate
uses: flyteorg/flytetools/.github/workflows/go_generate.yml@master
with:
go-version: 1.18
go-version: 1.18
1 change: 0 additions & 1 deletion flyteidl/clients/go/admin/authtype_enumer.go

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

162 changes: 162 additions & 0 deletions flyteidl/clients/go/admin/mocks/SignalServiceClient.go

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

139 changes: 139 additions & 0 deletions flyteidl/clients/go/admin/mocks/SignalServiceServer.go

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

Loading

0 comments on commit 05d5a64

Please sign in to comment.