Your Name
6455ed31a3
docs: update README and project status with coverage improvements
...
Update project documentation to reflect:
- Current status: B / 有条件就绪
- P0/P1 review issues all fixed
- P2 coverage improvement progress
- Added project status section to README
- Updated REAL_PROJECT_STATUS.md with coverage metrics
- Listed 30+ new test files added
Coverage summary:
- 4 packages at 100% coverage
- 8 packages above 80% coverage
- timezone: 45.2% → 93.5% (+48.3%)
- httpclient: 36.5% → 69.8% (+33.3%)
- oauth: 15.9% → 47.6% (+31.7%)
2026-05-29 21:33:58 +08:00
Your Name
5d767abe72
test(docs): P2 optimization - add router tests and update README
...
- Add router package tests to improve coverage
- Update README status date to 2026-05-29
- Mark all P0/P1 review blockers as resolved
- Update project readiness rating to B (conditional ready)
2026-05-29 14:00:21 +08:00
Your Name
9e7b08e194
docs: sync README review snapshot
2026-05-28 15:55:40 +08:00
8d9f157eb8
feat: add UMS CLI for binary packaging and system initialization
...
- Add Cobra-based CLI with ums init, ums serve, ums version commands
- ums init supports interactive prompts and non-interactive flags
- Generates secure JWT secrets and config.yaml automatically
- Extract server.Serve() function for reuse
- Add cross-platform build targets to Makefile
- Update README with CLI installation and usage instructions
New files:
- cmd/ums/main.go - CLI entry point
- cmd/ums/cmd/root.go - Root command
- cmd/ums/cmd/init.go - Interactive/non-interactive init
- cmd/ums/cmd/serve.go - Server command
- cmd/ums/cmd/version.go - Version command
- internal/server/server.go - Extracted Serve function
2026-04-19 08:59:00 +08:00
85285c16d1
docs: update project documentation with P0/P1/P2 fix status
...
- Add security features section to README
- Add security architecture section 12.1 and 12.2 to ARCHITECTURE
- Add validation commands section to DEPLOYMENT
- Update PRD with fix completion status
2026-04-18 21:30:14 +08:00
a3e090e821
test: add service layer unit tests for webhook/metadata/error/config
...
- webhook_service_test.go: isPrivateIP, isSafeURL, computeHMAC
- request_metadata_test.go: context functions
- classified_error_test.go: error types
- config_defaults_test.go: password reset/SMS defaults
- email_config_test.go: email code defaults
- auth_runtime_test.go: isUserNotFoundError
Service coverage: 11.2% -> 14.7%
2026-04-09 15:30:26 +08:00
e59a77bc49
Initial commit
2026-04-02 03:01:14 +00:00