File tree
9 files changed
+62
-57
lines changed- .github/workflows
- packages
- core-bridge
- src
- ts
- testing/src
- test/src
9 files changed
+62
-57
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
| 73 | + | |
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
|
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
- .buildkite/docker/Dockerfile+2-2
- .buildkite/pipeline.yml+1-1
- core/Cargo.toml+1-1
- core/src/core_tests/activity_tasks.rs+1-1
- core/src/core_tests/local_activities.rs+73-3
- core/src/core_tests/queries.rs+31-12
- core/src/core_tests/workers.rs+7-2
- core/src/core_tests/workflow_tasks.rs+190-1
- core/src/ephemeral_server/mod.rs+10-3
- core/src/worker/activities/local_activities.rs+3-3
- core/src/worker/mod.rs+11-6
- core/src/worker/workflow/history_update.rs+81-21
- core/src/worker/workflow/managed_run.rs+17-1
- core/src/worker/workflow/mod.rs+124-3
- core/src/worker/workflow/wft_extraction.rs+14-2
- core/src/worker/workflow/workflow_stream.rs+28-7
- sdk-core-protos/src/history_info.rs+5
- sdk-core-protos/src/lib.rs+1
- sdk/src/lib.rs+5-5
- sdk/src/workflow_context.rs+6
- sdk/src/workflow_future.rs+1
- tests/integ_tests/workflow_tests.rs+3-3
Lines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
24 |
| - | |
| 25 | + | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
| |||
403 | 404 |
| |
404 | 405 |
| |
405 | 406 |
| |
406 |
| - | |
407 |
| - | |
| 407 | + | |
| 408 | + | |
408 | 409 |
| |
409 | 410 |
| |
410 | 411 |
| |
| |||
427 | 428 |
| |
428 | 429 |
| |
429 | 430 |
| |
430 |
| - | |
| 431 | + | |
431 | 432 |
| |
432 |
| - | |
| 433 | + | |
433 | 434 |
| |
434 | 435 |
| |
435 | 436 |
| |
| |||
450 | 451 |
| |
451 | 452 |
| |
452 | 453 |
| |
453 |
| - | |
| 454 | + | |
454 | 455 |
| |
455 | 456 |
| |
456 | 457 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
276 |
| - | |
277 |
| - | |
278 |
| - | |
| 276 | + | |
279 | 277 |
| |
280 | 278 |
| |
281 | 279 |
| |
|
Lines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
381 | 381 |
| |
382 | 382 |
| |
383 | 383 |
| |
384 |
| - | |
| 384 | + | |
385 | 385 |
| |
386 |
| - | |
387 |
| - | |
| 386 | + | |
| 387 | + | |
388 | 388 |
| |
389 | 389 |
| |
390 | 390 |
| |
| |||
399 | 399 |
| |
400 | 400 |
| |
401 | 401 |
| |
402 |
| - | |
| 402 | + | |
403 | 403 |
| |
404 | 404 |
| |
405 | 405 |
| |
406 | 406 |
| |
| 407 | + | |
| 408 | + | |
407 | 409 |
| |
408 | 410 |
| |
409 | 411 |
| |
| |||
424 | 426 |
| |
425 | 427 |
| |
426 | 428 |
| |
427 |
| - | |
| 429 | + | |
428 | 430 |
| |
429 |
| - | |
| 431 | + | |
430 | 432 |
| |
431 | 433 |
| |
432 | 434 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 |
| - | |
119 |
| - | |
| 118 | + | |
120 | 119 |
| |
121 | 120 |
| |
122 | 121 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + |
Lines changed: 34 additions & 29 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 |
| - | |
125 |
| - | |
| 124 | + | |
| 125 | + | |
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
| 141 | + | |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 | 149 |
| |
153 | 150 |
| |
154 | 151 |
| |
| |||
201 | 198 |
| |
202 | 199 |
| |
203 | 200 |
| |
204 |
| - | |
| 201 | + | |
| 202 | + | |
205 | 203 |
| |
206 | 204 |
| |
207 | 205 |
| |
208 |
| - | |
| 206 | + | |
209 | 207 |
| |
210 | 208 |
| |
211 | 209 |
| |
| |||
239 | 237 |
| |
240 | 238 |
| |
241 | 239 |
| |
242 |
| - | |
243 |
| - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
244 | 245 |
| |
245 | 246 |
| |
246 | 247 |
| |
| |||
250 | 251 |
| |
251 | 252 |
| |
252 | 253 |
| |
253 |
| - | |
254 |
| - | |
255 |
| - | |
256 |
| - | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
257 | 257 |
| |
258 |
| - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
259 | 261 |
| |
260 | 262 |
| |
261 | 263 |
| |
262 |
| - | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
263 | 270 |
| |
264 | 271 |
| |
265 | 272 |
| |
266 | 273 |
| |
267 |
| - | |
268 |
| - | |
269 | 274 |
| |
270 |
| - | |
271 |
| - | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
272 | 283 |
| |
273 | 284 |
| |
274 | 285 |
| |
275 | 286 |
| |
276 | 287 |
| |
277 | 288 |
| |
278 |
| - | |
279 |
| - | |
280 |
| - | |
281 |
| - | |
282 |
| - | |
283 |
| - | |
284 |
| - | |
| 289 | + | |
285 | 290 |
| |
286 | 291 |
| |
287 | 292 |
| |
|
0 commit comments