Commit Graph

10 Commits

Author SHA1 Message Date
57d2276a7e v0.0.10 | README.md 개선
All checks were successful
Build And Test / build-and-push (push) Successful in 38s
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 00:04:18 +09:00
7136e76d63 v0.0.9 | Add Load Balancer API
All checks were successful
Build And Test / build-and-push (push) Successful in 53s
- 로드밸런서 CRUD API 추가
- 리스너, 풀, 멤버, 헬스 모니터 API 추가
- L7 정책/룰, IP ACL 그룹/타깃 API 추가
- 쿼타 조회 API 추가

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 11:14:03 +09:00
57526a0f13 v0.0.8 | CORS 설정에 X-NHN-Appkey 헤더 허용 추가
All checks were successful
Build And Test / build-and-push (push) Successful in 36s
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 00:32:00 +09:00
10ba64d3d1 v0.0.7 | Change logging from print to logger
All checks were successful
Build And Test / build-and-push (push) Successful in 35s
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 11:51:04 +09:00
4f9cb872a9 v0.0.6 | Use print with flush for immediate stdout logging
All checks were successful
Build And Test / build-and-push (push) Successful in 1m1s
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 11:36:16 +09:00
26f50b7f80 v0.0.5 | Fix logging to stdout for pod logs
All checks were successful
Build And Test / build-and-push (push) Successful in 1m51s
- Add sys.stdout stream to logging handler
- Import sys module

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 11:32:33 +09:00
02409a24c5 v0.0.4 | Fix CI version parsing issue
All checks were successful
Build And Test / build-and-push (push) Successful in 1m1s
- Replace read-file-action with shell command to properly trim newlines
- Bump version to v0.0.4

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 09:47:38 +09:00
b491984797 Add request logging middleware for pod log visibility
Some checks failed
Build And Test / build-and-push (push) Failing after 33s
- Add gunicorn access/error log options to Dockerfile
- Create RequestLoggingMiddleware for detailed request logging
- Log request method, path, host, IP, NHN headers, response status, duration

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 09:43:36 +09:00
8b06504409 Fix token request validation - accept any username format
All checks were successful
Build And Test / build-and-push (push) Successful in 1m44s
- Change username field from EmailField to CharField in TokenRequestSerializer
- NHN Cloud API validates credentials, backend shouldn't restrict format
- Bump version to v0.0.2

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 02:03:31 +09:00
8c7739ffad Add NHN Cloud API integration with async task support
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
- NHN Cloud API packages: token, vpc, compute, nks, storage
- REST API endpoints with Swagger documentation
- Async task processing for long-running operations
- CORS configuration for frontend integration
- Enhanced logging for debugging API calls

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 01:29:21 +09:00