File tree
18 files changed
+270
-11
lines changed- src
- main
- java/com/uber/cadence
- internal
- compatibility
- proto
- thrift
- sync
- testservice
- serviceclient
- test/java/com/uber/cadence
- internal
- compatibility
- thrift
- testservice
- serviceclient
18 files changed
+270
-11
lines changed- .buildkite/pipeline.yml-14
- .github/pull_request_template.md+33-20
- .gitignore+1
- go/proto/admin/v1/queue.pb.yarpc.go+449-429
- go/proto/admin/v1/service.pb.go+769-295
- go/proto/admin/v1/service.pb.yarpc.go+711-633
- go/proto/api/v1/decision.pb.yarpc.go+214-195
- go/proto/api/v1/history.pb.go+299-236
- go/proto/api/v1/history.pb.yarpc.go+449-429
- go/proto/api/v1/query.pb.yarpc.go+214-195
- go/proto/api/v1/service_visibility.pb.yarpc.go+214-195
- go/proto/api/v1/service_worker.pb.go+462-126
- go/proto/api/v1/service_worker.pb.yarpc.go+580-554
- go/proto/api/v1/service_workflow.pb.go+1.0k-304
- go/proto/api/v1/service_workflow.pb.yarpc.go+669-591
- go/proto/api/v1/tasklist.pb.go+1.2k-66
- go/proto/api/v1/tasklist.pb.yarpc.go+65-47
- go/proto/api/v1/visibility.pb.yarpc.go+214-195
- go/proto/api/v1/workflow.pb.go+221-150
- go/proto/api/v1/workflow.pb.yarpc.go+214-195
- proto/uber/cadence/admin/v1/service.proto+13
- proto/uber/cadence/api/v1/history.proto+1
- proto/uber/cadence/api/v1/service_worker.proto+7
- proto/uber/cadence/api/v1/service_workflow.proto+22
- proto/uber/cadence/api/v1/tasklist.proto+29
- proto/uber/cadence/api/v1/workflow.proto+2
- scripts/buildkite/fossa.sh+1-1
- thrift/cadence.thrift+56
- thrift/history.thrift+87-16
- thrift/matching.thrift+6
- thrift/shared.thrift+38
- thrift/sqlblobs.thrift+13
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
| 35 | + | |
34 | 36 |
| |
35 | 37 |
| |
36 | 38 |
| |
| |||
156 | 158 |
| |
157 | 159 |
| |
158 | 160 |
| |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
159 | 169 |
| |
160 | 170 |
| |
161 | 171 |
| |
| |||
829 | 839 |
| |
830 | 840 |
| |
831 | 841 |
| |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
832 | 849 |
| |
833 | 850 |
| |
834 | 851 |
| |
|
Lines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
403 | 404 |
| |
404 | 405 |
| |
405 | 406 |
| |
| 407 | + | |
406 | 408 |
| |
407 | 409 |
| |
408 | 410 |
| |
| |||
418 | 420 |
| |
419 | 421 |
| |
420 | 422 |
| |
421 |
| - | |
| 423 | + | |
| 424 | + | |
422 | 425 |
| |
423 | 426 |
| |
424 | 427 |
| |
| |||
445 | 448 |
| |
446 | 449 |
| |
447 | 450 |
| |
| 451 | + | |
| 452 | + | |
| 453 | + | |
448 | 454 |
| |
449 | 455 |
| |
450 | 456 |
| |
| |||
530 | 536 |
| |
531 | 537 |
| |
532 | 538 |
| |
| 539 | + | |
| 540 | + | |
| 541 | + | |
533 | 542 |
| |
534 | 543 |
| |
535 | 544 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
947 | 947 |
| |
948 | 948 |
| |
949 | 949 |
| |
| 950 | + | |
| 951 | + | |
950 | 952 |
| |
951 | 953 |
| |
952 | 954 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
| |||
239 | 240 |
| |
240 | 241 |
| |
241 | 242 |
| |
| 243 | + | |
242 | 244 |
| |
243 | 245 |
| |
244 | 246 |
| |
| |||
265 | 267 |
| |
266 | 268 |
| |
267 | 269 |
| |
| 270 | + | |
268 | 271 |
| |
269 | 272 |
| |
270 | 273 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
| |||
686 | 687 |
| |
687 | 688 |
| |
688 | 689 |
| |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
689 | 700 |
|
Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
593 | 593 |
| |
594 | 594 |
| |
595 | 595 |
| |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
596 | 603 |
| |
597 | 604 |
| |
598 | 605 |
| |
| |||
921 | 928 |
| |
922 | 929 |
| |
923 | 930 |
| |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
924 | 939 |
| |
925 | 940 |
| |
926 | 941 |
| |
|
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
| 33 | + | |
32 | 34 |
| |
33 | 35 |
| |
34 | 36 |
| |
| |||
475 | 477 |
| |
476 | 478 |
| |
477 | 479 |
| |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
478 | 487 |
| |
479 | 488 |
| |
480 | 489 |
| |
| |||
809 | 818 |
| |
810 | 819 |
| |
811 | 820 |
| |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
812 | 829 |
| |
813 | 830 |
| |
814 | 831 |
| |
|
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
| 33 | + | |
32 | 34 |
| |
33 | 35 |
| |
34 | 36 |
| |
| |||
206 | 208 |
| |
207 | 209 |
| |
208 | 210 |
| |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
209 | 219 |
| |
210 | 220 |
| |
211 | 221 |
| |
| |||
834 | 844 |
| |
835 | 845 |
| |
836 | 846 |
| |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
837 | 854 |
| |
838 | 855 |
| |
839 | 856 |
| |
|
Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
46 | 54 |
| |
47 | 55 |
| |
48 | 56 |
| |
| |||
377 | 385 |
| |
378 | 386 |
| |
379 | 387 |
| |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
380 | 395 |
| |
381 | 396 |
| |
382 | 397 |
| |
|
0 commit comments