[PR #428] [MERGED] feat: propagate plugin unique identifier to serverless control plane #500

Closed
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/428
Author: @wylswz
Created: 8/25/2025
Status: Merged
Merged: 9/2/2025
Merged by: @wylswz

Base: mainHead: dev


📝 Commits (2)

  • c68be3b feat: propagate plugin unique identifier to serverless
  • b7e58a2 resolve conflict

📊 Changes

3 files changed (+15 additions, -2 deletions)

View changed files

📝 internal/core/plugin_manager/install_to_serverless.go (+2 -1)
📝 internal/core/plugin_manager/serverless_connector/connector.go (+10 -0)
📝 internal/core/plugin_manager/serverless_connector/launch.go (+3 -1)

📄 Description

Description

When installing plugin to serverless, propagate plugin unique identifier to serverless control plane for easier resource aggregation.

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/428 **Author:** [@wylswz](https://github.com/wylswz) **Created:** 8/25/2025 **Status:** ✅ Merged **Merged:** 9/2/2025 **Merged by:** [@wylswz](https://github.com/wylswz) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (2) - [`c68be3b`](https://github.com/langgenius/dify-plugin-daemon/commit/c68be3bbbc99c52b6cd4e3f5cd8d385e99fb1359) feat: propagate plugin unique identifier to serverless - [`b7e58a2`](https://github.com/langgenius/dify-plugin-daemon/commit/b7e58a2208c3c63c5b82465f7a94fd5bd4a5a65c) resolve conflict ### 📊 Changes **3 files changed** (+15 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `internal/core/plugin_manager/install_to_serverless.go` (+2 -1) 📝 `internal/core/plugin_manager/serverless_connector/connector.go` (+10 -0) 📝 `internal/core/plugin_manager/serverless_connector/launch.go` (+3 -1) </details> ### 📄 Description ## Description When installing plugin to serverless, propagate plugin unique identifier to serverless control plane for easier resource aggregation. ## Type of Change - [ ] Bug fix - [x] New feature - [ ] Refactor - [ ] Performance improvement - [ ] Other ## Essential Checklist ### Testing - [x] 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:09 -05:00
yindo closed this issue 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#500