Commit a712e28
authored
chore: Use
Directly using AST protos from Celest Cloud protos means juggling two separate Dart types since Dart's protoc plugin is not module aware like other languages. There is also an AIP [lint](https://linter.aip.dev/215/foreign-type-reference) which is violated doing this. Instead, use the Any type which will allow separate versioning and publishing of AST protos and Cloud protos.
Also cleans up a bunch of unused proto files from `package:celest_cloud`.Any type for cross-module protos (#312)1 parent 8ca1aed commit a712e28
File tree
247 files changed
+10843
-49286
lines changed- apps/cli/lib/src/frontend
- packages/celest_cloud
- lib/src
- cloud/project_environments
- proto
- buf/validate
- cedar/v3
- celest
- ast/v1
- cloud
- auth/v1alpha1
- v1alpha1
- corks
- cedar/v3
- v1
- dart_options
- google
- api
- logging
- type
- v2
- longrunning
- protobuf
- compiler
- rpc
- type
- i18n/phonenumbers
- java/core/src/main/resources/google/protobuf
- proto
- celest/cloud/v1alpha1
- services/celest_cloud_hub/lib/src
- deploy/fly
- services
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
247 files changed
+10843
-49286
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
900 | 898 | | |
901 | 899 | | |
902 | 900 | | |
903 | | - | |
904 | | - | |
905 | | - | |
906 | | - | |
| 901 | + | |
907 | 902 | | |
908 | 903 | | |
909 | 904 | | |
| |||
930 | 925 | | |
931 | 926 | | |
932 | 927 | | |
933 | | - | |
| 928 | + | |
934 | 929 | | |
935 | 930 | | |
936 | 931 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | | - | |
8 | | - | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments