File tree
6 files changed
+43
-13
lines changed- packages
- core-bridge
- test/src
- scripts
6 files changed
+43
-13
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
7 | 16 |
| |
8 | 17 |
| |
9 | 18 |
| |
|
Lines changed: 6 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
200 |
| - | |
201 |
| - | |
202 |
| - | |
203 |
| - | |
204 |
| - | |
205 |
| - | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
206 | 203 |
| |
207 |
| - | |
| 204 | + | |
208 | 205 |
| |
209 | 206 |
| |
210 | 207 |
| |
| |||
216 | 213 |
| |
217 | 214 |
| |
218 | 215 |
| |
219 |
| - | |
220 |
| - | |
| 216 | + | |
| 217 | + | |
221 | 218 |
| |
222 | 219 |
| |
223 | 220 |
| |
|
Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
- client/src/raw.rs+15-6
- core/Cargo.toml+1
- core/src/core_tests/activity_tasks.rs+13-5
- core/src/core_tests/workflow_tasks.rs+21-39
- core/src/internal_flags.rs+132-46
- core/src/worker/activities.rs+152-142
- core/src/worker/activities/activity_task_poller_stream.rs+10-7
- core/src/worker/client.rs+12-8
- core/src/worker/mod.rs+7-5
- core/src/worker/workflow/history_update.rs+86-2
- core/src/worker/workflow/machines/signal_external_state_machine.rs+4-1
- core/src/worker/workflow/machines/workflow_machines.rs+5-2
- core/src/worker/workflow/managed_run.rs-1
- protos/api_upstream/.github/workflows/publish-docs.yml+23
- protos/api_upstream/Makefile+1-1
- protos/api_upstream/buf.yaml+5
- protos/api_upstream/temporal/api/common/v1/message.proto+17
- protos/api_upstream/temporal/api/enums/v1/failed_cause.proto+2
- protos/api_upstream/temporal/api/history/v1/message.proto+6-3
- protos/api_upstream/temporal/api/protocol/v1/message.proto+1-1
- protos/api_upstream/temporal/api/taskqueue/v1/message.proto+12-22
- protos/api_upstream/temporal/api/update/v1/message.proto+2-2
- protos/api_upstream/temporal/api/workflow/v1/message.proto+2
- protos/api_upstream/temporal/api/workflowservice/v1/request_response.proto+145-48
- protos/api_upstream/temporal/api/workflowservice/v1/service.proto+19-8
- test-utils/src/lib.rs+29-7
- tests/integ_tests/activity_functions.rs+5
- tests/integ_tests/workflow_tests.rs+3-7
- tests/integ_tests/workflow_tests/activities.rs+2-4
- tests/integ_tests/workflow_tests/determinism.rs-1
- tests/integ_tests/workflow_tests/local_activities.rs+5-7
- tests/main.rs+1
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1365 | 1365 |
| |
1366 | 1366 |
| |
1367 | 1367 |
| |
1368 |
| - | |
1369 |
| - | |
| 1368 | + | |
1370 | 1369 |
| |
1371 | 1370 |
| |
1372 | 1371 |
| |
1373 | 1372 |
| |
1374 | 1373 |
| |
1375 | 1374 |
| |
| 1375 | + | |
| 1376 | + | |
| 1377 | + | |
| 1378 | + | |
1376 | 1379 |
| |
1377 | 1380 |
| |
1378 | 1381 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
0 commit comments