Commit Graph

  • 4fd89ab155 Initial plan copilot-swe-agent[bot] 2026-01-03 06:51:43 +0000
  • 8d5e485cd6 Revert changes - linkCommandToDir already handles symlink creation copilot/fix-ql-command-not-found copilot-swe-agent[bot] 2025-12-30 17:00:10 +0000
  • 0bbff927b1 Address code review feedback copilot/fix-scheduled-task-issue copilot-swe-agent[bot] 2025-12-30 16:43:16 +0000
  • b87fe2ebf0 Add quotes to variable expansions in ql.sh copilot-swe-agent[bot] 2025-12-30 16:43:04 +0000
  • 58eb9feec0 Fix scheduled task instance mode issues copilot-swe-agent[bot] 2025-12-30 16:41:28 +0000
  • 7ea2d362f0 Add QL_DIR validation to ql.sh copilot-swe-agent[bot] 2025-12-30 16:41:26 +0000
  • 9bd8318371 Add ql.sh script and create symlinks in docker-entrypoint.sh copilot-swe-agent[bot] 2025-12-30 16:40:18 +0000
  • 802ca93a3d Initial plan copilot-swe-agent[bot] 2025-12-30 16:33:54 +0000
  • 4c2a8e2b24 Initial plan copilot-swe-agent[bot] 2025-12-30 16:33:45 +0000
  • fcf0ee619b Improve URL pattern matching and remove redundant checks copilot/add-install-methods-module copilot-swe-agent[bot] 2025-12-27 08:51:12 +0000
  • f3ec352066 Address code review feedback: improve pattern matching and error handling copilot-swe-agent[bot] 2025-12-27 08:49:41 +0000
  • 855f591992 Improve type safety for fileHandle and release variables copilot/fix-temporary-edit-script-issue copilot-swe-agent[bot] 2025-12-27 08:49:27 +0000
  • d30eb2008c Add error handling for file handle close operation copilot-swe-agent[bot] 2025-12-27 08:46:51 +0000
  • 023d0f1cc4 Fix pyproject.toml path handling and add error handling copilot-swe-agent[bot] 2025-12-27 08:46:12 +0000
  • e1ce0f3fa9 Improve error handling based on code review feedback copilot-swe-agent[bot] 2025-12-27 08:45:34 +0000
  • 82514e65e1 Add server timeout configuration and improve error handling for script save operations copilot-swe-agent[bot] 2025-12-27 08:43:11 +0000
  • f526d3f972 Add support for GitHub URLs and requirements files in Python dependencies copilot-swe-agent[bot] 2025-12-27 08:41:43 +0000
  • 31261190f0 Initial plan copilot-swe-agent[bot] 2025-12-27 08:35:20 +0000
  • e28f746294 Initial plan copilot-swe-agent[bot] 2025-12-27 08:35:03 +0000
  • d53437d169 更新 2.20.1 whyour 2025-12-26 21:17:30 +0800
  • d526602d19 修复运行中任务停止操作 whyour 2025-12-26 01:07:08 +0800
  • 91b44914f6 修复环境变量排序 whyour 2025-12-26 00:41:32 +0800
  • 4926f6f625 Fix env.js loading error by preventing catch-all from matching API routes copilot/fix-env-js-loading-error copilot-swe-agent[bot] 2025-12-24 08:42:58 +0000
  • f73059ec71 Initial plan copilot-swe-agent[bot] 2025-12-24 08:39:06 +0000
  • 4f6c93cc1c 更新 workflow whyour 2025-12-24 01:03:21 +0800
  • e326d89571 修复 apiWhiteList 路径 whyour 2025-12-23 00:58:09 +0800
  • 5f0dafa010 修复 cron-parser import,websocket basepath whyour 2025-12-23 00:28:16 +0800
  • dc0b3f2eb2
    Fix QlBaseUrl: use URL rewrite for base path support (#2876) Copilot 2025-12-22 23:44:29 +0800
  • 3db716763d
    Fix cron-parser v5 bundling incompatibility causing validation failures (#2877) Copilot 2025-12-22 23:43:54 +0800
  • fae226745e
    Add missing larkSecret field to gRPC NotificationInfo proto (#2880) Copilot 2025-12-22 23:38:42 +0800
  • d04c621e6a Simplify baseUrl implementation using URL rewrite copilot/fix-qlbaseurl-issue copilot-swe-agent[bot] 2025-12-22 15:07:12 +0000
  • 9330650163
    Fix TG_PROXY_AUTH concatenation in notify.js - add missing @ separator (#2882) Copilot 2025-12-22 23:05:06 +0800
  • 6318260330 Add larkSecret field to NotificationInfo proto definition copilot/fix-larksecret-notification-error copilot-swe-agent[bot] 2025-12-22 15:00:18 +0000
  • 6485e6b420 Apply prettier formatting to notify.js copilot/fix-tg-proxy-auth-handling copilot-swe-agent[bot] 2025-12-22 14:59:41 +0000
  • e56bdc8e81 Apply code review suggestions: improve clarity and simplify logic copilot-swe-agent[bot] 2025-12-22 14:57:49 +0000
  • 82ce0173a8 Fix TG_PROXY_AUTH handling in notify.js to match notify.py logic copilot-swe-agent[bot] 2025-12-22 14:57:34 +0000
  • 60aab8f95d Add clarifying comments and improve code readability copilot-swe-agent[bot] 2025-12-22 14:55:32 +0000
  • f099bd8e05 Remove unreachable code and ensure consistent escaping for both Debian and Alpine copilot/fix-linux-package-source-url copilot-swe-agent[bot] 2025-12-22 14:53:59 +0000
  • 8bff4202c7 Fix path construction: use req.path directly for whitelist check copilot-swe-agent[bot] 2025-12-22 14:53:42 +0000
  • 0bae11def6 Address code review feedback: fix JWT regex and path construction copilot-swe-agent[bot] 2025-12-22 14:51:49 +0000
  • d347f8f751 Fix: Use default import for cron-parser to ensure browser compatibility copilot/fix-validation-failed-issue copilot-swe-agent[bot] 2025-12-22 14:51:47 +0000
  • c32a53c40b Optimize memory usage by fetching only required fields copilot/fix-runtime-status-issue copilot-swe-agent[bot] 2025-12-22 14:51:31 +0000
  • 6f7a54a614 Fix incomplete sanitization - properly escape backslashes in URL escaping copilot-swe-agent[bot] 2025-12-22 14:50:31 +0000
  • 8ae7a85bf8 Use consistent null checking pattern for PID validation copilot-swe-agent[bot] 2025-12-22 14:50:12 +0000
  • a56f2393a4 Address code review feedback - improve null checks copilot-swe-agent[bot] 2025-12-22 14:48:11 +0000
  • 7412a201f4 Initial plan copilot-swe-agent[bot] 2025-12-22 14:47:41 +0000
  • 10f19a5c1d Update websocket and frontend to support base URL copilot-swe-agent[bot] 2025-12-22 14:47:34 +0000
  • 6397415d7f Address code review feedback - improve distribution detection and error handling copilot-swe-agent[bot] 2025-12-22 14:47:23 +0000
  • 1124040eeb Optimize PID validation and use bulk database update copilot-swe-agent[bot] 2025-12-22 14:46:15 +0000
  • f5f9d464cb Fix whitelist check to use base-URL-aware paths copilot-swe-agent[bot] 2025-12-22 14:45:14 +0000
  • 073de76a4a
    Fix validation error when saving scripts in debug window (v2.20.0 regression) (#2862) Copilot 2025-12-22 22:43:48 +0800
  • a38b876a74 Add QlBaseUrl support to backend routes copilot-swe-agent[bot] 2025-12-22 14:43:36 +0000
  • 8dc98a6c0e Add Debian/Armbian support to Linux mirror update functionality copilot-swe-agent[bot] 2025-12-22 14:43:15 +0000
  • f043aa62e4 Fix task status reset issue - preserve running tasks on restart copilot-swe-agent[bot] 2025-12-22 14:42:44 +0000
  • d4edd97f5c Initial plan copilot-swe-agent[bot] 2025-12-22 14:37:37 +0000
  • 5c151f93c5 Initial plan copilot-swe-agent[bot] 2025-12-22 14:37:23 +0000
  • d64dc64df7 Initial plan copilot-swe-agent[bot] 2025-12-22 14:37:15 +0000
  • 859f592e55 Initial plan copilot-swe-agent[bot] 2025-12-22 14:36:24 +0000
  • 2b875d634f Initial plan copilot-swe-agent[bot] 2025-12-22 14:36:15 +0000
  • 649f79e7bc Revert version.yaml to 2.19.2 - should not include version bump in bug fix PR copilot/fix-validation-error-on-save copilot-swe-agent[bot] 2025-12-15 10:35:01 +0000
  • c61d1aa828
    Fix enum value 0 causing type filter to fail for NodeJS dependencies (#2869) Copilot 2025-12-15 18:21:14 +0800
  • d1360342eb Fix: Prevent Python3 dependencies from appearing in NodeJs tab copilot/fix-python-dependency-in-nodejs copilot-swe-agent[bot] 2025-12-15 10:11:12 +0000
  • 39ef449c10 Initial plan copilot-swe-agent[bot] 2025-12-15 10:07:55 +0000
  • b9c4790bda Fix Telegram notify proxyAgent URI kong 2025-12-15 10:11:14 +0800
  • 33b2f2da77 更新 npm 版本 v2.20.0 v2.20.0-debian whyour 2025-12-11 01:57:01 +0800
  • 4bdcb1a1e9 移除 init_nginx whyour 2025-12-11 01:56:52 +0800
  • f99e92f28d 更新 pipeline whyour 2025-12-10 00:39:09 +0800
  • ffa187cb36 增加用户 qinglong whyour 2025-11-15 20:07:47 +0800
  • b1ca19bdd7 增加 packageManager whyour 2025-11-15 01:54:56 +0800
  • 644ad1737b 更新 npm 版本 v2.19.2-2 whyour 2025-07-12 20:30:43 +0800
  • d3e6fdf018 更新 npm 版本 v2.19.1-0 whyour 2025-05-24 15:04:35 +0800
  • 5673bc635e 修复 apt 命令 whyour 2025-05-21 01:33:27 +0800
  • 88ae00580a 更新 npm 版本 v2.19.0-10 whyour 2025-05-18 22:05:10 +0800
  • 7d4d871d5a 修改 linux 启动文件逻辑 whyour 2025-05-18 22:04:57 +0800
  • 0d02e85cfc 修复发布 npm包依赖文件 whyour 2025-05-17 13:46:44 +0800
  • ba81732996 修复 npm 启动脚本 whyour 2025-05-16 21:33:16 +0800
  • 5679857025 移除自动清除 deb whyour 2025-04-25 22:25:39 +0800
  • 3b0dc2e76e 修复 command 变量 whyour 2025-04-25 01:14:58 +0800
  • 360dbac033 更新 npm 版本 v2.18.3-3 whyour 2025-03-19 23:49:38 +0800
  • d351a1844e 更新 nodejs 版本 whyour 2025-03-13 00:29:53 +0800
  • db66691cf9 更新 npm 版本 v2.18.2-6 whyour 2025-02-28 00:58:40 +0800
  • 671be89446 修复系统安装依赖提示 whyour 2025-01-05 12:25:36 +0800
  • 4fa6adc590 写入文件增加文件锁 whyour 2025-01-04 00:50:12 +0800
  • 77bb9fd8a9 更新 npm 版本 v2.17.13 whyour 2024-12-21 22:50:13 +0800
  • 2080ced834 修改本地服务启动提示 whyour 2024-11-18 23:25:16 +0800
  • 7f99cb6e7d 更新 npm 版本 v2.17.12 whyour 2024-10-27 00:17:42 +0800
  • fd340806b1 修改 debian 版本为 12 bookworm whyour 2024-10-27 00:17:33 +0800
  • 9ab3d9367e 更新 npm 版本 v2.17.11 whyour 2024-09-16 21:38:53 +0800
  • 54ed0fd0fa 更新 npm 版本 v2.17.10 whyour 2024-09-01 23:44:20 +0800
  • e13c5052b0 更新 npm 版本 v2.17.9 whyour 2024-07-28 18:41:30 +0800
  • 32495911a1 修复 qinglong 命令 whyour 2024-07-25 22:19:16 +0800
  • b93ce700f8 更新 npm 版本 v2.17.8 whyour 2024-07-14 14:37:42 +0800
  • 78591dc2bc npm 启动增加 reload 逻辑 whyour 2024-07-14 14:37:26 +0800
  • b4f5a416ac 修改 ts 文件执行依赖 whyour 2024-07-10 23:35:28 +0800
  • 28d03cb3a9 更新 npm 版本 v0.21.2 whyour 2024-07-02 00:50:46 +0800
  • 9853a368b4 修改 apt 命令 whyour 2024-06-30 13:39:31 +0800
  • b9380c53d6 安装 linux 依赖自动识别 alpine 和 debian whyour 2024-06-30 00:47:41 +0800
  • f942b83eb6 更新 npm 版本 v0.20.4 whyour 2024-06-25 22:33:16 +0800
  • e81f633d1c 修复 debian netcat 包名 whyour 2024-06-24 00:13:24 +0800
  • f76d3ef15c 更新 npm 版本 v0.19.9 whyour 2024-06-02 17:56:48 +0800