[PR #1670] [MERGED] chore: save folder snapshot with custom config #4885

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1670
Author: @appflowy
Created: 1/6/2023
Status: Merged
Merged: 1/6/2023
Merged by: @appflowy

Base: mainHead: feat/enable_folder_snapshot


📝 Commits (1)

  • b6ed70c chore: save folder snapshot with custom config

📊 Changes

8 files changed (+161 additions, -59 deletions)

View changed files

frontend/rust-lib/flowy-database/migrations/2023-01-06-032859_folder_rev_snapshot/down.sql (+2 -0)
frontend/rust-lib/flowy-database/migrations/2023-01-06-032859_folder_rev_snapshot/up.sql (+9 -0)
📝 frontend/rust-lib/flowy-database/src/schema.rs (+27 -17)
📝 frontend/rust-lib/flowy-folder/src/manager.rs (+7 -2)
frontend/rust-lib/flowy-folder/src/services/persistence/rev_sqlite/folder_snapshot_sqlite_impl.rs (+96 -0)
📝 frontend/rust-lib/flowy-folder/src/services/persistence/rev_sqlite/mod.rs (+3 -0)
📝 frontend/rust-lib/flowy-grid/src/services/persistence/rev_sqlite/grid_snapshot_sqlite_impl.rs (+0 -32)
📝 frontend/rust-lib/flowy-revision/src/rev_snapshot.rs (+17 -8)

📄 Description

Generate snapshot for AppFlowy folder after user editor


🔄 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/1670 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 1/6/2023 **Status:** ✅ Merged **Merged:** 1/6/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/enable_folder_snapshot` --- ### 📝 Commits (1) - [`b6ed70c`](https://github.com/AppFlowy-IO/AppFlowy/commit/b6ed70c90374d7f29dba5205f904fea5aca17c88) chore: save folder snapshot with custom config ### 📊 Changes **8 files changed** (+161 additions, -59 deletions) <details> <summary>View changed files</summary> ➕ `frontend/rust-lib/flowy-database/migrations/2023-01-06-032859_folder_rev_snapshot/down.sql` (+2 -0) ➕ `frontend/rust-lib/flowy-database/migrations/2023-01-06-032859_folder_rev_snapshot/up.sql` (+9 -0) 📝 `frontend/rust-lib/flowy-database/src/schema.rs` (+27 -17) 📝 `frontend/rust-lib/flowy-folder/src/manager.rs` (+7 -2) ➕ `frontend/rust-lib/flowy-folder/src/services/persistence/rev_sqlite/folder_snapshot_sqlite_impl.rs` (+96 -0) 📝 `frontend/rust-lib/flowy-folder/src/services/persistence/rev_sqlite/mod.rs` (+3 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/persistence/rev_sqlite/grid_snapshot_sqlite_impl.rs` (+0 -32) 📝 `frontend/rust-lib/flowy-revision/src/rev_snapshot.rs` (+17 -8) </details> ### 📄 Description Generate snapshot for AppFlowy folder after user editor --- <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:15 +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#4885
No description provided.