whyour
ab4f3ee4ec
更新 npm 版本 v2.17.9
2025-12-26 21:18:34 +08:00
whyour
cb84685b8a
修复 qinglong 命令
2025-12-26 21:18:34 +08:00
whyour
2ec06fe4d8
更新 npm 版本 v2.17.8
2025-12-26 21:18:34 +08:00
whyour
4ffbcde097
npm 启动增加 reload 逻辑
2025-12-26 21:18:34 +08:00
whyour
746b1a700b
修改 ts 文件执行依赖
2025-12-26 21:18:34 +08:00
whyour
547e5dcac4
更新 npm 版本 v0.21.2
2025-12-26 21:18:34 +08:00
whyour
19ddfa7fa9
修改 apt 命令
2025-12-26 21:18:34 +08:00
whyour
9035c3b0c0
安装 linux 依赖自动识别 alpine 和 debian
2025-12-26 21:18:34 +08:00
whyour
129b3999cc
更新 npm 版本 v0.20.4
2025-12-26 21:18:34 +08:00
whyour
c973ae611a
修复 debian netcat 包名
2025-12-26 21:18:34 +08:00
whyour
aab35af16f
更新 npm 版本 v0.19.9
2025-12-26 21:18:34 +08:00
whyour
bffc99b860
修改 npm 安装启动命令
2025-12-26 21:18:34 +08:00
whyour
934df66526
更新 npm 版本 v0.18.0
2025-12-26 21:18:34 +08:00
whyour
f7a18b2882
更新 npm 版本 v0.17.0
2025-12-26 21:18:34 +08:00
whyour
f707ca35e1
修复 linux 镜像源
2025-12-26 21:18:34 +08:00
whyour
f1df513f12
更新 npm 版本 v0.16.0
2025-12-26 21:18:34 +08:00
whyour
4099ecaedf
更新 workflow action 版本
2025-12-26 21:18:34 +08:00
whyour
f8233b4c03
增加 npx 命令
2025-12-26 21:18:34 +08:00
whyour
68c3b1749e
更新 npm 版本 v0.14.5
2025-12-26 21:18:34 +08:00
whyour
fd8da77c05
修复 workflow
2025-12-26 21:18:34 +08:00
whyour
9444f893c2
移除 qinglong 命令 npm 默认镜像源
2025-12-26 21:18:34 +08:00
whyour
6a05f98a0f
修复 qinglong 命令
2025-12-26 21:18:34 +08:00
whyour
3df86a90e4
修改切换 linux 镜像源
2025-12-26 21:18:34 +08:00
whyour
9ebec37e2e
增加 debian 开发版本
2025-12-26 21:18:34 +08:00
whyour
ce8c8786e5
更新 npm 版本 v0.13.2
2025-12-26 21:18:34 +08:00
whyour
370eb7ad21
修复 qinglong 命令
2025-12-26 21:18:34 +08:00
whyour
ca4f244c8b
修复 shell check_server
2025-12-26 21:18:34 +08:00
whyour
9bbbeb67d6
修复拉取私有仓库
2025-12-26 21:18:34 +08:00
dream10201
8683784e9d
修复linux依赖检测 ( #2082 )
2025-12-26 21:18:34 +08:00
whyour
80e4b99f8c
更新 npm v0.8.4
2025-12-26 21:18:34 +08:00
whyour
e0198cd1bb
更新 npm 版本 0.7.7
2025-12-26 21:18:34 +08:00
whyour
55dfcadeeb
修复 debian apt 命令,支持 qinglong 命令
2025-12-26 21:18:34 +08:00
whyour
ebc9ba9b3c
增加 debian-slim 基础镜像
2025-12-26 21:18:34 +08:00
whyour
6683fc9249
修改获取示例文件 api path
2025-12-26 21:18:34 +08:00
whyour
d53437d169
更新 2.20.1
2025-12-26 21:17:30 +08:00
whyour
d526602d19
修复运行中任务停止操作
2025-12-26 01:07:08 +08:00
whyour
91b44914f6
修复环境变量排序
2025-12-26 00:41:32 +08:00
whyour
4f6c93cc1c
更新 workflow
2025-12-24 01:03:21 +08:00
whyour
e326d89571
修复 apiWhiteList 路径
2025-12-23 00:58:09 +08:00
whyour
5f0dafa010
修复 cron-parser import,websocket basepath
2025-12-23 00:28:16 +08:00
Copilot
dc0b3f2eb2
Fix QlBaseUrl: use URL rewrite for base path support ( #2876 )
...
* Initial plan
* Add QlBaseUrl support to backend routes
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Fix whitelist check to use base-URL-aware paths
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Update websocket and frontend to support base URL
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Address code review feedback: fix JWT regex and path construction
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Fix path construction: use req.path directly for whitelist check
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Add clarifying comments and improve code readability
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Apply code review suggestions: improve clarity and simplify logic
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Simplify baseUrl implementation using URL rewrite
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-12-22 23:44:29 +08:00
Copilot
3db716763d
Fix cron-parser v5 bundling incompatibility causing validation failures ( #2877 )
...
* Initial plan
* Fix: Use default import for cron-parser to ensure browser compatibility
Changed from named export `{ CronExpressionParser }` to default export `cronParser` and access `CronExpressionParser` through it. This ensures compatibility with webpack/UmiJS bundling for browser environments while maintaining backend functionality.
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-12-22 23:43:54 +08:00
Copilot
fae226745e
Add missing larkSecret field to gRPC NotificationInfo proto ( #2880 )
...
* Initial plan
* Add larkSecret field to NotificationInfo proto definition
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-12-22 23:38:42 +08:00
Copilot
9330650163
Fix TG_PROXY_AUTH concatenation in notify.js - add missing @ separator ( #2882 )
...
* Initial plan
* Fix TG_PROXY_AUTH handling in notify.js to match notify.py logic
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Apply prettier formatting to notify.js
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-12-22 23:05:06 +08:00
Copilot
073de76a4a
Fix validation error when saving scripts in debug window (v2.20.0 regression) ( #2862 )
...
* 更新版本 2.20.0
* Initial plan
* Fix validation error when saving scripts by allowing unknown fields in POST /scripts
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Revert version.yaml to 2.19.2 - should not include version bump in bug fix PR
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
---------
Co-authored-by: whyour <imwhyour@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-12-22 22:43:48 +08:00
Copilot
c61d1aa828
Fix enum value 0 causing type filter to fail for NodeJS dependencies ( #2869 )
...
* Initial plan
* Fix: Prevent Python3 dependencies from appearing in NodeJs tab
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-12-15 18:21:14 +08:00
whyour
33fa3aca99
更新版本 2.20.0
2025-12-11 01:53:17 +08:00
whyour
c772fc9527
修复脚本调试保存文件错误
2025-12-11 01:52:47 +08:00
whyour
c5d2aa3aba
更新 pipeline
2025-12-10 00:34:35 +08:00
Copilot
02a05f06bd
Add signature verification support for Feishu bot notifications ( #2856 )
...
* Initial plan
* Add signature verification support for Feishu bot notifications
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Add clarifying comments about Feishu signature algorithm
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Add i18n translations for larkSecret configuration field
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-27 01:10:04 +08:00