Skip to content

Commit bc182ac

Browse files
authored
[#6]: feature: update proto for the Temporal Message
2 parents 1e1308e + 81278bb commit bc182ac

File tree

16 files changed

+1858
-1527
lines changed

16 files changed

+1858
-1527
lines changed

.editorconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ij_wrap_on_typing = false
1919
[*.proto]
2020
tab_width = 2
2121
indent_size = 2
22-
indent_style = tab
22+
indent_style = space
2323
insert_final_newline = true
2424
ij_continuation_indent_size = 4
2525
ij_protobuf_keep_blank_lines_in_code = 2
@@ -72,4 +72,4 @@ ij_prototext_space_after_comma = true
7272
ij_prototext_space_before_colon = false
7373
ij_prototext_space_before_comma = false
7474
ij_prototext_spaces_within_braces = true
75-
ij_prototext_spaces_within_brackets = false
75+
ij_prototext_spaces_within_brackets = false

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@ PATH := $(GOBIN):$(PATH)
66

77
generate:
88
buf generate
9+
clean:
10+
rm -rf build
11+
12+
regenerate: clean generate
13+
914
install:
1015
@go install github.com/bufbuild/buf/cmd/buf@latest

buf.yaml

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
version: v2
22
modules:
3-
- path: proto
4-
- path: third_party/api
3+
- path: proto
4+
- path: third_party/api
55
lint:
6-
disallow_comment_ignores: true
6+
disallow_comment_ignores: true
7+
ignore:
8+
# This is a third-party API, so we ignore them for linters.
9+
- third_party/api
10+
- proto/centrifugo/api
11+
- proto/centrifugo/proxy

build/http/v1/http.pb.go

+67-69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/temporal/api/failure/v1/message.pb.go

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)