Skip to content
Merged

push #38

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1428ea2
Merge pull request #30 from acai1998/develop
acai1998 Feb 12, 2026
4af603b
Merge pull request #31 from acai1998/develop
acai1998 Feb 13, 2026
c402a38
Merge pull request #32 from acai1998/feature
acai1998 Feb 13, 2026
7039da6
Merge pull request #33 from acai1998/develop
acai1998 Feb 13, 2026
d7fc336
Merge pull request #34 from acai1998/feature
acai1998 Feb 14, 2026
1368dd0
Merge pull request #35 from acai1998/develop
acai1998 Feb 14, 2026
d0bbfc6
Merge pull request #36 from acai1998/feature
acai1998 Feb 14, 2026
c130971
Merge pull request #37 from acai1998/develop
acai1998 Feb 14, 2026
efd9544
refactor: 调整路径引用和格式规范
acai1998 Feb 14, 2026
7ba5a97
Merge branch 'master' of github.com:acai1998/Automation_Platform
acai1998 Feb 14, 2026
b86d011
1
acai1998 Feb 14, 2026
71d1dc4
删除空文件
acai1998 Feb 15, 2026
8e14b7b
refactor: 更新任务执行状态为'cancelled',并添加触发类型字段
acai1998 Feb 27, 2026
fbd49f8
chore: 添加 supertest 及相关类型依赖
acai1998 Feb 27, 2026
1f464ae
refactor: 统一Jenkins相关日志格式并调整接口速率限制顺序
acai1998 Feb 28, 2026
c8ff228
feat: 为任务相关接口添加通用认证限流中间件
acai1998 Feb 28, 2026
aae0d9b
feat: 为 Jenkins 路由统一添加通用认证限流中间件
acai1998 Feb 28, 2026
3cf27ce
chore: 删除 Jenkinsfile.jenkins-ui 文件
acai1998 Mar 5, 2026
d5601e4
feat: 添加 PM2 生产部署配置和热部署脚本
acai1998 Mar 5, 2026
cd373d9
fix: 修复Docker构建中npm ci失败导致TypeScript缺失问题
acai1998 Mar 5, 2026
acccab8
docs: 删除 Docker Secrets 和 Docker Swarm 部署指南文档
acai1998 Mar 5, 2026
4f7b913
fix: 修正编译输出路径 dist/server/server/index.js
acai1998 Mar 5, 2026
110900e
fix: 修正构建顺序,先前端后后端避免 vite 清空 dist/
acai1998 Mar 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ __pycache__/
.venv/
.env
.env.example
.mrules

# 规则忽略文件
CLAUDE.md
Expand Down
118 changes: 0 additions & 118 deletions DOCKER_BUILD_FIX.md

This file was deleted.

Empty file removed DOCKER_BUILD_SOLUTION.md
Empty file.
215 changes: 0 additions & 215 deletions DOCKER_BUILD_TEST.md

This file was deleted.

Loading