File tree
7 files changed
+91
-54
lines changed- temporalio
- bridge
- proto/workflow_activation
7 files changed
+91
-54
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1476 | 1476 | | |
1477 | 1477 | | |
1478 | 1478 | | |
1479 | | - | |
| 1479 | + | |
1480 | 1480 | | |
1481 | 1481 | | |
1482 | 1482 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 33 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
44 | 50 | | |
45 | 51 | | |
46 | 52 | | |
47 | 53 | | |
48 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
49 | 63 | | |
50 | 64 | | |
51 | 65 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
59 | 74 | | |
60 | 75 | | |
61 | 76 | | |
| |||
628 | 643 | | |
629 | 644 | | |
630 | 645 | | |
| 646 | + | |
631 | 647 | | |
632 | 648 | | |
633 | 649 | | |
| |||
636 | 652 | | |
637 | 653 | | |
638 | 654 | | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
639 | 659 | | |
640 | 660 | | |
641 | 661 | | |
642 | 662 | | |
643 | 663 | | |
644 | 664 | | |
| 665 | + | |
645 | 666 | | |
646 | 667 | | |
647 | 668 | | |
648 | 669 | | |
649 | 670 | | |
650 | | - | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
651 | 675 | | |
652 | 676 | | |
653 | 677 | | |
| |||
- .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
| 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