[PR #4361] [MERGED] feat: Stream collab objects #6217

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

📋 Pull Request Information

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

Base: mainHead: stream_collab_objects


📝 Commits (4)

  • 68ae7dd feat: stream collab object
  • d3735a3 Merge branch 'main' into stream_collab_objects
  • 3e94932 chore: disable snapshot
  • 57d066b Merge branch 'main' into stream_collab_objects

📊 Changes

18 files changed (+235 additions, -194 deletions)

View changed files

📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+81 -47)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+1 -1)
📝 frontend/rust-lib/Cargo.lock (+81 -47)
📝 frontend/rust-lib/Cargo.toml (+1 -1)
📝 frontend/rust-lib/collab-integrate/src/collab_builder.rs (+1 -1)
📝 frontend/rust-lib/dart-ffi/src/env_serde.rs (+2 -9)
📝 frontend/rust-lib/event-integration/tests/document/local_test/mod.rs (+1 -1)
frontend/rust-lib/flowy-folder-pub/src/folder_service.rs (+0 -0)
📝 frontend/rust-lib/flowy-folder-pub/src/lib.rs (+1 -0)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/file_storage.rs (+7 -37)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/folder.rs (+1 -1)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs (+1 -1)
📝 frontend/rust-lib/flowy-user-pub/Cargo.toml (+2 -1)
📝 frontend/rust-lib/flowy-user/src/anon_user/migrate_anon_user_collab.rs (+0 -4)
frontend/rust-lib/flowy-user/src/anon_user/migrate_anon_user_to_appflowy_cloud.rs (+47 -0)
📝 frontend/rust-lib/flowy-user/src/anon_user/mod.rs (+1 -0)
📝 frontend/rust-lib/flowy-user/src/services/data_import/appflowy_data_import.rs (+5 -36)
📝 frontend/rust-lib/flowy-user/src/user_manager/manager.rs (+2 -7)

📄 Description

Feature Preview


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/4361 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 1/11/2024 **Status:** ✅ Merged **Merged:** 1/11/2024 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `stream_collab_objects` --- ### 📝 Commits (4) - [`68ae7dd`](https://github.com/AppFlowy-IO/AppFlowy/commit/68ae7ddd78fcd00afcd5c23dd0412ef9023128ba) feat: stream collab object - [`d3735a3`](https://github.com/AppFlowy-IO/AppFlowy/commit/d3735a31469431635c96f72aaaff4390963b0e86) Merge branch 'main' into stream_collab_objects - [`3e94932`](https://github.com/AppFlowy-IO/AppFlowy/commit/3e94932259c58f2c08215b2aa0e207a0196872c3) chore: disable snapshot - [`57d066b`](https://github.com/AppFlowy-IO/AppFlowy/commit/57d066b6f7a143e4b5ffa6b3d39a870f90fe2217) Merge branch 'main' into stream_collab_objects ### 📊 Changes **18 files changed** (+235 additions, -194 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+81 -47) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/Cargo.lock` (+81 -47) 📝 `frontend/rust-lib/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/collab-integrate/src/collab_builder.rs` (+1 -1) 📝 `frontend/rust-lib/dart-ffi/src/env_serde.rs` (+2 -9) 📝 `frontend/rust-lib/event-integration/tests/document/local_test/mod.rs` (+1 -1) ➕ `frontend/rust-lib/flowy-folder-pub/src/folder_service.rs` (+0 -0) 📝 `frontend/rust-lib/flowy-folder-pub/src/lib.rs` (+1 -0) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/file_storage.rs` (+7 -37) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/folder.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-user-pub/Cargo.toml` (+2 -1) 📝 `frontend/rust-lib/flowy-user/src/anon_user/migrate_anon_user_collab.rs` (+0 -4) ➕ `frontend/rust-lib/flowy-user/src/anon_user/migrate_anon_user_to_appflowy_cloud.rs` (+47 -0) 📝 `frontend/rust-lib/flowy-user/src/anon_user/mod.rs` (+1 -0) 📝 `frontend/rust-lib/flowy-user/src/services/data_import/appflowy_data_import.rs` (+5 -36) 📝 `frontend/rust-lib/flowy-user/src/user_manager/manager.rs` (+2 -7) </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [ ] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:22: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#6217
No description provided.