[PR #4704] [CLOSED] Rename workspace #6394

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4704
Author: @speed2exe
Created: 2/22/2024
Status: Closed

Base: mainHead: rename-workspace


📝 Commits (4)

  • 2d05bb5 feat: add rename-workspace
  • 43f78d6 chore: handle error for uuid parsing
  • 4bd4efa chore: merge with main
  • 34bf837 feat: add test for rename workspace

📊 Changes

13 files changed (+177 additions, -21 deletions)

View changed files

📝 CHANGELOG.md (+1 -1)
📝 frontend/appflowy_web/wasm-libs/af-user/src/protobuf/mod.rs (+3 -3)
📝 frontend/rust-lib/Cargo.lock (+16 -2)
📝 frontend/rust-lib/event-integration/src/user_event.rs (+24 -2)
📝 frontend/rust-lib/event-integration/tests/user/af_cloud_test/workspace_test.rs (+34 -12)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs (+25 -1)
📝 frontend/rust-lib/flowy-server/src/local_server/impls/user.rs (+13 -0)
📝 frontend/rust-lib/flowy-server/src/supabase/api/user.rs (+13 -0)
📝 frontend/rust-lib/flowy-user-pub/src/cloud.rs (+6 -0)
📝 frontend/rust-lib/flowy-user/src/entities/workspace.rs (+11 -0)
📝 frontend/rust-lib/flowy-user/src/event_handler.rs (+13 -0)
📝 frontend/rust-lib/flowy-user/src/event_map.rs (+4 -0)
📝 frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs (+14 -0)

📄 Description

  • Added Cloud API to rename workspace

🔄 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/4704 **Author:** [@speed2exe](https://github.com/speed2exe) **Created:** 2/22/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `rename-workspace` --- ### 📝 Commits (4) - [`2d05bb5`](https://github.com/AppFlowy-IO/AppFlowy/commit/2d05bb54f18217c4ca9715e776269c74c558a4d5) feat: add rename-workspace - [`43f78d6`](https://github.com/AppFlowy-IO/AppFlowy/commit/43f78d68275b7defb4a653a13c8715c0b4b0da2d) chore: handle error for uuid parsing - [`4bd4efa`](https://github.com/AppFlowy-IO/AppFlowy/commit/4bd4efa6f4b9a9d4135f135ef62ab0dbeaaf0532) chore: merge with main - [`34bf837`](https://github.com/AppFlowy-IO/AppFlowy/commit/34bf83774fb4ad1b9faf229a75cee6972d105c99) feat: add test for rename workspace ### 📊 Changes **13 files changed** (+177 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -1) 📝 `frontend/appflowy_web/wasm-libs/af-user/src/protobuf/mod.rs` (+3 -3) 📝 `frontend/rust-lib/Cargo.lock` (+16 -2) 📝 `frontend/rust-lib/event-integration/src/user_event.rs` (+24 -2) 📝 `frontend/rust-lib/event-integration/tests/user/af_cloud_test/workspace_test.rs` (+34 -12) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs` (+25 -1) 📝 `frontend/rust-lib/flowy-server/src/local_server/impls/user.rs` (+13 -0) 📝 `frontend/rust-lib/flowy-server/src/supabase/api/user.rs` (+13 -0) 📝 `frontend/rust-lib/flowy-user-pub/src/cloud.rs` (+6 -0) 📝 `frontend/rust-lib/flowy-user/src/entities/workspace.rs` (+11 -0) 📝 `frontend/rust-lib/flowy-user/src/event_handler.rs` (+13 -0) 📝 `frontend/rust-lib/flowy-user/src/event_map.rs` (+4 -0) 📝 `frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs` (+14 -0) </details> ### 📄 Description - Added Cloud API to rename workspace --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:23:01 +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#6394
No description provided.