[PR #3508] [MERGED] feat: using script to update the collab source. #5745

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3508
Author: @appflowy
Created: 9/23/2023
Status: Merged
Merged: 9/24/2023
Merged by: @appflowy

Base: mainHead: local_remote_crate


📝 Commits (4)

📊 Changes

12 files changed (+68 additions, -38 deletions)

View changed files

📝 frontend/appflowy_tauri/.gitignore (+2 -1)
📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+2 -2)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+8 -14)
📝 frontend/rust-lib/Cargo.toml (+8 -14)
📝 frontend/rust-lib/dart-ffi/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-config/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-core/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-database2/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-document2/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-folder2/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-notification/Cargo.toml (+1 -1)
frontend/scripts/tool/update_collab_source.sh (+41 -0)

📄 Description

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • 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/3508 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 9/23/2023 **Status:** ✅ Merged **Merged:** 9/24/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `local_remote_crate` --- ### 📝 Commits (4) - [`922fef6`](https://github.com/AppFlowy-IO/AppFlowy/commit/922fef67501c5bb74f60a352c31cdc72d7063a38) chore: add script - [`57b3beb`](https://github.com/AppFlowy-IO/AppFlowy/commit/57b3bebead0d8bc17ed3b413082d583dd5975ae6) chore: update script - [`27c252a`](https://github.com/AppFlowy-IO/AppFlowy/commit/27c252a924c0080a89f83a3331f891c44e86e1f9) chore: update bytes version - [`385289c`](https://github.com/AppFlowy-IO/AppFlowy/commit/385289c17d67ac892c2e31b29a030c29695eb616) chore: submit lock file ### 📊 Changes **12 files changed** (+68 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_tauri/.gitignore` (+2 -1) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+2 -2) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+8 -14) 📝 `frontend/rust-lib/Cargo.toml` (+8 -14) 📝 `frontend/rust-lib/dart-ffi/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-config/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-core/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-database2/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-document2/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-folder2/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-notification/Cargo.toml` (+1 -1) ➕ `frontend/scripts/tool/update_collab_source.sh` (+41 -0) </details> ### 📄 Description #### PR Checklist - [ ] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [ ] 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:20:07 +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#5745
No description provided.