mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-21 18:05:30 -04:00
[PR #212] [MERGED] Add comments and unit tests for trigger factory #225
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/212
Author: @Yeuoly
Created: 9/26/2025
Status: ✅ Merged
Merged: 9/26/2025
Merged by: @Yeuoly
Base:
feat/trigger← Head:codex/refactor-github-trigger-implementation📝 Commits (1)
de6614eAdd documentation and tests for trigger factory📊 Changes
5 files changed (+771 additions, -203 deletions)
View changed files
📝
python/dify_plugin/core/plugin_registration.py(+68 -47)📝
python/dify_plugin/core/trigger_factory.py(+168 -1)📝
python/dify_plugin/entities/trigger.py(+103 -17)📝
python/examples/github_trigger/provider/github.py(+170 -138)➕
python/tests/core/test_trigger_factory.py(+262 -0)📄 Description
Summary
Testing
https://chatgpt.com/codex/tasks/task_b_68d6a2c86328832684f70fb76351713b
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.