This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Commit db14077
feat: add queue_ttl to Build, invert_regex to RepoSource (#100)
* chore: Migrate cloudbuild synth.py to bazel The changes in grpc stubs are caused by the gRPC upgrade from 1.10 (more than a year old) to 1.27 (same version which is used as runtime dependency) * chore: Migrate cloudbuild synth.py to bazel The changes in grpc stubs are caused by the gRPC upgrade from 1.10 (more than a year old) to 1.27 (same version which is used as runtime dependency) * chore: Migrate dataproc synth.py to bazel The changes in grpc stubs are caused by the gRPC upgrade from 1.10 (more than a year old) to 1.27 (same version which is used as runtime dependency) Co-authored-by: Jeff Ching <chingor@google.com>1 parent b5a9292 commit db14077
File tree
103 files changed
+6252
-1422
lines changed- google-cloud-build/src
- main/java/com/google/cloud/devtools/cloudbuild/v1
- stub
- test/java/com/google/cloud/devtools/cloudbuild/v1
- grpc-google-cloud-build-v1
- src/main/java/com/google/cloudbuild/v1
- proto-google-cloud-build-v1
- src/main
- java/com/google/cloudbuild/v1
- proto/google/devtools/cloudbuild/v1
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
103 files changed
+6252
-1422
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
Lines changed: 2 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | 208 | | |
210 | 209 | | |
211 | 210 | | |
| |||
288 | 287 | | |
289 | 288 | | |
290 | 289 | | |
291 | | - | |
292 | 290 | | |
293 | 291 | | |
294 | 292 | | |
| |||
486 | 484 | | |
487 | 485 | | |
488 | 486 | | |
489 | | - | |
490 | 487 | | |
491 | 488 | | |
492 | 489 | | |
| |||
562 | 559 | | |
563 | 560 | | |
564 | 561 | | |
565 | | - | |
566 | 562 | | |
567 | 563 | | |
568 | 564 | | |
| |||
638 | 634 | | |
639 | 635 | | |
640 | 636 | | |
641 | | - | |
| 637 | + | |
642 | 638 | | |
643 | 639 | | |
644 | 640 | | |
645 | | - | |
646 | 641 | | |
647 | 642 | | |
648 | 643 | | |
| |||
720 | 715 | | |
721 | 716 | | |
722 | 717 | | |
723 | | - | |
724 | 718 | | |
725 | 719 | | |
726 | 720 | | |
| |||
797 | 791 | | |
798 | 792 | | |
799 | 793 | | |
800 | | - | |
801 | 794 | | |
802 | 795 | | |
803 | 796 | | |
| |||
883 | 876 | | |
884 | 877 | | |
885 | 878 | | |
886 | | - | |
887 | 879 | | |
888 | 880 | | |
889 | 881 | | |
| |||
971 | 963 | | |
972 | 964 | | |
973 | 965 | | |
974 | | - | |
975 | 966 | | |
976 | 967 | | |
977 | 968 | | |
| |||
1076 | 1067 | | |
1077 | 1068 | | |
1078 | 1069 | | |
1079 | | - | |
1080 | 1070 | | |
1081 | 1071 | | |
1082 | 1072 | | |
| |||
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
83 | 87 | | |
84 | 88 | | |
85 | 89 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
98 | 102 | | |
99 | 103 | | |
100 | 104 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments