[PR #1852] [MERGED] feat: add open ai key to database #4978

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1852
Author: @LucasXu0
Created: 2/13/2023
Status: Merged
Merged: 2/14/2023
Merged by: @appflowy

Base: mainHead: feature/add_openai_key_to_database


📝 Commits (2)

  • 1cd5503 feat: add open ai key to database
  • 669b7b9 chore: refactor code

📊 Changes

12 files changed (+125 additions, -15 deletions)

View changed files

📝 frontend/app_flowy/assets/translations/en.json (+6 -0)
📝 frontend/app_flowy/lib/user/application/user_service.dart (+5 -0)
📝 frontend/app_flowy/lib/workspace/application/user/settings_user_bloc.dart (+10 -0)
📝 frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_user_view.dart (+50 -14)
frontend/rust-lib/flowy-sqlite/migrations/2023-02-13-102237_user-add-openai_key/down.sql (+1 -0)
frontend/rust-lib/flowy-sqlite/migrations/2023-02-13-102237_user-add-openai_key/up.sql (+1 -0)
📝 frontend/rust-lib/flowy-sqlite/src/schema.rs (+1 -0)
📝 frontend/rust-lib/flowy-user/src/entities/user_profile.rs (+20 -1)
📝 frontend/rust-lib/flowy-user/src/services/database.rs (+5 -0)
📝 shared-lib/user-model/src/lib.rs (+8 -0)
📝 shared-lib/user-model/src/parser/mod.rs (+2 -0)
shared-lib/user-model/src/parser/user_openai_key.rs (+16 -0)

📄 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/1852 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 2/13/2023 **Status:** ✅ Merged **Merged:** 2/14/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feature/add_openai_key_to_database` --- ### 📝 Commits (2) - [`1cd5503`](https://github.com/AppFlowy-IO/AppFlowy/commit/1cd550339adaf71dd16b5911b50ea81da0860b91) feat: add open ai key to database - [`669b7b9`](https://github.com/AppFlowy-IO/AppFlowy/commit/669b7b90692ed532f88ede6895f8b8c5fd154c1d) chore: refactor code ### 📊 Changes **12 files changed** (+125 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/assets/translations/en.json` (+6 -0) 📝 `frontend/app_flowy/lib/user/application/user_service.dart` (+5 -0) 📝 `frontend/app_flowy/lib/workspace/application/user/settings_user_bloc.dart` (+10 -0) 📝 `frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_user_view.dart` (+50 -14) ➕ `frontend/rust-lib/flowy-sqlite/migrations/2023-02-13-102237_user-add-openai_key/down.sql` (+1 -0) ➕ `frontend/rust-lib/flowy-sqlite/migrations/2023-02-13-102237_user-add-openai_key/up.sql` (+1 -0) 📝 `frontend/rust-lib/flowy-sqlite/src/schema.rs` (+1 -0) 📝 `frontend/rust-lib/flowy-user/src/entities/user_profile.rs` (+20 -1) 📝 `frontend/rust-lib/flowy-user/src/services/database.rs` (+5 -0) 📝 `shared-lib/user-model/src/lib.rs` (+8 -0) 📝 `shared-lib/user-model/src/parser/mod.rs` (+2 -0) ➕ `shared-lib/user-model/src/parser/user_openai_key.rs` (+16 -0) </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 22:16:40 +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#4978
No description provided.