File tree
4 files changed
+25
-12
lines changed- temporalio
- bridge
4 files changed
+25
-12
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Lines changed: 22 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
- .github/workflows/per-pr.yml+7-1
- client/Cargo.toml+1-1
- client/src/lib.rs+1-1
- client/src/raw.rs+39-13
- client/src/retry.rs+108-62
- client/src/workflow_handle/mod.rs+1-2
- core-api/src/telemetry.rs+1
- core/Cargo.toml+1-1
- core/src/core_tests/workflow_tasks.rs+13-13
- core/src/protosext/mod.rs+3
- core/src/telemetry/mod.rs-8
- core/src/telemetry/otel.rs+7-3
- core/src/worker/activities.rs+1-1
- core/src/worker/activities/activity_task_poller_stream.rs+11
- core/src/worker/mod.rs+6-6
- core/src/worker/slot_provider.rs+2-1
- core/src/worker/workflow/driven_workflow.rs+28-2
- core/src/worker/workflow/machines/activity_state_machine.rs+3
- core/src/worker/workflow/machines/local_activity_state_machine.rs+7-12
- core/src/worker/workflow/machines/workflow_machines.rs+19-9
- core/src/worker/workflow/managed_run.rs+5-3
- core/src/worker/workflow/mod.rs+16-18
- docker/docker-compose-telem.yaml+4-4
- etc/otel-collector-config.yaml+12-9
- sdk-core-protos/protos/local/temporal/sdk/core/workflow_activation/workflow_activation.proto+26-8
- sdk-core-protos/src/lib.rs+93-56
- sdk/src/lib.rs+1-1
- sdk/src/workflow_context.rs+9-2
- sdk/src/workflow_future.rs+16-3
- test-utils/src/lib.rs+2-3
- tests/integ_tests/client_tests.rs+36-7
- tests/integ_tests/heartbeat_tests.rs+1-1
- tests/integ_tests/metrics_tests.rs+49-4
- tests/integ_tests/queries_tests.rs-2
- tests/integ_tests/workflow_tests/activities.rs+46-8
- tests/integ_tests/workflow_tests/local_activities.rs+81-2
- tests/integ_tests/workflow_tests/upsert_search_attrs.rs+35-12
- tests/main.rs+28-19
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 |
| |
32 | 32 |
| |
|
0 commit comments