-
Notifications
You must be signed in to change notification settings - Fork 0
Release v1.0.0 #41
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
Release v1.0.0 #41
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
- fooditem, menu, photo, photosetting, store 도메인 폴더 구조 생성 - 각 도메인별 domain, service, repository, controller 패키지 분리 - 복합키(@EmbeddedId) 방식에서 단일키(@id) 방식으로 변경 - 모든 엔티티의 PK 필드명을 'id'로 통일 - MenuItemId, UserStoreRoleId 복합키 클래스 삭제
- OAuth 관련 클래스들을 oauth 패키지로 이동 - Google, Kakao, Naver OAuth 컨트롤러 및 DTO 추가 - FCM 토큰 관련 로직 완전 제거 (DTO, 컨트롤러, 서비스) - CustomOAuth2UserService에서 FCM 파라미터 제거 - RefreshToken 엔티티 관계 설정 수정 (단방향으로 변경)
- 기존 security 패키지의 모든 클래스 삭제 (oauth 패키지로 이동됨) - User 엔티티 필드명 수정 (fullName → name) - User 엔티티 PK 필드명 통일 (userId → id) - UserRepository 패키지 경로 수정
- ErrorMessage에서 FCM 관련 에러 메시지 제거 - GlobalExceptionHandler 패키지 경로 수정 - application-prod.yml 설정 업데이트 - JPA ddl-auto 설정 조정
- GitHub Actions CI/CD 파이프라인 설정 - 자동 빌드, 테스트, 배포 워크플로우 - Slack 알림 워크플로우 추가
- Spring Boot 버전 업데이트 - 필요한 라이브러리 의존성 추가
… and notification service
…nd-testing Feature/#3 api enhancement and testing
- findByUserIdWithStore → findByUserIdWithStoreOnly로 변경 - @query 사용하여 명시적 fetch join 구현 - Spring Data JPA 네이밍 규칙 준수
…nd-testing fix: UserStoreRoleRepository 메서드명 네이밍 규칙 수정
…nd-testing refactor: jwt create/validate의 메서드를 최신 메서드로 변경
…nd-testing fix: 삭제할 때 외래키 에러 수정 및 소프트 딜리트 구현
…nd-testing refactor: 불필요한 연관관계 삭제
feat: add oidc & terraform setting
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.
Version: v1.0.0
Environment: Production
Branch:
develop→main