Commit d272c4c
authored
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
- .github/workflows/heavy.yml+1-1
- .github/workflows/per-pr.yml+11-12
- CHANGELOG.md+20-1
- Cargo.toml+1-1
- crates/client/Cargo.toml+2-2
- crates/client/src/lib.rs+120-20
- crates/client/src/options_structs.rs+4-3
- crates/client/src/schedules.rs+149-30
- crates/common-wasm/Cargo.toml+7-2
- crates/common-wasm/src/activity_definition.rs+24-4
- crates/common-wasm/src/lib.rs+6-1
- crates/common-wasm/src/search_attributes.rs+1.2k
- crates/common/Cargo.toml+5-5
- crates/common/src/lib.rs+2-2
- crates/common/src/telemetry/otel.rs+183-11
- crates/macros/Cargo.toml+1-1
- crates/macros/src/activities_definitions.rs+10-7
- crates/macros/src/fsm_impl.rs+1-1
- crates/macros/src/workflow_definitions.rs+188-28
- crates/protos/Cargo.toml+1-1
- crates/sdk-core-c-bridge/Cargo.toml+3-3
- crates/sdk-core-c-bridge/src/worker.rs+10
- crates/sdk-core/Cargo.toml+7-7
- crates/sdk-core/src/internal_flags.rs+98-128
- crates/sdk-core/tests/integ_tests/client_tests.rs+176-6
- crates/sdk-core/tests/integ_tests/polling_tests.rs+1-4
- crates/sdk-core/tests/integ_tests/schedule_tests.rs+147-14
- crates/sdk-core/tests/integ_tests/update_tests.rs+75
- crates/sdk-core/tests/integ_tests/workflow_tests/activities.rs+48
- crates/sdk-core/tests/integ_tests/workflow_tests/continue_as_new.rs+11-16
- crates/sdk-core/tests/integ_tests/workflow_tests/eager.rs+1-1
- crates/sdk-core/tests/integ_tests/workflow_tests/upsert_search_attrs.rs+21-38
- crates/sdk/Cargo.toml+6-6
- crates/sdk/examples/saga/workflows.rs+2-1
- crates/sdk/examples/schedules/starter.rs+4-1
- crates/sdk/examples/search_attributes/starter.rs+6-8
- crates/sdk/examples/search_attributes/workflows.rs+10-14
- crates/sdk/src/activities.rs+7-6
- crates/sdk/src/lib.rs+2-2
- crates/workflow/Cargo.toml+3-3
- crates/workflow/src/runtime/entry.rs+76-81
- crates/workflow/src/runtime/instance.rs+97-54
- crates/workflow/src/workflow_context.rs+165-29
- crates/workflow/src/workflow_context/options.rs+6-9
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
72 | 86 | | |
73 | 87 | | |
74 | 88 | | |
| |||
270 | 284 | | |
271 | 285 | | |
272 | 286 | | |
| 287 | + | |
273 | 288 | | |
274 | 289 | | |
275 | 290 | | |
| |||
315 | 330 | | |
316 | 331 | | |
317 | 332 | | |
| 333 | + | |
318 | 334 | | |
319 | 335 | | |
320 | 336 | | |
| |||
364 | 380 | | |
365 | 381 | | |
366 | 382 | | |
| 383 | + | |
367 | 384 | | |
368 | 385 | | |
369 | 386 | | |
| |||
0 commit comments