File tree
12 files changed
+569
-442
lines changed- packages
- activity/src
- common/src
- core-bridge
- test/src
- activities
- workflows
- worker/src
12 files changed
+569
-442
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
179 |
| - | |
180 |
| - | |
181 | 179 |
| |
182 |
| - | |
| 180 | + | |
183 | 181 |
| |
184 | 182 |
| |
185 | 183 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
141 |
| - | |
| 140 | + | |
142 | 141 |
| |
143 | 142 |
| |
144 | 143 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
|
- .github/workflows/semgrep.yml+25
- client/src/lib.rs+6-41
- client/src/raw.rs+9
- client/src/retry.rs-16
- core-api/src/worker.rs+13
- core/Cargo.toml+7-5
- core/src/core_tests/mod.rs+1-1
- core/src/core_tests/workflow_tasks.rs+106-26
- core/src/lib.rs+2-3
- core/src/pollers/poll_buffer.rs+12-8
- core/src/protosext/mod.rs+4-8
- core/src/replay/mod.rs+1-1
- core/src/worker/activities/local_activities.rs+25-3
- core/src/worker/client.rs+45-32
- core/src/worker/client/mocks.rs+1-1
- core/src/worker/mod.rs+11-4
- core/src/worker/workflow/driven_workflow.rs-4
- core/src/worker/workflow/machines/activity_state_machine.rs+9-2
- core/src/worker/workflow/machines/child_workflow_state_machine.rs+9-2
- core/src/worker/workflow/machines/continue_as_new_workflow_state_machine.rs+6-3
- core/src/worker/workflow/machines/workflow_machines.rs+44-14
- core/src/worker/workflow/managed_run/managed_wf_test.rs+1
- core/src/worker/workflow/mod.rs+1-1
- core/src/worker/workflow/run_cache.rs+4
- core/src/worker/workflow/workflow_stream.rs+1
- protos/api_upstream/Makefile+1-1
- protos/api_upstream/buf.yaml+1-6
- protos/api_upstream/temporal/api/batch/v1/message.proto+12
- protos/api_upstream/temporal/api/command/v1/message.proto+11
- protos/api_upstream/temporal/api/common/v1/message.proto+13-2
- protos/api_upstream/temporal/api/enums/v1/batch_operation.proto+1
- protos/api_upstream/temporal/api/enums/v1/failed_cause.proto+2
- protos/api_upstream/temporal/api/enums/v1/reset.proto+9
- protos/api_upstream/temporal/api/enums/v1/task_queue.proto+19
- protos/api_upstream/temporal/api/errordetails/v1/message.proto+5
- protos/api_upstream/temporal/api/history/v1/message.proto+36-4
- protos/api_upstream/temporal/api/taskqueue/v1/message.proto+24-7
- protos/api_upstream/temporal/api/workflow/v1/message.proto+4
- protos/api_upstream/temporal/api/workflowservice/v1/request_response.proto+76-44
- protos/api_upstream/temporal/api/workflowservice/v1/service.proto+23-1
- protos/local/temporal/sdk/core/common/common.proto+16
- protos/local/temporal/sdk/core/workflow_commands/workflow_commands.proto+6
- sdk-core-protos/src/history_builder.rs+1
- sdk-core-protos/src/history_info.rs+1
- sdk-core-protos/src/lib.rs+80-73
- test-utils/Cargo.toml+1-1
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 | 24 |
| |
29 | 25 |
| |
30 | 26 |
| |
|
Lines changed: 0 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1314 | 1314 |
| |
1315 | 1315 |
| |
1316 | 1316 |
| |
1317 |
| - | |
1318 |
| - | |
1319 |
| - | |
1320 |
| - | |
1321 |
| - | |
1322 |
| - | |
1323 |
| - | |
1324 |
| - | |
1325 |
| - | |
1326 |
| - | |
1327 |
| - | |
1328 |
| - | |
1329 |
| - | |
1330 |
| - | |
1331 |
| - | |
1332 |
| - | |
1333 | 1317 |
| |
1334 | 1318 |
| |
1335 | 1319 |
| |
|
0 commit comments