File tree
7 files changed
+44
-23
lines changed- temporalio
- bridge
- proto/workflow_activation
- src
7 files changed
+44
-23
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| 47 | + | |
47 | 48 |
| |
48 | 49 |
| |
49 | 50 |
| |
| |||
55 | 56 |
| |
56 | 57 |
| |
57 | 58 |
| |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
63 | 62 |
| |
64 | 63 |
| |
65 | 64 |
| |
| |||
180 | 179 |
| |
181 | 180 |
| |
182 | 181 |
| |
183 |
| - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
184 | 185 |
| |
185 | 186 |
| |
186 | 187 |
| |
| |||
221 | 222 |
| |
222 | 223 |
| |
223 | 224 |
| |
224 |
| - | |
225 |
| - | |
226 |
| - | |
227 |
| - | |
228 |
| - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
229 | 228 |
| |
230 | 229 |
| |
231 | 230 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
| 71 | + | |
71 | 72 |
| |
72 | 73 |
| |
73 | 74 |
| |
| |||
77 | 78 |
| |
78 | 79 |
| |
79 | 80 |
| |
| 81 | + | |
80 | 82 |
| |
81 | 83 |
| |
82 | 84 |
| |
|
- .cargo/config.toml+2-4
- .github/workflows/heavy.yml+1-1
- .github/workflows/per-pr.yml+6-4
- README.md+4-4
- client/src/metrics.rs+9-11
- core-api/Cargo.toml-2
- core-api/src/errors.rs+8
- core-api/src/telemetry.rs+7-1
- core-api/src/telemetry/metrics.rs+75-4
- core-api/src/worker.rs+30-11
- core/Cargo.toml-11
- core/src/abstractions.rs+4-13
- core/src/core_tests/workers.rs+2-3
- core/src/lib.rs-2
- core/src/protosext/protocol_messages.rs-12
- core/src/telemetry/metrics.rs+185-95
- core/src/telemetry/mod.rs+2-1
- core/src/telemetry/otel.rs+140-62
- core/src/test_help/mod.rs+21-13
- core/src/worker/activities/local_activities.rs+13-9
- core/src/worker/mod.rs+1-3
- core/src/worker/workflow/history_update.rs-29
- core/src/worker/workflow/machines/timer_state_machine.rs+2-2
- core/src/worker/workflow/machines/workflow_machines.rs-12
- core/src/worker/workflow/managed_run.rs+81-51
- core/src/worker/workflow/mod.rs+17-114
- core/src/worker/workflow/wft_extraction.rs+5-1
- core/src/worker/workflow/workflow_stream.rs+1-50
- core/src/worker/workflow/workflow_stream/saved_wf_inputs.rs-117
- core/src/worker/workflow/workflow_stream/tonic_status_serde.rs-24
- fsm/rustfsm_procmacro/tests/trybuild/no_handle_conversions_require_into_fail.stderr+1-1
- sdk-core-protos/Cargo.toml-1
- sdk-core-protos/build.rs+1-10
- sdk-core-protos/protos/local/temporal/sdk/core/workflow_activation/workflow_activation.proto+10-12
- sdk-core-protos/src/lib.rs+8-32
- sdk-core-protos/src/task_token.rs+10-1
- sdk/src/lib.rs+4-1
- test-utils/src/lib.rs+28-21
- test-utils/src/wf_input_saver.rs-50
- tests/integ_tests/metrics_tests.rs+65-8
- tests/integ_tests/workflow_tests.rs+100-5
- tests/integ_tests/workflow_tests/eager.rs+2-6
- tests/integ_tests/workflow_tests/signals.rs+2-9
- tests/wf_input_replay.rs-32
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
189 |
| - | |
| 189 | + | |
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
194 | 209 |
| |
195 | 210 |
| |
196 | 211 |
| |
| |||
252 | 267 |
| |
253 | 268 |
| |
254 | 269 |
| |
255 |
| - | |
256 |
| - | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
257 | 274 |
| |
258 | 275 |
| |
259 | 276 |
| |
| |||
307 | 324 |
| |
308 | 325 |
| |
309 | 326 |
| |
310 |
| - | |
311 |
| - | |
312 |
| - | |
313 |
| - | |
| 327 | + | |
314 | 328 |
| |
315 | 329 |
| |
316 | 330 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
| 77 | + | |
77 | 78 |
| |
78 | 79 |
| |
79 | 80 |
| |
80 | 81 |
| |
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
| 85 | + | |
84 | 86 |
| |
85 | 87 |
| |
86 | 88 |
| |
| |||
305 | 307 |
| |
306 | 308 |
| |
307 | 309 |
| |
308 |
| - | |
| 310 | + | |
| 311 | + | |
309 | 312 |
| |
310 | 313 |
| |
311 | 314 |
| |
| |||
331 | 334 |
| |
332 | 335 |
| |
333 | 336 |
| |
334 |
| - | |
| 337 | + | |
| 338 | + | |
335 | 339 |
| |
336 | 340 |
| |
337 | 341 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
| 252 | + | |
252 | 253 |
| |
253 | 254 |
| |
254 | 255 |
| |
| |||
259 | 260 |
| |
260 | 261 |
| |
261 | 262 |
| |
| 263 | + | |
262 | 264 |
| |
263 | 265 |
| |
264 | 266 |
| |
| |||
269 | 271 |
| |
270 | 272 |
| |
271 | 273 |
| |
| 274 | + | |
272 | 275 |
| |
273 | 276 |
| |
274 | 277 |
| |
275 | 278 |
| |
276 | 279 |
| |
277 | 280 |
| |
| 281 | + | |
278 | 282 |
| |
279 | 283 |
| |
280 | 284 |
| |
|
0 commit comments