[PR #6773] [CLOSED] chore: update to latest client api #7569

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6773
Author: @speed2exe
Created: 11/13/2024
Status: Closed

Base: mainHead: feat/workspace-roles


📝 Commits (1)

  • 522c38b chore: update to latest client api

📊 Changes

21 files changed (+86 additions, -45 deletions)

View changed files

📝 frontend/rust-lib/Cargo.lock (+17 -12)
📝 frontend/rust-lib/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-ai-pub/Cargo.toml (+2 -1)
📝 frontend/rust-lib/flowy-ai-pub/src/cloud.rs (+6 -4)
📝 frontend/rust-lib/flowy-ai/Cargo.toml (+1 -0)
📝 frontend/rust-lib/flowy-ai/src/event_handler.rs (+8 -9)
📝 frontend/rust-lib/flowy-ai/src/local_ai/local_llm_chat.rs (+6 -5)
📝 frontend/rust-lib/flowy-ai/src/local_ai/watch.rs (+2 -0)
📝 frontend/rust-lib/flowy-core/src/integrate/trait_impls.rs (+3 -3)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/chat.rs (+3 -3)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs (+2 -0)
📝 frontend/rust-lib/flowy-server/src/default_impl.rs (+1 -1)
📝 frontend/rust-lib/flowy-server/src/local_server/impls/user.rs (+3 -2)
frontend/rust-lib/flowy-sqlite/migrations/2024-11-08-102351_workspace_role/down.sql (+1 -0)
frontend/rust-lib/flowy-sqlite/migrations/2024-11-08-102351_workspace_role/up.sql (+1 -0)
📝 frontend/rust-lib/flowy-sqlite/src/schema.rs (+1 -0)
📝 frontend/rust-lib/flowy-user-pub/src/entities.rs (+16 -1)
📝 frontend/rust-lib/flowy-user-pub/src/session.rs (+2 -1)
📝 frontend/rust-lib/flowy-user/src/entities/user_profile.rs (+5 -0)
📝 frontend/rust-lib/flowy-user/src/entities/workspace.rs (+1 -1)

...and 1 more files

📄 Description

No description provided


🔄 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/6773 **Author:** [@speed2exe](https://github.com/speed2exe) **Created:** 11/13/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/workspace-roles` --- ### 📝 Commits (1) - [`522c38b`](https://github.com/AppFlowy-IO/AppFlowy/commit/522c38b8b3a0708e6cab4c424183b3d6a3b90fdb) chore: update to latest client api ### 📊 Changes **21 files changed** (+86 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/Cargo.lock` (+17 -12) 📝 `frontend/rust-lib/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-ai-pub/Cargo.toml` (+2 -1) 📝 `frontend/rust-lib/flowy-ai-pub/src/cloud.rs` (+6 -4) 📝 `frontend/rust-lib/flowy-ai/Cargo.toml` (+1 -0) 📝 `frontend/rust-lib/flowy-ai/src/event_handler.rs` (+8 -9) 📝 `frontend/rust-lib/flowy-ai/src/local_ai/local_llm_chat.rs` (+6 -5) 📝 `frontend/rust-lib/flowy-ai/src/local_ai/watch.rs` (+2 -0) 📝 `frontend/rust-lib/flowy-core/src/integrate/trait_impls.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/chat.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs` (+2 -0) 📝 `frontend/rust-lib/flowy-server/src/default_impl.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-server/src/local_server/impls/user.rs` (+3 -2) ➕ `frontend/rust-lib/flowy-sqlite/migrations/2024-11-08-102351_workspace_role/down.sql` (+1 -0) ➕ `frontend/rust-lib/flowy-sqlite/migrations/2024-11-08-102351_workspace_role/up.sql` (+1 -0) 📝 `frontend/rust-lib/flowy-sqlite/src/schema.rs` (+1 -0) 📝 `frontend/rust-lib/flowy-user-pub/src/entities.rs` (+16 -1) 📝 `frontend/rust-lib/flowy-user-pub/src/session.rs` (+2 -1) 📝 `frontend/rust-lib/flowy-user/src/entities/user_profile.rs` (+5 -0) 📝 `frontend/rust-lib/flowy-user/src/entities/workspace.rs` (+1 -1) _...and 1 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:20: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#7569
No description provided.