Commit b39cb13
committed
File tree
11 files changed
+460
-194
lines changed- temporalio
- bridge
- contrib/openai_agents
- worker
- workflow_sandbox
- tests
- contrib/openai_agents
- worker
11 files changed
+460
-194
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
- 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+3-1
- 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/random.rs+4-4
- core-c-bridge/src/worker.rs+95-7
- 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/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+87-9
- 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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| 355 | + | |
| 356 | + | |
355 | 357 | | |
356 | 358 | | |
357 | 359 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
555 | 559 | | |
556 | 560 | | |
557 | 561 | | |
| |||
563 | 567 | | |
564 | 568 | | |
565 | 569 | | |
| 570 | + | |
| 571 | + | |
566 | 572 | | |
567 | 573 | | |
568 | 574 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| 147 | + | |
| 148 | + | |
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
| |||
320 | 323 | | |
321 | 324 | | |
322 | 325 | | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
323 | 329 | | |
324 | 330 | | |
325 | 331 | | |
| |||
1464 | 1470 | | |
1465 | 1471 | | |
1466 | 1472 | | |
| 1473 | + | |
1467 | 1474 | | |
1468 | 1475 | | |
1469 | 1476 | | |
| |||
1496 | 1503 | | |
1497 | 1504 | | |
1498 | 1505 | | |
| 1506 | + | |
1499 | 1507 | | |
1500 | 1508 | | |
1501 | 1509 | | |
| |||
1703 | 1711 | | |
1704 | 1712 | | |
1705 | 1713 | | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
| 1720 | + | |
| 1721 | + | |
| 1722 | + | |
| 1723 | + | |
| 1724 | + | |
| 1725 | + | |
| 1726 | + | |
| 1727 | + | |
| 1728 | + | |
| 1729 | + | |
| 1730 | + | |
| 1731 | + | |
| 1732 | + | |
| 1733 | + | |
| 1734 | + | |
| 1735 | + | |
| 1736 | + | |
| 1737 | + | |
| 1738 | + | |
| 1739 | + | |
| 1740 | + | |
| 1741 | + | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
1706 | 1745 | | |
1707 | 1746 | | |
1708 | 1747 | | |
| |||
2766 | 2805 | | |
2767 | 2806 | | |
2768 | 2807 | | |
| 2808 | + | |
| 2809 | + | |
| 2810 | + | |
| 2811 | + | |
2769 | 2812 | | |
2770 | 2813 | | |
2771 | 2814 | | |
| |||
2787 | 2830 | | |
2788 | 2831 | | |
2789 | 2832 | | |
2790 | | - | |
2791 | | - | |
2792 | | - | |
2793 | | - | |
2794 | | - | |
2795 | 2833 | | |
2796 | 2834 | | |
2797 | 2835 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| 90 | + | |
| 91 | + | |
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
| |||
0 commit comments