[PR #530] [MERGED] Fix/remove tenant id reference in readme service #563

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/530
Author: @Yeuoly
Created: 12/10/2025
Status: Merged
Merged: 12/12/2025
Merged by: @Yeuoly

Base: mainHead: fix/remove-tenant-id-reference-in-readme-service


📝 Commits (5)

  • 8193bbf fix: remove tenant ID reference from plugin readme service
  • c31e909 fix: rename PluginReadme to PluginReadmeRecord to remove tenant ID reference
  • 3b3e289 fix: handle error when saving plugin readme map to database
  • af4cacd fix: remove TenantId from FetchPluginReadme request binding
  • 01654d5 fix: standardize error message casing for plugin unique identifier validation

📊 Changes

5 files changed (+33 additions, -50 deletions)

View changed files

📝 internal/db/init.go (+1 -1)
📝 internal/server/controllers/base.go (+2 -2)
📝 internal/server/controllers/plugins.go (+1 -2)
📝 internal/service/plugin_readme.go (+21 -43)
📝 internal/types/models/readme.go (+8 -2)

📄 Description

Description

Please provide a brief description of the changes made in this pull request.
Please also include the issue number if this is related to an issue using the format Fixes #123 or Closes #123.

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • Other

Essential Checklist

Testing

  • I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Bug Fix (if applicable)

  • I have used GitHub syntax to close the related issue (e.g., Fixes #123 or Closes #123)

Additional Information

Please provide any additional context that would help reviewers understand the changes.


🔄 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/530 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 12/10/2025 **Status:** ✅ Merged **Merged:** 12/12/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix/remove-tenant-id-reference-in-readme-service` --- ### 📝 Commits (5) - [`8193bbf`](https://github.com/langgenius/dify-plugin-daemon/commit/8193bbfc7328205896df7eb49fbe7767241eeedf) fix: remove tenant ID reference from plugin readme service - [`c31e909`](https://github.com/langgenius/dify-plugin-daemon/commit/c31e9091d41d1bbcad3a793aea5371f87cae9e82) fix: rename PluginReadme to PluginReadmeRecord to remove tenant ID reference - [`3b3e289`](https://github.com/langgenius/dify-plugin-daemon/commit/3b3e2891d6ddef4fa41a54bd71bf06f232a3d23c) fix: handle error when saving plugin readme map to database - [`af4cacd`](https://github.com/langgenius/dify-plugin-daemon/commit/af4cacdd3ae667d1f6cabeee86c44906cf6e7b39) fix: remove TenantId from FetchPluginReadme request binding - [`01654d5`](https://github.com/langgenius/dify-plugin-daemon/commit/01654d58dd86d7a4e729e5e86e9ed2a4520c514a) fix: standardize error message casing for plugin unique identifier validation ### 📊 Changes **5 files changed** (+33 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `internal/db/init.go` (+1 -1) 📝 `internal/server/controllers/base.go` (+2 -2) 📝 `internal/server/controllers/plugins.go` (+1 -2) 📝 `internal/service/plugin_readme.go` (+21 -43) 📝 `internal/types/models/readme.go` (+8 -2) </details> ### 📄 Description ## Description Please provide a brief description of the changes made in this pull request. Please also include the issue number if this is related to an issue using the format `Fixes #123` or `Closes #123`. ## Type of Change - [x] Bug fix - [ ] New feature - [ ] Refactor - [ ] Performance improvement - [ ] Other ## Essential Checklist ### Testing - [ ] I have tested the changes locally and confirmed they work as expected - [ ] I have added unit tests where necessary and they pass successfully ### Bug Fix (if applicable) - [ ] I have used GitHub syntax to close the related issue (e.g., `Fixes #123` or `Closes #123`) ## Additional Information Please provide any additional context that would help reviewers understand the changes. --- <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:16:20 -05:00
yindo closed this issue 2026-02-16 01:16:20 -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#563