[PR #309] [CLOSED] Fix remove generated pb files #4057

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/309
Author: @MikeWallaceDev
Created: 2/5/2022
Status: Closed

Base: mainHead: fix_remove_generated_pb_files


📝 Commits (8)

  • fbb749f fix: removed generated Protobuf files
  • 141d454 fix: .gitignore
  • a0c7b32 fix: updated build script so it creates protobuf
  • c4dedf9 fix: updated build script
  • 465304a fix: build script, trial and error...
  • 9b7fdd1 fix: again.
  • a5715be fix: working on the build script sucks.
  • 70a725f fix: added "install cargo make"

📊 Changes

200 files changed (+77 additions, -29459 deletions)

View changed files

📝 .github/workflows/backend_general.yml (+37 -8)
📝 .gitignore (+4 -0)
📝 frontend/app_flowy/.vscode/tasks.json (+13 -0)
📝 frontend/app_flowy/packages/flowy_sdk/lib/dispatch/dispatch.dart (+0 -2)
frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-ffi/ffi_request.pb.dart (+0 -72)
frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-ffi/ffi_request.pbenum.dart (+0 -7)
frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-ffi/ffi_request.pbjson.dart (+0 -21)
frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-ffi/ffi_request.pbserver.dart (+0 -9)
frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-ffi/ffi_response.pb.dart (+0 -76)
frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-ffi/ffi_response.pbenum.dart (+0 -28)
frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-ffi/ffi_response.pbjson.dart (+0 -33)
frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-ffi/ffi_response.pbserver.dart (+0 -9)
frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-ffi/protobuf.dart (+0 -3)
frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-notify/protobuf.dart (+0 -2)
frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-notify/subject.pb.dart (+0 -140)
frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-notify/subject.pbenum.dart (+0 -7)
frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-notify/subject.pbjson.dart (+0 -28)
frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-notify/subject.pbserver.dart (+0 -9)
frontend/app_flowy/packages/flowy_sdk/lib/protobuf/error-code/error_code.pb.dart (+0 -11)
frontend/app_flowy/packages/flowy_sdk/lib/protobuf/error-code/error_code.pbenum.dart (+0 -82)

...and 80 more files

📄 Description

removed generated pb files
added a task to generate them on demand (doesn't work, I need your help)


🔄 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/309 **Author:** [@MikeWallaceDev](https://github.com/MikeWallaceDev) **Created:** 2/5/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix_remove_generated_pb_files` --- ### 📝 Commits (8) - [`fbb749f`](https://github.com/AppFlowy-IO/AppFlowy/commit/fbb749fc0219e1368a0123bf74a7d9acf8fb5b55) fix: removed generated Protobuf files - [`141d454`](https://github.com/AppFlowy-IO/AppFlowy/commit/141d454b30938dafd83192da928da8a072e98403) fix: .gitignore - [`a0c7b32`](https://github.com/AppFlowy-IO/AppFlowy/commit/a0c7b3223d1f5f30ca66da4dac40c52dc090dfe8) fix: updated build script so it creates protobuf - [`c4dedf9`](https://github.com/AppFlowy-IO/AppFlowy/commit/c4dedf9544eab88b9811047607d1f67356a4e8d0) fix: updated build script - [`465304a`](https://github.com/AppFlowy-IO/AppFlowy/commit/465304a05e24ea750aee220ead57b970ebc6c73c) fix: build script, trial and error... - [`9b7fdd1`](https://github.com/AppFlowy-IO/AppFlowy/commit/9b7fdd10d559e451ab015952f6996693987da1c4) fix: again. - [`a5715be`](https://github.com/AppFlowy-IO/AppFlowy/commit/a5715be6caa39b711c68037cf105b24727b3f820) fix: working on the build script sucks. - [`70a725f`](https://github.com/AppFlowy-IO/AppFlowy/commit/70a725f5b402c158edc513b4f170e576cf80b8bc) fix: added "install cargo make" ### 📊 Changes **200 files changed** (+77 additions, -29459 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/backend_general.yml` (+37 -8) 📝 `.gitignore` (+4 -0) 📝 `frontend/app_flowy/.vscode/tasks.json` (+13 -0) 📝 `frontend/app_flowy/packages/flowy_sdk/lib/dispatch/dispatch.dart` (+0 -2) ➖ `frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-ffi/ffi_request.pb.dart` (+0 -72) ➖ `frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-ffi/ffi_request.pbenum.dart` (+0 -7) ➖ `frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-ffi/ffi_request.pbjson.dart` (+0 -21) ➖ `frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-ffi/ffi_request.pbserver.dart` (+0 -9) ➖ `frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-ffi/ffi_response.pb.dart` (+0 -76) ➖ `frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-ffi/ffi_response.pbenum.dart` (+0 -28) ➖ `frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-ffi/ffi_response.pbjson.dart` (+0 -33) ➖ `frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-ffi/ffi_response.pbserver.dart` (+0 -9) ➖ `frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-ffi/protobuf.dart` (+0 -3) ➖ `frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-notify/protobuf.dart` (+0 -2) ➖ `frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-notify/subject.pb.dart` (+0 -140) ➖ `frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-notify/subject.pbenum.dart` (+0 -7) ➖ `frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-notify/subject.pbjson.dart` (+0 -28) ➖ `frontend/app_flowy/packages/flowy_sdk/lib/protobuf/dart-notify/subject.pbserver.dart` (+0 -9) ➖ `frontend/app_flowy/packages/flowy_sdk/lib/protobuf/error-code/error_code.pb.dart` (+0 -11) ➖ `frontend/app_flowy/packages/flowy_sdk/lib/protobuf/error-code/error_code.pbenum.dart` (+0 -82) _...and 80 more files_ </details> ### 📄 Description removed generated pb files added a task to generate them on demand (doesn't work, I need your help) --- <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:06 +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#4057
No description provided.