File tree
4 files changed
+10
-11
lines changed- temporalio
- ext
- src
- lib/temporalio
- api
- internal/bridge/api/workflow_activation
4 files changed
+10
-11
lines changed- client/src/raw.rs+2-2
- core-api/src/envconfig.rs+8-8
- core-api/src/worker.rs+7-7
- core-c-bridge/build.rs+6-5
- core-c-bridge/src/runtime.rs+6-6
- core-c-bridge/src/tests/context.rs+2-2
- core/src/core_tests/mod.rs+37-2
- core/src/lib.rs+4-2
- core/src/test_help/mod.rs+2-4
- core/src/worker/client.rs+9-5
- core/src/worker/heartbeat.rs+3-1
- core/src/worker/mod.rs+1-3
- core/src/worker/workflow/history_update.rs+58-6
- core/src/worker/workflow/machines/nexus_operation_state_machine.rs+30-47
- core/src/worker/workflow/machines/upsert_search_attributes_state_machine.rs+1-1
- core/src/worker/workflow/machines/workflow_machines.rs+4-1
- core/src/worker/workflow/managed_run.rs+1-1
- sdk-core-protos/protos/local/temporal/sdk/core/workflow_activation/workflow_activation.proto+4-4
- sdk-core-protos/src/history_builder.rs+9-4
- sdk-core-protos/src/lib.rs+72
- sdk/src/lib.rs+1-1
- sdk/src/workflow_future.rs+8-1
- tests/integ_tests/metrics_tests.rs+19-25
- tests/integ_tests/queries_tests.rs+19-20
- tests/integ_tests/update_tests.rs+1-7
- tests/integ_tests/workflow_tests/local_activities.rs+3-5
- tests/integ_tests/workflow_tests/nexus.rs+22-17
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | | - | |
607 | | - | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
608 | 607 | | |
609 | 608 | | |
610 | 609 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1493 | 1493 | | |
1494 | 1494 | | |
1495 | 1495 | | |
1496 | | - | |
| 1496 | + | |
1497 | 1497 | | |
1498 | 1498 | | |
1499 | 1499 | | |
| |||
0 commit comments