Skip to content

Commit bf25c68

Browse files
committed
Update protobufs and generated files
1 parent 7757173 commit bf25c68

File tree

92 files changed

+4306
-4127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+4306
-4127
lines changed

examples/docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
version: '3'
1+
version: '3.5'
2+
23
services:
34
temporal:
45
image: temporalio/auto-setup:latest
56
ports:
6-
- "7233:7233"
7+
- "7233:7233"
78
environment:
89
- "CASSANDRA_SEEDS=cassandra"
9-
- "PROMETHEUS_ENDPOINT=localhost"
1010
- "DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml"
1111
depends_on:
1212
- cassandra

lib/gen/grpc/common/enum_pb.rb

-63
This file was deleted.

lib/gen/grpc/common/message_pb.rb

-62
This file was deleted.

lib/gen/grpc/decision/enum_pb.rb

-30
This file was deleted.

lib/gen/grpc/decision/message_pb.rb

-146
This file was deleted.

0 commit comments

Comments
 (0)