chore: sync local latest state and repository cleanup
This commit is contained in:
@@ -39,7 +39,9 @@
|
||||
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:3000 || echo \"Gitea not accessible\")",
|
||||
"Bash(cd /home/long/project/蚊子/frontend/admin && npm run test:unit 2>&1 | tail -30)",
|
||||
"Bash(npm run 2>&1)",
|
||||
"Bash(git add -A && git commit -m \"feat: 添加独立登录认证功能\n\n- 添加LoginController处理登录/登出请求\n- 添加AuthService实现用户名密码认证和Token管理\n- 添加LoginRequest/LoginResponse DTO\n- 修复RoleRepository JPA查询问题\n- 完善ApprovalTimeoutJob实现\")"
|
||||
"Bash(git add -A && git commit -m \"feat: 添加独立登录认证功能\n\n- 添加LoginController处理登录/登出请求\n- 添加AuthService实现用户名密码认证和Token管理\n- 添加LoginRequest/LoginResponse DTO\n- 修复RoleRepository JPA查询问题\n- 完善ApprovalTimeoutJob实现\")",
|
||||
"Bash(cd /home/long/project/蚊子/src/main/resources/db/migration && \\\\\nsed -i 's/TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW\\(\\)/TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP/g' *.sql && \\\\\nsed -i 's/TIMESTAMP WITH TIME ZONE DEFAULT NOW\\(\\)/TIMESTAMP DEFAULT CURRENT_TIMESTAMP/g' *.sql && \\\\\nsed -i 's/TIMESTAMP WITH TIME ZONE;/TIMESTAMP;/g' *.sql && \\\\\necho \"Done\")",
|
||||
"Bash(curl -s -X POST http://localhost:8080/api/auth/login \\\\\n -H \"Content-Type: application/json\" \\\\\n -d '{\"username\":\"admin\",\"password\":\"admin\"}')"
|
||||
],
|
||||
"deny": []
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user