[PR #157] [MERGED] feat: simplify the process in db migrate & fix comment error #335

Closed
opened 2026-02-16 01:15:36 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/157
Author: @lengyhua
Created: 3/27/2025
Status: Merged
Merged: 3/28/2025
Merged by: @Yeuoly

Base: mainHead: main


📝 Commits (2)

  • b509db5 feat: simplify the process in db migrate & fix comment error
  • 28f582a feat: add oss supported types

📊 Changes

6 files changed (+53 additions, -35 deletions)

View changed files

📝 internal/db/init.go (+12 -18)
📝 internal/oss/local/local_storage.go (+4 -0)
📝 internal/oss/s3/s3_storage.go (+4 -0)
📝 internal/oss/tencent_cos/tencent_cos_storage.go (+4 -0)
📝 internal/oss/type.go (+12 -0)
📝 internal/server/server.go (+17 -17)

📄 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/langgenius/dify-plugin-daemon/pull/157 **Author:** [@lengyhua](https://github.com/lengyhua) **Created:** 3/27/2025 **Status:** ✅ Merged **Merged:** 3/28/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`b509db5`](https://github.com/langgenius/dify-plugin-daemon/commit/b509db50b2ba4cc528051e4fc02048a1f71abf04) feat: simplify the process in db migrate & fix comment error - [`28f582a`](https://github.com/langgenius/dify-plugin-daemon/commit/28f582a6a95db589f069f804f28cdaf8a30fbb80) feat: add oss supported types ### 📊 Changes **6 files changed** (+53 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `internal/db/init.go` (+12 -18) 📝 `internal/oss/local/local_storage.go` (+4 -0) 📝 `internal/oss/s3/s3_storage.go` (+4 -0) 📝 `internal/oss/tencent_cos/tencent_cos_storage.go` (+4 -0) 📝 `internal/oss/type.go` (+12 -0) 📝 `internal/server/server.go` (+17 -17) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:15:36 -05:00
yindo closed this issue 2026-02-16 01:15:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#335