[PR #422] refactor: remove unused code and deprecated features #499

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/422
Author: @41tair
Created: 8/14/2025
Status: 🔄 Open

Base: mainHead: f399bdb


📝 Commits (1)

📊 Changes

11 files changed (+1 additions, -357 deletions)

View changed files

📝 cmd/commandline/plugin.go (+0 -44)
📝 cmd/commandline/signature/signature_test.go (+1 -1)
internal/core/plugin_manager/local_runtime/tester.go (+0 -1)
internal/core/plugin_manager/serverless_runtime/dockerfile/build.go (+0 -30)
internal/core/plugin_manager/serverless_runtime/dockerfile/build_test.go (+0 -46)
internal/core/plugin_manager/serverless_runtime/dockerfile/python.go (+0 -24)
internal/core/plugin_manager/serverless_runtime/dockerfile/python312.dockerfile (+0 -8)
internal/core/plugin_manager/serverless_runtime/init.go (+0 -1)
internal/core/plugin_manager/tester.go (+0 -105)
📝 pkg/plugin_packager/signer/sign.go (+0 -11)
📝 pkg/plugin_packager/signer/withkey/sign_with_key.go (+0 -86)

📄 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/422 **Author:** [@41tair](https://github.com/41tair) **Created:** 8/14/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `f399bdb` --- ### 📝 Commits (1) - [`f399bdb`](https://github.com/langgenius/dify-plugin-daemon/commit/f399bdb1cb4902aa5846dd712e7c1027ccb519f7) clean up unused code ### 📊 Changes **11 files changed** (+1 additions, -357 deletions) <details> <summary>View changed files</summary> 📝 `cmd/commandline/plugin.go` (+0 -44) 📝 `cmd/commandline/signature/signature_test.go` (+1 -1) ➖ `internal/core/plugin_manager/local_runtime/tester.go` (+0 -1) ➖ `internal/core/plugin_manager/serverless_runtime/dockerfile/build.go` (+0 -30) ➖ `internal/core/plugin_manager/serverless_runtime/dockerfile/build_test.go` (+0 -46) ➖ `internal/core/plugin_manager/serverless_runtime/dockerfile/python.go` (+0 -24) ➖ `internal/core/plugin_manager/serverless_runtime/dockerfile/python312.dockerfile` (+0 -8) ➖ `internal/core/plugin_manager/serverless_runtime/init.go` (+0 -1) ➖ `internal/core/plugin_manager/tester.go` (+0 -105) 📝 `pkg/plugin_packager/signer/sign.go` (+0 -11) 📝 `pkg/plugin_packager/signer/withkey/sign_with_key.go` (+0 -86) </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 - [ ] Bug fix - [ ] New feature - [X] Refactor - [ ] Performance improvement - [ ] Other ## Essential Checklist ### Testing - [X] I have tested the changes locally and confirmed they work as expected - [X] 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:09 -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#499