[PR #2731] [MERGED] chore: update workspace id from nanoid to uuid #5395

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

📋 Pull Request Information

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

Base: developHead: update_workspace_id


📝 Commits (3)

📊 Changes

8 files changed (+49 additions, -35 deletions)

View changed files

📝 .github/workflows/rust_ci.yaml (+4 -4)
📝 frontend/.vscode/launch.json (+1 -1)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+6 -6)
📝 frontend/rust-lib/Cargo.lock (+10 -10)
📝 frontend/rust-lib/Cargo.toml (+5 -5)
📝 frontend/rust-lib/flowy-folder2/src/manager.rs (+21 -6)
📝 frontend/rust-lib/flowy-folder2/src/user_default.rs (+1 -2)
📝 frontend/scripts/makefile/tests.toml (+1 -1)

📄 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/2731 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 6/7/2023 **Status:** ✅ Merged **Merged:** 6/7/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `develop` ← **Head:** `update_workspace_id` --- ### 📝 Commits (3) - [`75099fe`](https://github.com/AppFlowy-IO/AppFlowy/commit/75099fe294f6b0a176ba061338f64e47d0c5e0c9) chore: update workspace id - [`a879769`](https://github.com/AppFlowy-IO/AppFlowy/commit/a879769836236bd79cb13ca14d548ce5b2039147) ci: enable RUST_BACKTRACE - [`01e0d6b`](https://github.com/AppFlowy-IO/AppFlowy/commit/01e0d6b5ac5b6d07676d273c7f1df65f021b595c) chore: update patch ### 📊 Changes **8 files changed** (+49 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/rust_ci.yaml` (+4 -4) 📝 `frontend/.vscode/launch.json` (+1 -1) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+6 -6) 📝 `frontend/rust-lib/Cargo.lock` (+10 -10) 📝 `frontend/rust-lib/Cargo.toml` (+5 -5) 📝 `frontend/rust-lib/flowy-folder2/src/manager.rs` (+21 -6) 📝 `frontend/rust-lib/flowy-folder2/src/user_default.rs` (+1 -2) 📝 `frontend/scripts/makefile/tests.toml` (+1 -1) </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:18:33 +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#5395
No description provided.