release: v1.0.0 배포를 위한 develop 브랜치 병합#102
Merged
yeji-world merged 311 commits intomainfrom Feb 10, 2025
Merged
Conversation
매칭 단일 조회, 매칭 전체 조회 - 삭제 받은 매칭 전체 조회, 보낸 매칭 전체 조회 - 추가 보낸 매칭 삭제 - 추가
보안을 위해 추가 - accessToken - refreshToken
1. 게임 등록 첨부 파일 등록 기능
매 10분마다, 사용자에게 새롭게 생성된 알림이 존재한다면 이메일로 새로운 알림이 생성되었다는 이메일 발송
1. 컨트롤러 메서드에서 파라미터 줄바꿀 때 ( 뒤에서 엔터!
# Conflicts: # src/main/java/com/example/gamemate/global/constant/ErrorCode.java
1. final 생성자는 @requiredargsconstructor 설정
1. @Autowired 말고 @ RequiredArgsConstructor 로 통일 2. 오타 및 줄간격 경로설정 수정 3. return 값을 new ResponseEntity<>(); 로 통일 4. 반환 타입 void 로 수정 5. 트랜잭션 처리 6. @AllArgsConstructor를 제한없이 사용하는 것 > 삭제
1. return 값을 new ResponseEntity<>(); 로 통일
Feat: auth 기능 구현
Feature/game feat : 게임, 리뷰 기능 구현
createAuthentication에서 CustomUserDetails를 사용하지 않는 부분 수정
updateProfile 수정
1. 리뷰 작성자만, 리뷰 삭제할 수 있음 기능 구현
fix: auth 기능 수정
1. 보드 생성 시에 유저 추가 2. 보드 수정, 삭제 시에 로그인한 유저 확인 추가 3. 보드 수정, 삭제 시에 return 값 Void로 변경
1. 게임 단건 조회시 리뷰에 불러오는 데이터 닉네임 추가
팔로우 하기, 팔로우 취소, 팔로우 여부 확인에서 로그인한 유저객체를 받도록 리팩토링
1. ErrorCode.형식으로 수정
1. 댓글 생성 시에 유저 추가 2. 댓글 수정, 삭제 시에 로그인한 유저 확인 추가
# Conflicts: # src/main/java/com/example/gamemate/global/constant/ErrorCode.java
feat: 보드 유저 확인
…nto feature/redissplit
refactor: Redis 데이터베이스 논리적 분리 적용
fix: 환경 변수 추가
…nto feature/tokenredis
…/tokenredis # Conflicts: # src/main/resources/application.properties
refactor: 토큰 관리 Redis로 변경
…nto feature/coupon
# Conflicts: # src/main/java/com/example/gamemate/global/config/RedisConfig.java # src/main/resources/application.properties
프로젝트 기능, 적용 기술, 기술적 의사결정, 트러블슈팅 내용 추가
refactor: 쿠폰 발급 기능 Redisson 분산락
docs : 운영환경 properties 의 ddl-auto 환경변수처리
fix: 환경 변수 추가
fix: 환경 변수 추가
fix: 로그인 시 수정일 업데이트
yeji-world
approved these changes
Feb 10, 2025
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
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.
#️⃣연관된 이슈
📝작업 내용
스크린샷 (선택)
💬리뷰 요구사항(선택)