whyour
|
47b00fbac7
|
update pnpm-lock
|
2025-11-12 00:18:01 +08:00 |
|
copilot-swe-agent[bot]
|
3112f9fc34
|
Fix scenario mode UI issues: add icon, fix blank space, enable node dragging, enlarge editor, fix API call
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
|
2025-11-11 16:08:45 +00:00 |
|
whyour
|
ece9c9186d
|
Merge branch 'develop' into copilot/add-scenario-mode-support
|
2025-11-11 23:54:04 +08:00 |
|
whyour
|
cff9c1cf68
|
fix flowgram style
|
2025-11-11 23:50:35 +08:00 |
|
whyour
|
c9fc9b4b45
|
定时任务支持订阅筛选
|
2025-11-11 01:24:28 +08:00 |
|
whyour
|
8fdc69421c
|
修改定时任务支持的排序顺序
|
2025-11-11 01:02:36 +08:00 |
|
whyour
|
1deb264913
|
升级 cron-parser
|
2025-11-11 00:37:03 +08:00 |
|
copilot-swe-agent[bot]
|
326ea992e9
|
Add Flowgram implementation completion documentation
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
|
2025-11-10 16:29:57 +00:00 |
|
copilot-swe-agent[bot]
|
cfe4aabc00
|
Implement Flowgram visual workflow editor with node system
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
|
2025-11-10 16:27:53 +00:00 |
|
copilot-swe-agent[bot]
|
ff74e96cbf
|
Add comprehensive Flowgram migration guide with full implementation examples
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
|
2025-11-09 13:59:20 +00:00 |
|
copilot-swe-agent[bot]
|
f04ae7611c
|
Replace React Flow with Flowgram: add dependencies and create foundation
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
|
2025-11-09 13:56:56 +00:00 |
|
Copilot
|
1f2fd8ac02
|
Fix URIError from malformed cookies causing white screen on load (#2811)
* Initial plan
* Fix decodeURIComponent error in cookie parsing by adding try-catch
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Add type annotation and logging to catch block per code review
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Fix TypeScript errors in deps.ts - remove unused path parameter
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Revert pnpm-lock.yaml to avoid unnecessary lockfile version upgrade
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-09 21:53:06 +08:00 |
|
copilot-swe-agent[bot]
|
e1efa36c91
|
Add complete implementation summary documentation
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
|
2025-11-09 13:44:08 +00:00 |
|
whyour
|
06aa07329f
|
修复日志目录逻辑
|
2025-11-09 21:42:45 +08:00 |
|
copilot-swe-agent[bot]
|
2c5357eedc
|
Implement graph execution engine for visual workflows
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
|
2025-11-09 13:42:12 +00:00 |
|
copilot-swe-agent[bot]
|
5ed2e5b809
|
Implement visual workflow editor with React Flow and custom node types
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
|
2025-11-09 13:38:22 +00:00 |
|
whyour
|
00b1bc71e0
|
Merge branch 'develop' into copilot/add-scenario-mode-support
|
2025-11-09 19:45:01 +08:00 |
|
Copilot
|
4cb9f57479
|
环境变量支持置顶 (#2822)
* Initial plan
* Add pin to top feature for environment variables
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Format code with prettier
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Add database migration for isPinned column in Envs table
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Use snake_case naming (is_pinned) for database column
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>
Co-authored-by: whyour <imwhyour@gmail.com>
|
2025-11-09 19:43:33 +08:00 |
|
Copilot
|
c369514741
|
定时任务支持自定义日志文件或者 /dev/null (#2823)
* Initial plan
* Add log_name field to enable custom log folder naming
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Add database migration for log_name column
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Add security validation to prevent path traversal attacks
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Apply prettier formatting to modified files
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Support absolute paths like /dev/null for log redirection
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
* Restrict absolute paths to log directory except /dev/null
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-09 19:32:40 +08:00 |
|
copilot-swe-agent[bot]
|
2e0775e6cd
|
Add Flowgram integration status documentation and install dependencies
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
|
2025-11-09 10:31:31 +00:00 |
|
copilot-swe-agent[bot]
|
fffc1e4fd1
|
Integrate Flowgram visual workflow editor: update data models and add dependencies
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
|
2025-11-09 10:27:36 +00:00 |
|
whyour
|
0e28e1b6c4
|
修复 pm2 日志目录
|
2025-11-09 17:52:38 +08:00 |
|
copilot-swe-agent[bot]
|
3b95ea64d3
|
Add implementation summary and finalize Scenario Mode feature
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
|
2025-11-08 17:38:52 +00:00 |
|
copilot-swe-agent[bot]
|
6bfb7fddec
|
Add comprehensive documentation for Scenario Mode feature
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
|
2025-11-08 17:36:44 +00:00 |
|
copilot-swe-agent[bot]
|
ff3cc778d0
|
Fix TypeScript build errors in scenario service
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
|
2025-11-08 17:34:33 +00:00 |
|
copilot-swe-agent[bot]
|
37c8e28cba
|
Add frontend UI for Scenario Mode with i18n support
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
|
2025-11-08 17:31:19 +00:00 |
|
copilot-swe-agent[bot]
|
712ff80448
|
Add backend models, services, and API for Scenario Mode
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
|
2025-11-08 17:24:32 +00:00 |
|
copilot-swe-agent[bot]
|
bba6c9aa29
|
Initial plan for Scene Mode feature
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
|
2025-11-08 17:18:32 +00:00 |
|
copilot-swe-agent[bot]
|
7963703162
|
Initial plan
|
2025-11-08 17:12:03 +00:00 |
|
whyour
|
73f8f3c5fa
|
增加 agent
Create a new agent configuration file for QL agent.
|
2025-11-08 00:05:56 +08:00 |
|
whyour
|
494ccb3c08
|
更新 workflow
|
2025-11-03 00:09:36 +08:00 |
|
whyour
|
399728b433
|
修复 jwt 认证
|
2025-11-02 22:28:58 +08:00 |
|
whyour
|
52a1de5063
|
更新 demo 地址
|
2025-11-02 21:54:19 +08:00 |
|
whyour
|
18f27a9a69
|
移除 nginx
|
2025-11-02 19:29:59 +08:00 |
|
whyour
|
07951964a1
|
修复模块注入
|
2025-10-26 22:32:03 +08:00 |
|
涛之雨
|
a1f888af59
|
Add validation to dependencies GET endpoint and update service logic (#2778)
* Add validation to dependencies GET endpoint and update service logic
* fix https://github.com/whyour/qinglong/pull/2778/files/6063bc3a67fb329de9b90f7c93524b862bd9eb93#r2266494581
* remove default condition type
* fix query mistakes
|
2025-10-11 23:23:13 +08:00 |
|
涛之雨
|
f7472b6e74
|
Add input validation to script API routes (#2777)
* Add input validation to script API routes
* 优化脚本 API 路由的错误处理逻辑
* Fix optional path compatibility checks
* remove file
|
2025-10-11 23:20:26 +08:00 |
|
whyour
|
a7baeba755
|
修复 task 命令可能软链失败
|
2025-10-11 23:15:54 +08:00 |
|
涛之雨
|
e4f733320d
|
Enable debug backend (#2776)
|
2025-08-19 11:13:33 +08:00 |
|
whyour
|
55c92dc320
|
发布版本 v2.19.2
v2.19.2
|
2025-07-12 20:29:49 +08:00 |
|
whyour
|
50769c43dd
|
修复 command-run 接口日志绑定
|
2025-07-12 20:29:44 +08:00 |
|
whyour
|
0587644a6b
|
command-run 增加返回 QL-Task-Log 日志路径
|
2025-06-28 01:05:05 +08:00 |
|
whyour
|
87b934aafe
|
QLAPI.systemNotify 支持自定义通知类型和参数
|
2025-06-24 02:00:51 +08:00 |
|
whyour
|
7a92e7c6ab
|
修复取消安装依赖
|
2025-06-22 21:47:39 +08:00 |
|
whyour
|
1d8403c0ec
|
修复环境变量过大解析
|
2025-06-22 21:10:55 +08:00 |
|
whyour
|
ef9e38f167
|
备份数据支持选择模块,支持清除依赖缓存
|
2025-06-22 14:25:19 +08:00 |
|
whyour
|
c9bd053fbd
|
修改服务启动方式
|
2025-06-11 00:42:29 +08:00 |
|
憶夣
|
57939391b9
|
ntfy 增加可选的认证与用户动作 (#2741)
* feat:ntfy增加可选的认证
* feat:ntfy增加可选的用户动作
* fix:ntfy动作包含中文报错
|
2025-06-07 00:26:27 +08:00 |
|
whyour
|
394e96bbf8
|
修复 health 接口报错
|
2025-06-07 00:25:47 +08:00 |
|
whyour
|
47c194c1f4
|
更新版本 v2.19.1
v2.19.1
|
2025-05-24 15:03:08 +08:00 |
|