File tree
21 files changed
+2145
-85
lines changed- packages
- core-bridge
- src
- interceptors-opentelemetry/src
- worker
- workflow
- test
- history_files
- src
- workflows
- worker/src/workflow
- workflow/src
21 files changed
+2145
-85
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 | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
- .github/workflows/per-pr.yml+4-4
- Cargo.toml+6-5
- README.md+4
- client/src/metrics.rs+26-4
- client/src/raw.rs+176-6
- client/src/worker_registry/mod.rs+19-3
- core-api/src/telemetry.rs+13
- core-api/src/telemetry/metrics.rs+2-1
- core-c-bridge/Cargo.toml+2-1
- core-c-bridge/include/temporal-sdk-core-c-bridge.h+112-22
- core-c-bridge/src/client.rs+6
- core-c-bridge/src/worker.rs+223-57
- core/Cargo.toml+3-3
- core/src/core_tests/updates.rs+2-2
- core/src/internal_flags.rs+9
- core/src/protosext/protocol_messages.rs+4-11
- core/src/telemetry/metrics.rs+1
- core/src/telemetry/mod.rs+8-2
- core/src/telemetry/prometheus_meter.rs+1
- core/src/worker/mod.rs+7
- core/src/worker/slot_provider.rs+9
- core/src/worker/workflow/machines/patch_state_machine.rs+9-2
- core/src/worker/workflow/machines/workflow_machines.rs+5
- core/src/worker/workflow/workflow_stream.rs+8-3
- sdk-core-protos/Cargo.toml+4-5
- sdk-core-protos/build.rs+10-23
- sdk-core-protos/protos/api_upstream/.github/workflows/create-release.yml+9-1
- sdk-core-protos/protos/api_upstream/openapi/openapiv2.json+254-5
- sdk-core-protos/protos/api_upstream/openapi/openapiv3.yaml+234-5
- sdk-core-protos/protos/api_upstream/temporal/api/common/v1/message.proto+1-1
- sdk-core-protos/protos/api_upstream/temporal/api/deployment/v1/message.proto+6
- sdk-core-protos/protos/api_upstream/temporal/api/namespace/v1/message.proto+6-2
- sdk-core-protos/protos/api_upstream/temporal/api/workflowservice/v1/request_response.proto+60-2
- sdk-core-protos/protos/api_upstream/temporal/api/workflowservice/v1/service.proto+30-6
- sdk-core-protos/protos/local/temporal/sdk/core/workflow_activation/workflow_activation.proto+2
- sdk-core-protos/src/history_builder.rs+1-1
- sdk-core-protos/src/lib.rs+6-6
- sdk-core-protos/src/utilities.rs+2-5
- sdk/Cargo.toml+8-2
- tests/integ_tests/metrics_tests.rs+91-1
- tests/integ_tests/workflow_tests/patches.rs+10-2
0 commit comments