Skip to content

Commit

Permalink
Moved out public proto IDLs to cadence-idls repository (cadence-workf…
Browse files Browse the repository at this point in the history
  • Loading branch information
vytautas-karpavicius authored and yux0 committed May 4, 2021
1 parent 662c2e5 commit 7f51a19
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 2,181 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ $(THRIFT_GEN): $(THRIFT_FILES) $(BIN)/thriftrw $(BIN)/thriftrw-plugin-yarpc | $(
PROTO_ROOT := proto
# output location is defined by `option go_package` in the proto files, all must stay in sync with this
PROTO_OUT := .gen/proto
PROTO_FILES = $(shell find ./$(PROTO_ROOT) -name "*.proto" | grep -v "persistenceblobs")
PROTO_FILES = $(shell find -L ./$(PROTO_ROOT) -name "*.proto" | grep -v "persistenceblobs")
PROTO_DIRS = $(sort $(dir $(PROTO_FILES)))

# protoc splits proto files into directories, otherwise protoc-gen-gogofast is complaining about inconsistent package
Expand Down
2 changes: 1 addition & 1 deletion idls
Submodule idls updated from b1a9b9 to 355c73
1 change: 1 addition & 0 deletions proto/public
112 changes: 0 additions & 112 deletions proto/public/uber/cadence/api/v1/common.proto

This file was deleted.

152 changes: 0 additions & 152 deletions proto/public/uber/cadence/api/v1/decision.proto

This file was deleted.

77 changes: 0 additions & 77 deletions proto/public/uber/cadence/api/v1/domain.proto

This file was deleted.

Loading

0 comments on commit 7f51a19

Please sign in to comment.