文件最后提交记录最后更新时间
修改 import undici 1 年前
修复运行中任务停止操作 4 个月前
修复系统设置数据未初始化 1 年前
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>5 个月前
修复环境变量排序 4 个月前
fix IPv6 connectivity 17 天前
修改服务启动逻辑 1 年前
fix IPv6 connectivity 17 天前
脚本管理和日志管理支持下载 1 年前
修改服务启动逻辑 1 年前
支持自定义接收邮箱地址 (#2973) * 支持自定义接收邮箱地址 * 新增支持多个接收邮箱,同步到node和系统内置版本18 天前
QLAPI 支持操作环境变量和系统通知 1 年前
修复模块注入 6 个月前
脚本管理和日志管理支持下载 1 年前
修复调试脚本日志丢失 2 年前
Fix SSH global private key matching before subscription-specific keys (#2845) * Initial plan * Fix SSH global private key loading order by using zzz_ prefix Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Use tilde (~) prefix for global SSH config to ensure it loads last 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>5 个月前
Optimize log file writes using stream pooling (#2835) * Initial plan * Implement LogStreamManager for optimized log writing Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Fix error handler in LogStreamManager to avoid race conditions 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>6 个月前
Add global SSH key configuration in system settings (#2840) * Initial plan * Add backend support for global SSH keys Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Add frontend UI for global SSH keys management Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Add SshKeyModel to database initialization Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Add SSH config generation for global SSH keys Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Add internationalization support for SSH key management UI Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Simplify to single global SSH key in system settings 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>5 个月前
feat: Support multiple concurrent login sessions per platform (#2816) * Initial plan * Implement multi-device login support - allow multiple concurrent sessions Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Address code review feedback - extract constants and utility functions Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Add validation and logging improvements based on code review Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Revert unnecessary file changes - keep only multi-device login feature files 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>6 个月前