File tree
13 files changed
+232
-222
lines changed- packages
- common/src
- converter
- internal-non-workflow
- core-bridge
- test/src
- worker/src
- workflow
- workflow/src
13 files changed
+232
-222
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
33 |
| - | |
| 32 | + | |
| 33 | + | |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
91 |
| - | |
| 90 | + | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 |
| - | |
| 125 | + | |
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
|
Lines changed: 86 additions & 88 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
- Cargo.toml+1-1
- client/Cargo.toml+3-3
- client/src/lib.rs+1-1
- client/src/metrics.rs+2-2
- 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+4-5
- core/src/abstractions.rs+2-3
- core/src/core_tests/activity_tasks.rs+1-1
- core/src/core_tests/local_activities.rs+2-2
- core/src/core_tests/queries.rs+8-4
- core/src/core_tests/updates.rs+2-2
- core/src/core_tests/workflow_cancels.rs+3-3
- core/src/core_tests/workflow_tasks.rs+55-54
- core/src/ephemeral_server/mod.rs+5-3
- 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+4-3
- core/src/worker/tuner/resource_based.rs+1-1
- core/src/worker/workflow/driven_workflow.rs+28-2
- core/src/worker/workflow/history_update.rs+2-2
- core/src/worker/workflow/machines/activity_state_machine.rs+8-5
- core/src/worker/workflow/machines/cancel_external_state_machine.rs+1-1
- core/src/worker/workflow/machines/cancel_workflow_state_machine.rs+1-1
- core/src/worker/workflow/machines/child_workflow_state_machine.rs+7-7
- core/src/worker/workflow/machines/local_activity_state_machine.rs+10-15
- core/src/worker/workflow/machines/mod.rs+1-1
- core/src/worker/workflow/machines/patch_state_machine.rs+3-2
- core/src/worker/workflow/machines/signal_external_state_machine.rs+1-1
- core/src/worker/workflow/machines/update_state_machine.rs+4-4
- core/src/worker/workflow/machines/workflow_machines.rs+30-20
- core/src/worker/workflow/machines/workflow_task_state_machine.rs+2-2
- core/src/worker/workflow/managed_run.rs+20-4
- core/src/worker/workflow/mod.rs+33-29
- core/src/worker/workflow/workflow_stream.rs+2-2
- docker/docker-compose-telem.yaml+4-4
- etc/otel-collector-config.yaml+12-9
- fsm/rustfsm_procmacro/src/lib.rs+2-2
- sdk-core-protos/protos/local/temporal/sdk/core/workflow_activation/workflow_activation.proto+31-12
- sdk-core-protos/src/lib.rs+104-63
- sdk/src/lib.rs+30-3
- sdk/src/workflow_context.rs+15-2
- sdk/src/workflow_future.rs+28-8
- test-utils/src/lib.rs+4-3
- tests/integ_tests/client_tests.rs+36-7
- tests/integ_tests/heartbeat_tests.rs+1-1
- tests/integ_tests/metrics_tests.rs+50-4
- tests/integ_tests/queries_tests.rs+95-62
- tests/integ_tests/update_tests.rs+16-9
- tests/integ_tests/visibility_tests.rs+1-1
- tests/integ_tests/worker_tests.rs+82-1
- tests/integ_tests/workflow_tests.rs+2-1
- tests/integ_tests/workflow_tests/activities.rs+46-8
- tests/integ_tests/workflow_tests/local_activities.rs+81-2
- tests/integ_tests/workflow_tests/resets.rs+139-4
- tests/integ_tests/workflow_tests/upsert_search_attrs.rs+43-28
- tests/main.rs+28-19
- tests/runner.rs+7-2
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 |
| - | |
| 118 | + | |
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
|
0 commit comments