[PR #351] [CLOSED] Ci test #4086

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/351
Author: @appflowy
Created: 2/19/2022
Status: Closed

Base: mainHead: ci_test


📝 Commits (2)

  • dd832b7 chore: rename some struct
  • dd8c26d refactor: revision_cache with sync_seq

📊 Changes

18 files changed (+278 additions, -349 deletions)

View changed files

frontend/rust-lib/flowy-document/src/core/mod.rs (+0 -9)
📝 frontend/rust-lib/flowy-document/src/editor.rs (+8 -7)
📝 frontend/rust-lib/flowy-document/src/lib.rs (+8 -3)
📝 frontend/rust-lib/flowy-document/src/manager.rs (+35 -50)
📝 frontend/rust-lib/flowy-document/src/queue.rs (+2 -1)
📝 frontend/rust-lib/flowy-document/src/web_socket.rs (+3 -6)
📝 frontend/rust-lib/flowy-document/tests/document/edit_script.rs (+4 -3)
📝 frontend/rust-lib/flowy-folder/src/services/folder_editor.rs (+1 -1)
📝 frontend/rust-lib/flowy-folder/src/services/view/controller.rs (+5 -2)
📝 frontend/rust-lib/flowy-folder/tests/workspace/script.rs (+2 -2)
📝 frontend/rust-lib/flowy-sdk/src/deps_resolve/document_deps.rs (+1 -1)
📝 frontend/rust-lib/flowy-sync/src/cache/mod.rs (+169 -42)
📝 frontend/rust-lib/flowy-sync/src/rev_manager.rs (+26 -208)
📝 frontend/rust-lib/flowy-sync/src/ws_manager.rs (+4 -4)
📝 shared-lib/lib-infra/src/code_gen/flowy_toml.rs (+1 -1)
📝 shared-lib/lib-infra/src/code_gen/protobuf_file/ast.rs (+2 -2)
📝 shared-lib/lib-infra/src/code_gen/protobuf_file/mod.rs (+2 -2)
📝 shared-lib/lib-infra/src/code_gen/util.rs (+5 -5)

📄 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/351 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 2/19/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ci_test` --- ### 📝 Commits (2) - [`dd832b7`](https://github.com/AppFlowy-IO/AppFlowy/commit/dd832b748272948f10a35faf033a2f3ad5e8e9d5) chore: rename some struct - [`dd8c26d`](https://github.com/AppFlowy-IO/AppFlowy/commit/dd8c26df0257c8ad718eda3543f71bc9289a3d9b) refactor: revision_cache with sync_seq ### 📊 Changes **18 files changed** (+278 additions, -349 deletions) <details> <summary>View changed files</summary> ➖ `frontend/rust-lib/flowy-document/src/core/mod.rs` (+0 -9) 📝 `frontend/rust-lib/flowy-document/src/editor.rs` (+8 -7) 📝 `frontend/rust-lib/flowy-document/src/lib.rs` (+8 -3) 📝 `frontend/rust-lib/flowy-document/src/manager.rs` (+35 -50) 📝 `frontend/rust-lib/flowy-document/src/queue.rs` (+2 -1) 📝 `frontend/rust-lib/flowy-document/src/web_socket.rs` (+3 -6) 📝 `frontend/rust-lib/flowy-document/tests/document/edit_script.rs` (+4 -3) 📝 `frontend/rust-lib/flowy-folder/src/services/folder_editor.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-folder/src/services/view/controller.rs` (+5 -2) 📝 `frontend/rust-lib/flowy-folder/tests/workspace/script.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-sdk/src/deps_resolve/document_deps.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-sync/src/cache/mod.rs` (+169 -42) 📝 `frontend/rust-lib/flowy-sync/src/rev_manager.rs` (+26 -208) 📝 `frontend/rust-lib/flowy-sync/src/ws_manager.rs` (+4 -4) 📝 `shared-lib/lib-infra/src/code_gen/flowy_toml.rs` (+1 -1) 📝 `shared-lib/lib-infra/src/code_gen/protobuf_file/ast.rs` (+2 -2) 📝 `shared-lib/lib-infra/src/code_gen/protobuf_file/mod.rs` (+2 -2) 📝 `shared-lib/lib-infra/src/code_gen/util.rs` (+5 -5) </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:14 +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#4086
No description provided.