[PR #6696] [MERGED] chore: fix remove view desc test #7533

Closed
opened 2026-03-23 23:20:03 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6696
Author: @appflowy
Created: 11/1/2024
Status: Merged
Merged: 11/1/2024
Merged by: @appflowy

Base: mainHead: fix_view_desc_test


📝 Commits (3)

  • 2186e16 chore: fix remove view desc test
  • 692ca63 chore: fix remove view desc test
  • 102add9 chore: clippy

📊 Changes

15 files changed (+36 additions, -90 deletions)

View changed files

📝 .github/workflows/rust_ci.yaml (+1 -1)
📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+14 -12)
📝 frontend/rust-lib/event-integration-test/src/chat_event.rs (+0 -1)
📝 frontend/rust-lib/event-integration-test/src/database_event.rs (+0 -3)
📝 frontend/rust-lib/event-integration-test/src/document/document_event.rs (+0 -1)
📝 frontend/rust-lib/event-integration-test/src/document_event.rs (+0 -1)
📝 frontend/rust-lib/event-integration-test/src/folder_event.rs (+0 -4)
📝 frontend/rust-lib/event-integration-test/tests/folder/local_test/script.rs (+1 -2)
📝 frontend/rust-lib/flowy-folder/src/lib.rs (+0 -2)
frontend/rust-lib/flowy-folder/src/test_helper.rs (+0 -58)
📝 frontend/rust-lib/flowy-user/src/migrations/doc_key_with_workspace.rs (+5 -1)
📝 frontend/rust-lib/flowy-user/src/migrations/document_empty_content.rs (+5 -1)
📝 frontend/rust-lib/flowy-user/src/migrations/workspace_and_favorite_v1.rs (+5 -1)
📝 frontend/rust-lib/flowy-user/src/migrations/workspace_trash_v1.rs (+5 -1)
📝 frontend/rust-lib/flowy-user/src/services/authenticate_user.rs (+0 -1)

📄 Description

The rust tests were skiped at #6691 .


🔄 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/6696 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 11/1/2024 **Status:** ✅ Merged **Merged:** 11/1/2024 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix_view_desc_test` --- ### 📝 Commits (3) - [`2186e16`](https://github.com/AppFlowy-IO/AppFlowy/commit/2186e16966c714388b4b5960c8ace205c0f19351) chore: fix remove view desc test - [`692ca63`](https://github.com/AppFlowy-IO/AppFlowy/commit/692ca63790cebe14dab152a57df6646f48655037) chore: fix remove view desc test - [`102add9`](https://github.com/AppFlowy-IO/AppFlowy/commit/102add95dde786966203d2637a9c63a94d79950a) chore: clippy ### 📊 Changes **15 files changed** (+36 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/rust_ci.yaml` (+1 -1) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+14 -12) 📝 `frontend/rust-lib/event-integration-test/src/chat_event.rs` (+0 -1) 📝 `frontend/rust-lib/event-integration-test/src/database_event.rs` (+0 -3) 📝 `frontend/rust-lib/event-integration-test/src/document/document_event.rs` (+0 -1) 📝 `frontend/rust-lib/event-integration-test/src/document_event.rs` (+0 -1) 📝 `frontend/rust-lib/event-integration-test/src/folder_event.rs` (+0 -4) 📝 `frontend/rust-lib/event-integration-test/tests/folder/local_test/script.rs` (+1 -2) 📝 `frontend/rust-lib/flowy-folder/src/lib.rs` (+0 -2) ➖ `frontend/rust-lib/flowy-folder/src/test_helper.rs` (+0 -58) 📝 `frontend/rust-lib/flowy-user/src/migrations/doc_key_with_workspace.rs` (+5 -1) 📝 `frontend/rust-lib/flowy-user/src/migrations/document_empty_content.rs` (+5 -1) 📝 `frontend/rust-lib/flowy-user/src/migrations/workspace_and_favorite_v1.rs` (+5 -1) 📝 `frontend/rust-lib/flowy-user/src/migrations/workspace_trash_v1.rs` (+5 -1) 📝 `frontend/rust-lib/flowy-user/src/services/authenticate_user.rs` (+0 -1) </details> ### 📄 Description The rust tests were skiped at #6691 . --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:20:03 +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#7533
No description provided.