Initial move of protobuf files
The files are copied to the desired end state so that I can update the references in later revisions.
The CMakeLists.txt was pruned of the grpc client project.
Paths
| Differential D4992 Authored by • jon on Aug 31 2022, 10:29 AM.
Details Summary Initial move of protobuf files The files are copied to the desired end state so that I can update the references in later revisions. The CMakeLists.txt was pruned of the grpc client project. Test Plan nix develop cd shared/protos rm -rf build && mkdir build && cd build && cmake .. && make -j # builds 4 grpc projects
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptAug 31 2022, 10:29 AM2022-08-31 10:29:06 (UTC-7) • jon added a child revision: D4993: [Shared/docs] Update `yarn codegen-grpc`.Aug 31 2022, 10:39 AM2022-08-31 10:39:00 (UTC-7) Harbormaster completed remote builds in B11735: Diff 16126.Aug 31 2022, 10:39 AM2022-08-31 10:39:53 (UTC-7) Harbormaster completed remote builds in B11741: Diff 16134.Aug 31 2022, 11:12 AM2022-08-31 11:12:30 (UTC-7) This revision is now accepted and ready to land.Aug 31 2022, 4:59 PM2022-08-31 16:59:30 (UTC-7) Comment Actions You didn't move a thing, you doubled everything. Please, fix this revision.
This revision now requires changes to proceed.Sep 1 2022, 1:52 AM2022-09-01 01:52:06 (UTC-7) Comment Actions
@karol please look at the stack, iOS, android, and 3 services (+ related docker files) all reference these files. I'm not going to move and FIX everything in one go. The final piece (not yet present, because I got blocked) in the stack will be to remove the old files. • jon edited the summary of this revision. (Show Details)Sep 1 2022, 12:39 PM2022-09-01 12:39:10 (UTC-7) Comment Actions
This revision now requires changes to proceed.Sep 2 2022, 12:07 AM2022-09-02 00:07:54 (UTC-7) • jon retitled this revision from [Shared] Move protos to shared/protos to [Shared] Copy protos to shared/protos, adjust CMake.Sep 2 2022, 10:43 AM2022-09-02 10:43:22 (UTC-7) Harbormaster completed remote builds in B11849: Diff 16254.Sep 2 2022, 11:36 AM2022-09-02 11:36:16 (UTC-7) Harbormaster completed remote builds in B11852: Diff 16265.Sep 2 2022, 3:33 PM2022-09-02 15:33:17 (UTC-7) • jon added a child revision: D5046: [Native] Remove old protos and related files.Sep 2 2022, 5:41 PM2022-09-02 17:41:16 (UTC-7) Comment Actions What about this @jon
This revision is now accepted and ready to land.Sep 5 2022, 5:42 AM2022-09-05 05:42:48 (UTC-7) • jon edited the summary of this revision. (Show Details)Sep 6 2022, 7:31 AM2022-09-06 07:31:01 (UTC-7) Harbormaster completed remote builds in B11962: Diff 16416.Sep 7 2022, 9:51 AM2022-09-07 09:51:03 (UTC-7) Closed by commit rCOMMaa8c3fa0bca1: [Shared] Copy protos to shared/protos, adjust CMake (authored by • jon). · Explain WhySep 8 2022, 10:29 AM2022-09-08 10:29:52 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 16254 shared/protos/CMakeLists.txt
shared/protos/_generated/.clang-format
shared/protos/_generated/backup.grpc.pb.h
shared/protos/_generated/backup.grpc.pb.cc
|