[PR #2543] [MERGED] Refactor: delete unused crates #5288

Closed
opened 2026-03-23 22:18:04 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2543
Author: @appflowy
Created: 5/16/2023
Status: Merged
Merged: 5/17/2023
Merged by: @appflowy

Base: developHead: refactor/delete_unuse_crates


📝 Commits (10+)

  • 5969ab4 refactor: delete user model
  • 5fea732 refactor: delete user model crate
  • e71241e refactor: rm flowy-server-sync crate
  • 876dbee refactor: rm flowy-database and flowy-folder
  • c6c899b refactor: rm folder-model
  • ef4f0a3 refactor: rm database model
  • 050c22c refactor: rm flowy-sync
  • 0ff4820 refactor: rm document-model
  • e5e1a18 chore: Merge branch 'develop' into refactor/delete_unuse_crates
  • 7a0139c refactor: rm flowy-document

📊 Changes

514 files changed (+2264 additions, -55294 deletions)

View changed files

📝 .github/workflows/rust_ci.yaml (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/application/share_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/application/share_service.dart (+7 -7)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/share/share_button.dart (+1 -1)
📝 frontend/appflowy_flutter/packages/appflowy_backend/lib/dispatch/dispatch.dart (+0 -2)
📝 frontend/appflowy_tauri/pnpm-lock.yaml (+884 -843)
📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+4 -278)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+1 -0)
📝 frontend/appflowy_tauri/src-tauri/src/init.rs (+2 -1)
📝 frontend/appflowy_tauri/src/services/backend/index.ts (+0 -1)
📝 frontend/rust-lib/Cargo.lock (+21 -513)
📝 frontend/rust-lib/Cargo.toml (+0 -9)
📝 frontend/rust-lib/dart-ffi/Cargo.toml (+3 -2)
📝 frontend/rust-lib/dart-ffi/src/lib.rs (+17 -13)
frontend/rust-lib/flowy-client-sync/Cargo.toml (+0 -27)
frontend/rust-lib/flowy-client-sync/src/client_database/block_revision_pad.rs (+0 -491)
frontend/rust-lib/flowy-client-sync/src/client_database/database_builder.rs (+0 -81)
frontend/rust-lib/flowy-client-sync/src/client_database/database_revision_pad.rs (+0 -488)
frontend/rust-lib/flowy-client-sync/src/client_database/database_view_revision_pad.rs (+0 -381)
frontend/rust-lib/flowy-client-sync/src/client_database/mod.rs (+0 -9)

...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/2543 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 5/16/2023 **Status:** ✅ Merged **Merged:** 5/17/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `develop` ← **Head:** `refactor/delete_unuse_crates` --- ### 📝 Commits (10+) - [`5969ab4`](https://github.com/AppFlowy-IO/AppFlowy/commit/5969ab4721fbe5fc1b5be10ed4e51019893bb385) refactor: delete user model - [`5fea732`](https://github.com/AppFlowy-IO/AppFlowy/commit/5fea73221a16623681143486afd89ef1d13af623) refactor: delete user model crate - [`e71241e`](https://github.com/AppFlowy-IO/AppFlowy/commit/e71241ed562b66a0249646350254fde54508f4d9) refactor: rm flowy-server-sync crate - [`876dbee`](https://github.com/AppFlowy-IO/AppFlowy/commit/876dbeed6bdac8fb2014c8df1b05905590e813cf) refactor: rm flowy-database and flowy-folder - [`c6c899b`](https://github.com/AppFlowy-IO/AppFlowy/commit/c6c899bc959b41f2bd7bb22e0b71b168d9309093) refactor: rm folder-model - [`ef4f0a3`](https://github.com/AppFlowy-IO/AppFlowy/commit/ef4f0a318d8aa4933c8a5cc6ebdd2609c6336ba1) refactor: rm database model - [`050c22c`](https://github.com/AppFlowy-IO/AppFlowy/commit/050c22c8cfae568606d48cf6459b7e0add669c3d) refactor: rm flowy-sync - [`0ff4820`](https://github.com/AppFlowy-IO/AppFlowy/commit/0ff482036f592d1bc5db1b6c5ecf42ff1455b602) refactor: rm document-model - [`e5e1a18`](https://github.com/AppFlowy-IO/AppFlowy/commit/e5e1a18f216371f80fcf4c5863c33c323c3e6ca0) chore: Merge branch 'develop' into refactor/delete_unuse_crates - [`7a0139c`](https://github.com/AppFlowy-IO/AppFlowy/commit/7a0139c6f28838979b2b72b69cf6832d77eb3cbd) refactor: rm flowy-document ### 📊 Changes **514 files changed** (+2264 additions, -55294 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/rust_ci.yaml` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/application/share_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/application/share_service.dart` (+7 -7) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/share/share_button.dart` (+1 -1) 📝 `frontend/appflowy_flutter/packages/appflowy_backend/lib/dispatch/dispatch.dart` (+0 -2) 📝 `frontend/appflowy_tauri/pnpm-lock.yaml` (+884 -843) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+4 -278) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+1 -0) 📝 `frontend/appflowy_tauri/src-tauri/src/init.rs` (+2 -1) 📝 `frontend/appflowy_tauri/src/services/backend/index.ts` (+0 -1) 📝 `frontend/rust-lib/Cargo.lock` (+21 -513) 📝 `frontend/rust-lib/Cargo.toml` (+0 -9) 📝 `frontend/rust-lib/dart-ffi/Cargo.toml` (+3 -2) 📝 `frontend/rust-lib/dart-ffi/src/lib.rs` (+17 -13) ➖ `frontend/rust-lib/flowy-client-sync/Cargo.toml` (+0 -27) ➖ `frontend/rust-lib/flowy-client-sync/src/client_database/block_revision_pad.rs` (+0 -491) ➖ `frontend/rust-lib/flowy-client-sync/src/client_database/database_builder.rs` (+0 -81) ➖ `frontend/rust-lib/flowy-client-sync/src/client_database/database_revision_pad.rs` (+0 -488) ➖ `frontend/rust-lib/flowy-client-sync/src/client_database/database_view_revision_pad.rs` (+0 -381) ➖ `frontend/rust-lib/flowy-client-sync/src/client_database/mod.rs` (+0 -9) _...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 22:18:04 +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#5288
No description provided.