[PR #1580] [MERGED] fix: remove unused steps #4830

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1580
Author: @appflowy
Created: 12/18/2022
Status: Merged
Merged: 12/19/2022
Merged by: @appflowy

Base: mainHead: fix/rust_code_coverage


📝 Commits (3)

  • d448c49 chore: remove unused code
  • 0cc7643 chore: update pin-project version to remove rust lint warnings
  • 59595ff chore: fix potential test failed

📊 Changes

14 files changed (+89 additions, -105 deletions)

View changed files

📝 .github/workflows/rust_coverage.yml (+23 -30)
📝 frontend/rust-lib/Cargo.lock (+4 -4)
📝 frontend/rust-lib/flowy-folder/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-grid/src/services/filter/controller.rs (+10 -9)
📝 frontend/rust-lib/flowy-grid/tests/grid/filter_test/script.rs (+29 -19)
📝 frontend/rust-lib/flowy-grid/tests/grid/filter_test/text_filter_test.rs (+6 -4)
📝 frontend/rust-lib/flowy-sdk/src/lib.rs (+1 -0)
📝 frontend/rust-lib/flowy-task/src/scheduler.rs (+2 -2)
📝 frontend/rust-lib/lib-dispatch/Cargo.toml (+1 -1)
📝 frontend/scripts/makefile/tests.toml (+6 -28)
📝 shared-lib/Cargo.lock (+4 -4)
📝 shared-lib/grid-rev-model/src/grid_rev.rs (+0 -1)
📝 shared-lib/lib-infra/Cargo.toml (+1 -1)
📝 shared-lib/lib-ws/Cargo.toml (+1 -1)

📄 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/1580 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 12/18/2022 **Status:** ✅ Merged **Merged:** 12/19/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/rust_code_coverage` --- ### 📝 Commits (3) - [`d448c49`](https://github.com/AppFlowy-IO/AppFlowy/commit/d448c494834cdfdb2e5a995d8a409e4a02b48f4b) chore: remove unused code - [`0cc7643`](https://github.com/AppFlowy-IO/AppFlowy/commit/0cc7643301078484904eff2b0305bf159dd09cf4) chore: update pin-project version to remove rust lint warnings - [`59595ff`](https://github.com/AppFlowy-IO/AppFlowy/commit/59595ff3f41df3a575c8640d941850850cad8e71) chore: fix potential test failed ### 📊 Changes **14 files changed** (+89 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/rust_coverage.yml` (+23 -30) 📝 `frontend/rust-lib/Cargo.lock` (+4 -4) 📝 `frontend/rust-lib/flowy-folder/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/filter/controller.rs` (+10 -9) 📝 `frontend/rust-lib/flowy-grid/tests/grid/filter_test/script.rs` (+29 -19) 📝 `frontend/rust-lib/flowy-grid/tests/grid/filter_test/text_filter_test.rs` (+6 -4) 📝 `frontend/rust-lib/flowy-sdk/src/lib.rs` (+1 -0) 📝 `frontend/rust-lib/flowy-task/src/scheduler.rs` (+2 -2) 📝 `frontend/rust-lib/lib-dispatch/Cargo.toml` (+1 -1) 📝 `frontend/scripts/makefile/tests.toml` (+6 -28) 📝 `shared-lib/Cargo.lock` (+4 -4) 📝 `shared-lib/grid-rev-model/src/grid_rev.rs` (+0 -1) 📝 `shared-lib/lib-infra/Cargo.toml` (+1 -1) 📝 `shared-lib/lib-ws/Cargo.toml` (+1 -1) </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:16:01 +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#4830
No description provided.