From 1da2e03e737cfd75a49def7b0a6c76d99909bedd Mon Sep 17 00:00:00 2001 From: "linwu@onemt.com.cn" Date: Thu, 21 May 2026 15:51:39 +0800 Subject: [PATCH 1/4] feat: add stream hub plugins --- .gitmodules | 8 ++++++++ plugins-data.json | 38 ++++++++++++++++++++++++++++++++++++++ plugins-data.ts | 38 ++++++++++++++++++++++++++++++++++++++ plugins/stream_hub | 1 + plugins/stream_hub_ui | 1 + 5 files changed, 86 insertions(+) create mode 160000 plugins/stream_hub create mode 160000 plugins/stream_hub_ui diff --git a/.gitmodules b/.gitmodules index bef73d9..f447891 100644 --- a/.gitmodules +++ b/.gitmodules @@ -51,3 +51,11 @@ [submodule "plugins/wf_ui"] path = plugins/wf_ui url = https://github.com/shj366/workflow_ui.git +[submodule "plugins/stream_hub"] + path = plugins/stream_hub + branch = main + url = https://github.com/yzbf-lin/stream_hub.git +[submodule "plugins/stream_hub_ui"] + path = plugins/stream_hub_ui + branch = main + url = https://github.com/yzbf-lin/stream_hub_ui.git diff --git a/plugins-data.json b/plugins-data.json index 2b01c94..35c3700 100644 --- a/plugins-data.json +++ b/plugins-data.json @@ -229,6 +229,44 @@ "branch": "master" } }, + { + "plugin": { + "icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg", + "summary": "流式事件中心", + "version": "0.0.1", + "description": "统一 Socket.IO 事件通道、订阅、日志 tail 与前端消费协议", + "author": "pd-qa-backend", + "tags": [ + "task" + ], + "database": [ + "mysql" + ] + }, + "git": { + "path": "plugins/stream_hub", + "url": "https://github.com/yzbf-lin/stream_hub.git", + "branch": "main" + } + }, + { + "plugin": { + "icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg", + "summary": "流式事件中心", + "version": "0.0.1", + "description": "统一事件通道、日志 tail 与日志文件查看页", + "author": "pd-qa-backend", + "tags": [ + "task", + "other" + ] + }, + "git": { + "path": "plugins/stream_hub_ui", + "url": "https://github.com/yzbf-lin/stream_hub_ui.git", + "branch": "main" + } + }, { "plugin": { "icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg", diff --git a/plugins-data.ts b/plugins-data.ts index facdd24..48b1bfd 100644 --- a/plugins-data.ts +++ b/plugins-data.ts @@ -253,6 +253,44 @@ export const pluginDataList: PluginData[] = [ "branch": "master" } }, + { + "plugin": { + "icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg", + "summary": "流式事件中心", + "version": "0.0.1", + "description": "统一 Socket.IO 事件通道、订阅、日志 tail 与前端消费协议", + "author": "pd-qa-backend", + "tags": [ + "task" + ], + "database": [ + "mysql" + ] + }, + "git": { + "path": "plugins/stream_hub", + "url": "https://github.com/yzbf-lin/stream_hub.git", + "branch": "main" + } + }, + { + "plugin": { + "icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg", + "summary": "流式事件中心", + "version": "0.0.1", + "description": "统一事件通道、日志 tail 与日志文件查看页", + "author": "pd-qa-backend", + "tags": [ + "task", + "other" + ] + }, + "git": { + "path": "plugins/stream_hub_ui", + "url": "https://github.com/yzbf-lin/stream_hub_ui.git", + "branch": "main" + } + }, { "plugin": { "icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg", diff --git a/plugins/stream_hub b/plugins/stream_hub new file mode 160000 index 0000000..b97d2df --- /dev/null +++ b/plugins/stream_hub @@ -0,0 +1 @@ +Subproject commit b97d2dfc7bfe0672014ad2a327dbed5c5dd4a9b3 diff --git a/plugins/stream_hub_ui b/plugins/stream_hub_ui new file mode 160000 index 0000000..e71cdb3 --- /dev/null +++ b/plugins/stream_hub_ui @@ -0,0 +1 @@ +Subproject commit e71cdb34d2eb556807471de6a0452123fb3af3e4 From 679de0697bf1444a1fdd33cf1b11c21d9d07aab6 Mon Sep 17 00:00:00 2001 From: "linwu@onemt.com.cn" Date: Thu, 21 May 2026 16:19:48 +0800 Subject: [PATCH 2/4] refactor: update stream hub submodule --- plugins/stream_hub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/stream_hub b/plugins/stream_hub index b97d2df..cfe2d58 160000 --- a/plugins/stream_hub +++ b/plugins/stream_hub @@ -1 +1 @@ -Subproject commit b97d2dfc7bfe0672014ad2a327dbed5c5dd4a9b3 +Subproject commit cfe2d58c741125d534454556b95509b13caced0c From a45d194bff8c988fbe22be6982076406f6cbb9f7 Mon Sep 17 00:00:00 2001 From: "linwu@onemt.com.cn" Date: Thu, 21 May 2026 16:53:27 +0800 Subject: [PATCH 3/4] docs: update stream hub plugin readmes --- plugins/stream_hub | 2 +- plugins/stream_hub_ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/stream_hub b/plugins/stream_hub index cfe2d58..27fc42d 160000 --- a/plugins/stream_hub +++ b/plugins/stream_hub @@ -1 +1 @@ -Subproject commit cfe2d58c741125d534454556b95509b13caced0c +Subproject commit 27fc42d187cbeae7dadd013d402317950a4e9b2f diff --git a/plugins/stream_hub_ui b/plugins/stream_hub_ui index e71cdb3..95fabe0 160000 --- a/plugins/stream_hub_ui +++ b/plugins/stream_hub_ui @@ -1 +1 @@ -Subproject commit e71cdb34d2eb556807471de6a0452123fb3af3e4 +Subproject commit 95fabe0dbcdb97e921bd46dfcd4b8298dc0cf7cd From 4ac874e183250b4efc114c8f9b37e71d934e7d6d Mon Sep 17 00:00:00 2001 From: "linwu@onemt.com.cn" Date: Thu, 21 May 2026 17:12:55 +0800 Subject: [PATCH 4/4] chore: remove stream hub ui test files --- plugins/stream_hub_ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/stream_hub_ui b/plugins/stream_hub_ui index 95fabe0..13a1aeb 160000 --- a/plugins/stream_hub_ui +++ b/plugins/stream_hub_ui @@ -1 +1 @@ -Subproject commit 95fabe0dbcdb97e921bd46dfcd4b8298dc0cf7cd +Subproject commit 13a1aeb45c2560049d88a75396e33543b2f175b4