[PR #328] [MERGED] refactor: optimize protobuf code gen process #4072

Closed
opened 2026-03-23 21:36:10 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/328
Author: @appflowy
Created: 2/13/2022
Status: Merged
Merged: 2/13/2022
Merged by: @appflowy

Base: mainHead: protoc_bin_vendored


📝 Commits (1)

  • 9b8c110 refactor: optimize protobuf code gen process

📊 Changes

12 files changed (+115 additions, -195 deletions)

View changed files

📝 .github/workflows/rust_test.yml (+0 -3)
📝 frontend/Brewfile (+0 -1)
📝 frontend/app_flowy/packages/flowy_sdk/lib/protobuf/flowy-folder-data-model/protobuf.dart (+0 -1)
📝 frontend/rust-lib/Cargo.lock (+51 -0)
📝 frontend/scripts/makefile/protobuf.toml (+2 -9)
📝 shared-lib/Cargo.lock (+51 -0)
shared-lib/flowy-folder-data-model/src/protobuf/document (+0 -4)
shared-lib/flowy-folder-data-model/src/protobuf/model/errors.rs (+0 -144)
📝 shared-lib/flowy-folder-data-model/src/protobuf/model/mod.rs (+0 -3)
shared-lib/flowy-folder-data-model/src/protobuf/proto/errors.proto (+0 -21)
📝 shared-lib/lib-infra/Cargo.toml (+2 -2)
📝 shared-lib/lib-infra/src/pb.rs (+9 -7)

📄 Description

Closes #326


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/328 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 2/13/2022 **Status:** ✅ Merged **Merged:** 2/13/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `protoc_bin_vendored` --- ### 📝 Commits (1) - [`9b8c110`](https://github.com/AppFlowy-IO/AppFlowy/commit/9b8c110a66ac70cde327aa611be40d6d2269df4d) refactor: optimize protobuf code gen process ### 📊 Changes **12 files changed** (+115 additions, -195 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/rust_test.yml` (+0 -3) 📝 `frontend/Brewfile` (+0 -1) 📝 `frontend/app_flowy/packages/flowy_sdk/lib/protobuf/flowy-folder-data-model/protobuf.dart` (+0 -1) 📝 `frontend/rust-lib/Cargo.lock` (+51 -0) 📝 `frontend/scripts/makefile/protobuf.toml` (+2 -9) 📝 `shared-lib/Cargo.lock` (+51 -0) ➖ `shared-lib/flowy-folder-data-model/src/protobuf/document` (+0 -4) ➖ `shared-lib/flowy-folder-data-model/src/protobuf/model/errors.rs` (+0 -144) 📝 `shared-lib/flowy-folder-data-model/src/protobuf/model/mod.rs` (+0 -3) ➖ `shared-lib/flowy-folder-data-model/src/protobuf/proto/errors.proto` (+0 -21) 📝 `shared-lib/lib-infra/Cargo.toml` (+2 -2) 📝 `shared-lib/lib-infra/src/pb.rs` (+9 -7) </details> ### 📄 Description Closes #326 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:36:10 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4072
No description provided.