[PR #497] [CLOSED] refactor: use proper not found error code #538

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/497
Author: @wylswz
Created: 11/6/2025
Status: Closed

Base: mainHead: refactor/plugin-not-found-err


📝 Commits (2)

  • 5143082 refactor: use not found err when manifest/package is not found
  • 4b754b2 Update internal/service/plugin_decoder.go

📊 Changes

5 files changed (+17 additions, -4 deletions)

View changed files

📝 docker/serverless.dockerfile (+3 -1)
📝 internal/core/plugin_manager/errors.go (+8 -0)
📝 internal/core/plugin_manager/manager.go (+1 -1)
📝 internal/service/install_plugin.go (+4 -1)
📝 internal/service/plugin_decoder.go (+1 -1)

📄 Description

Description

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/497 **Author:** [@wylswz](https://github.com/wylswz) **Created:** 11/6/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `refactor/plugin-not-found-err` --- ### 📝 Commits (2) - [`5143082`](https://github.com/langgenius/dify-plugin-daemon/commit/5143082e9aff3df6b7b30e4534770604e417f38c) refactor: use not found err when manifest/package is not found - [`4b754b2`](https://github.com/langgenius/dify-plugin-daemon/commit/4b754b26a0d03b61605ebec9ffc6ba644f528e42) Update internal/service/plugin_decoder.go ### 📊 Changes **5 files changed** (+17 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `docker/serverless.dockerfile` (+3 -1) 📝 `internal/core/plugin_manager/errors.go` (+8 -0) 📝 `internal/core/plugin_manager/manager.go` (+1 -1) 📝 `internal/service/install_plugin.go` (+4 -1) 📝 `internal/service/plugin_decoder.go` (+1 -1) </details> ### 📄 Description ## Description ## Type of Change - [ ] Bug fix - [ ] New feature - [x] 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:16 -05:00
yindo closed this issue 2026-02-16 01:16:16 -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#538