[PR #555] [MERGED] Refactor/ignore protobuf files #4194

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/555
Author: @appflowy
Created: 6/15/2022
Status: Merged
Merged: 6/15/2022
Merged by: @appflowy

Base: mainHead: refactor/ignore_pb_files


📝 Commits (7)

  • 4b71c47 refactor: separate proto file from src folder
  • 94276d4 chore: ignore rust's protobuf crate
  • 812bca6 chore: ignore dart protobuf files
  • 68f7f25 chore: fix github actions
  • a0f064b fix: build flowy sdk
  • 3105f30 fix: build flowy sdk
  • 48cee0b fix: build flowy sdk

📊 Changes

355 files changed (+256 additions, -44695 deletions)

View changed files

📝 .github/workflows/dart_lint.yml (+18 -1)
📝 .github/workflows/dart_test.yml (+7 -9)
📝 .github/workflows/rust_lint.yml (+21 -15)
📝 .gitignore (+3 -1)
📝 frontend/app_flowy/lib/user/application/sign_in_bloc.dart (+2 -1)
📝 frontend/app_flowy/lib/user/application/sign_up_bloc.dart (+2 -1)
📝 frontend/app_flowy/lib/user/application/user_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/user/presentation/splash_screen.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/home/home_bloc.dart (+1 -1)
📝 frontend/app_flowy/packages/flowy_sdk/.gitignore (+2 -1)
📝 frontend/app_flowy/packages/flowy_sdk/lib/dispatch/dispatch.dart (+1 -1)
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)

...and 80 more files

📄 Description

No description provided


🔄 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/555 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 6/15/2022 **Status:** ✅ Merged **Merged:** 6/15/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `refactor/ignore_pb_files` --- ### 📝 Commits (7) - [`4b71c47`](https://github.com/AppFlowy-IO/AppFlowy/commit/4b71c474e4deedcb6951a66459f0345380d4457c) refactor: separate proto file from src folder - [`94276d4`](https://github.com/AppFlowy-IO/AppFlowy/commit/94276d438d0a713ce6a6913352676b1032ccc4ea) chore: ignore rust's protobuf crate - [`812bca6`](https://github.com/AppFlowy-IO/AppFlowy/commit/812bca616c91aeebb65a1fa79037df207e2c43dd) chore: ignore dart protobuf files - [`68f7f25`](https://github.com/AppFlowy-IO/AppFlowy/commit/68f7f25ca89de5bff0909309d98014e6f7b0970d) chore: fix github actions - [`a0f064b`](https://github.com/AppFlowy-IO/AppFlowy/commit/a0f064b15e5640cebc8d6291352dff68f29dede5) fix: build flowy sdk - [`3105f30`](https://github.com/AppFlowy-IO/AppFlowy/commit/3105f30ea6f774f353a14c1fe607af079ec8eeca) fix: build flowy sdk - [`48cee0b`](https://github.com/AppFlowy-IO/AppFlowy/commit/48cee0b276dbc4dd61f5c06da17b94ed3baa344f) fix: build flowy sdk ### 📊 Changes **355 files changed** (+256 additions, -44695 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dart_lint.yml` (+18 -1) 📝 `.github/workflows/dart_test.yml` (+7 -9) 📝 `.github/workflows/rust_lint.yml` (+21 -15) 📝 `.gitignore` (+3 -1) 📝 `frontend/app_flowy/lib/user/application/sign_in_bloc.dart` (+2 -1) 📝 `frontend/app_flowy/lib/user/application/sign_up_bloc.dart` (+2 -1) 📝 `frontend/app_flowy/lib/user/application/user_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/user/presentation/splash_screen.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/home/home_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/packages/flowy_sdk/.gitignore` (+2 -1) 📝 `frontend/app_flowy/packages/flowy_sdk/lib/dispatch/dispatch.dart` (+1 -1) ➖ `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) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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:43 +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#4194
No description provided.