-
Notifications
You must be signed in to change notification settings - Fork 1
[deploy] product-v1.0.2 #533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- ROOT_ADMIN 탈퇴 시 ACCESS_DENIED 예외 발생하도록 수정 - ROOT_ADMIN 초기화 로직을 이메일 기준으로 변경 (existsActiveAdmin -> existsByEmail) - http 폴더를 product/admin으로 분리하여 구조화 - admin 인증 API HTTP 샘플 추가 (로그인, 토큰갱신, 회원가입, 탈퇴) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
Quartz JDBC JobStore 클러스터링이 제대로 동작하지 않아 동일 Job이 여러 인스턴스에서 중복 실행되는 문제 수정. - jobStore.class: JobStoreTX 명시적 지정 - driverDelegateClass: StdJDBCDelegate 추가 - clusterCheckinInterval: 20000ms 설정 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
- FakeWebhookRestTemplate 클래스 추가 (테스트용 RestTemplate Fake 구현체) - TestContainersConfig에 FakeWebhookRestTemplate 빈 등록 - DailyDataReportIntegrationTest에서 내부 TestConfig 제거하여 Context 공유 이전에 TestConfig 내부 클래스로 인해 다른 통합 테스트와 다른 Spring Context가 생성되어 TestContainers 충돌이 발생했음. Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release product v1.0.2
This PR was automatically created by version-check workflow.