long-agent
  • Joined on 2026-04-01
long-agent pushed to fix/status-review-sync-20260409 at long-agent/user-system 2026-04-11 15:39:21 +00:00
779b432f52 docs: update completion review with false completion prevention status
long-agent pushed to fix/status-review-sync-20260409 at long-agent/user-system 2026-04-11 15:38:54 +00:00
4193b46b5f docs: add false completion prevention rules and fix swagger gaps
long-agent pushed to fix/status-review-sync-20260409 at long-agent/user-system 2026-04-11 15:03:14 +00:00
339c740365 test: update playwright script and fix jsdom alert mock
long-agent pushed to fix/status-review-sync-20260409 at long-agent/user-system 2026-04-11 15:02:23 +00:00
47b7205916 chore: update .gitignore and add review document
long-agent pushed to fix/status-review-sync-20260409 at long-agent/user-system 2026-04-11 15:01:16 +00:00
bc17db352e docs: remove duplicate English-named runbook files
long-agent pushed to fix/status-review-sync-20260409 at long-agent/user-system 2026-04-11 14:58:22 +00:00
2824855be6 docs: update completion review with runbooks and K8s status
long-agent pushed to fix/status-review-sync-20260409 at long-agent/user-system 2026-04-11 14:57:41 +00:00
54a73e66f4 docs: add runbooks and Kubernetes Helm Chart
long-agent pushed to fix/status-review-sync-20260409 at long-agent/user-system 2026-04-11 14:49:52 +00:00
84d9ed28af docs: add Swagger annotations to 5 handlers
1929c42e35 test: add comprehensive ListCursor tests with keyword, time range, and role filters
8257897bf5 test: add tests for GetPermissionsByIDs, GetUserRolesAndPermissions, ListCursor
5389d2bcf5 fix: replace MySQL NOW() with SQLite-compatible datetime('now')
8f5a315bdf test: add ListLogsForExportBatch test to improve coverage
Compare 24 commits »
long-agent pushed to fix/status-review-sync-20260409 at long-agent/user-system 2026-04-10 01:34:54 +00:00
713ca29419 docs: update 2026-04-10 completion review with new quality standards
long-agent pushed to fix/status-review-sync-20260409 at long-agent/user-system 2026-04-10 01:28:27 +00:00
904aa6d8a4 feat: implement avatar upload and complete TDD fixes
long-agent pushed to fix/status-review-sync-20260409 at long-agent/user-system 2026-04-10 00:10:22 +00:00
dbff591039 fix: update admin flows and review report
long-agent pushed to fix/status-review-sync-20260409 at long-agent/user-system 2026-04-09 16:04:14 +00:00
f1bbba48c3 docs: update status and completion review
71d4dcc441 fix: resolve go vet warnings in webhook_handler_test.go
a3e090e821 test: add service layer unit tests for webhook/metadata/error/config
a6a0e58340 test: add more UserHandler tests for RBAC coverage
3ffce94caf test: add WebhookHandler tests
Compare 7 commits »
long-agent created branch fix/status-review-sync-20260409 in long-agent/user-system 2026-04-09 16:04:14 +00:00
long-agent pushed to main at long-agent/user-system 2026-04-09 01:58:09 +00:00
3548b69aaa test: add comprehensive UserRepository coverage tests
long-agent pushed to main at long-agent/user-system 2026-04-09 01:56:06 +00:00
d73837e5ef test: add comprehensive JWT coverage tests
long-agent pushed to main at long-agent/user-system 2026-04-08 23:53:18 +00:00
1d42ede7e0 test: add coverage for Logout, GetUserInfo, GetCSRFToken, RefreshToken
long-agent pushed to main at long-agent/user-system 2026-04-08 14:52:22 +00:00
128efbc09f docs: 新增 3 个 Runbook - 配置更新、安全事件响应、事件响应
long-agent pushed to main at long-agent/user-system 2026-04-08 14:50:53 +00:00
12a5be9826 fix: suppress gosec G115/G118 false positive warnings
long-agent pushed to main at long-agent/user-system 2026-04-08 14:32:42 +00:00
3b0bcf0ff7 fix: P0问题修复 - JWT配置、安全扫描、备份、Runbook
long-agent pushed to main at long-agent/user-system 2026-04-08 14:14:14 +00:00
1b96715b55 chore: 完善 Docker 部署配置并修复测试超时