1 file changed
+1
-1
lines changed- ARCHITECTURE.md+44-48
- arch_docs/diagrams/TimerMachine_Coverage.puml+14
- arch_docs/diagrams/initial_event_history.png
- arch_docs/diagrams/workflow_internals.svg-1
- arch_docs/sdks_intro.md+296
- client/Cargo.toml+7-7
- client/src/lib.rs+195-33
- client/src/proxy.rs+124-5
- core-api/Cargo.toml+4-4
- core-api/src/lib.rs+68
- core-c-bridge/Cargo.toml+5-5
- core-c-bridge/include/temporal-sdk-core-c-bridge.h+11
- core-c-bridge/src/client.rs+1-1
- core-c-bridge/src/random.rs+4-4
- core-c-bridge/src/worker.rs+96-8
- core/Cargo.toml+17-17
- core/src/core_tests/local_activities.rs+4-1
- core/src/core_tests/workflow_tasks.rs+26
- core/src/protosext/mod.rs+7-1
- core/src/test_help/mod.rs+1-24
- core/src/worker/tuner.rs+159
- core/src/worker/workflow/machines/local_activity_state_machine.rs+6-4
- core/src/worker/workflow/machines/workflow_machines.rs+1-1
- sdk-core-protos/Cargo.toml+1-1
- sdk/Cargo.toml+1-1
- sdk/src/workflow_context/options.rs+10-1
- test-utils/Cargo.toml+6-2
- test-utils/src/http_proxy.rs+135
- test-utils/src/lib.rs+20-8
- tests/integ_tests/client_tests.rs+88-10
- tests/integ_tests/visibility_tests.rs+25-6
- tests/integ_tests/workflow_tests/local_activities.rs+52-1
- tests/integ_tests/workflow_tests/nexus.rs+31-7
0 commit comments