File tree
10 files changed
+31
-64
lines changed- .buildkite
- docker/buildkite
- gradle
- temporal-kotlin
- temporal-serviceclient
- src/main
- temporal-test-server
- temporal-testing/src/main/java/io/temporal/testing
10 files changed
+31
-64
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 | 78 |
| |
88 | 79 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 13 | + | |
19 | 14 |
| |
20 | 15 |
| |
21 | 16 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 |
| - | |
4 |
| - | |
| 5 | + | |
| 6 | + | |
| 7 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
84 | 72 |
| |
85 | 73 |
| |
86 |
| - | |
87 | 74 |
| |
88 | 75 |
| |
89 | 76 |
| |
|
- Makefile+6-6
- build/go.mod+7
- build/go.sum+5
- build/tools.go+29
- go.mod+6
- temporal/api/batch/v1/message.proto+9-2
- temporal/api/command/v1/message.proto+7-26
- temporal/api/common/v1/message.proto+2-2
- temporal/api/enums/v1/batch_operation.proto+3-2
- temporal/api/enums/v1/command_type.proto+3-7
- temporal/api/enums/v1/common.proto+3-2
- temporal/api/enums/v1/event_type.proto+8-8
- temporal/api/enums/v1/failed_cause.proto+25-2
- temporal/api/enums/v1/namespace.proto+2-2
- temporal/api/enums/v1/query.proto+2-2
- temporal/api/enums/v1/reset.proto+2-2
- temporal/api/enums/v1/schedule.proto+2-2
- temporal/api/enums/v1/task_queue.proto+2-2
- temporal/api/enums/v1/update.proto+24-19
- temporal/api/enums/v1/workflow.proto+2-2
- temporal/api/errordetails/v1/message.proto+2-2
- temporal/api/failure/v1/message.proto+2-2
- temporal/api/filter/v1/message.proto+2-2
- temporal/api/history/v1/message.proto+43-26
- temporal/api/namespace/v1/message.proto+4-2
- temporal/api/operatorservice/v1/request_response.proto+5-2
- temporal/api/operatorservice/v1/service.proto+2-2
- temporal/api/protocol/v1/message.proto+57
- temporal/api/query/v1/message.proto+2-2
- temporal/api/replication/v1/message.proto+2-2
- temporal/api/schedule/v1/message.proto+2-2
- temporal/api/taskqueue/v1/message.proto+2-2
- temporal/api/update/v1/message.proto+71-6
- temporal/api/version/v1/message.proto+2-2
- temporal/api/workflow/v1/message.proto+3-2
- temporal/api/workflowservice/v1/request_response.proto+48-28
- temporal/api/workflowservice/v1/service.proto+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
88 | 76 |
| |
89 | 77 |
| |
90 | 78 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
207 |
| - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
208 | 211 |
| |
209 | 212 |
| |
210 | 213 |
| |
|
0 commit comments