Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
3464c4da61ebe2eba518fa3442aedbfc11d3d36b
qinglong
/
back
/
loaders
下载当前目录
G
GitHub
fix: create root .tmp directory on init for data export (
#2993
)
a1ae08da
创建于
18 天前
历史提交
文件
最后提交记录
最后更新时间
app.ts
修改服务启动逻辑
1 年前
bootAfter.ts
定时任务支持 @once 和 @boot 任务
1 年前
db.ts
Fix task duplication: add single/multi-instance support with UI configuration and stop all running instances (#2837) * Initial plan * Stop running tasks before starting new scheduled instance Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Add multi-instance support and fix stop to kill all running instances - Add allow_multiple_instances field to Crontab model (default: 0 for single instance) - Add validation for new field in commonCronSchema - Add getAllPids and killAllTasks utility functions - Update stop method to kill ALL running instances of a task - Update runCron to respect allow_multiple_instances config - Backward compatible: defaults to single instance mode Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Add UI support for allow_multiple_instances configuration - Add allow_multiple_instances field to ICrontab interface - Add instance mode selector in task creation/edit modal - Add translations for instance mode in Chinese and English - Default to single instance mode for backward compatibility Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Add allow_multiple_instances column migration and optimize db.ts - Add allow_multiple_instances column to Crontabs table migration - Refactor migration code to use data-driven approach - Replace 11 individual try-catch blocks with single loop - Improve code maintainability and readability 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 个月前
depInjector.ts
添加订阅管理前端
3 年前
deps.ts
移除用户判断
6 个月前
express.ts
Fix /open/user/init auth bypass allowing credential reset on initialized systems (#2941) * Initial plan * fix: add /open/user/init paths to init guard to prevent auth bypass 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>
2 个月前
initData.ts
修复 PATH 环境变量
2 个月前
initFile.ts
fix: create root .tmp directory on init for data export (#2993) The data export feature (system backup) writes data.tgz to `config.tmpPath` which resolves to `<rootPath>/.tmp/`. However, `initFile.ts` only created `<dataPath>/log/.tmp/` (used for crontab list temp files), never the root-level `.tmp/` directory. In Docker deployments, `shell/share.sh`'s `fix_config()` creates `$dir_root/.tmp` during shell initialization, but local/non-Docker deployments that start the Node service directly skip the shell init, causing a 404 ENOENT error when attempting to export/backup data. Add `rootTmpPath` (`<rootPath>/.tmp/`) to the directories array in `initFile.ts` so it is created during Node service startup regardless of deployment method.
18 天前
initTask.ts
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 个月前
logger.ts
修改服务启动逻辑
1 年前
server.ts
修改系统重启逻辑
2 年前
sock.ts
修复 cron-parser import,websocket basepath
4 个月前