-
Notifications
You must be signed in to change notification settings - Fork 3
[release] v0.0.1 RELEASE #42
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
* ✨ 웹소켓 config 파일 생성 * chore: Java 스타일 수정 * ♻️ refactor:sockJS 제거 --------- Co-authored-by: github-actions <>
* fix: Test DB 미등록으로 인한 테스트 실패 문제 해결 * feat: test workflow 등록 * fix: build.gradle tab 문자 적용 * chore: Java 스타일 수정 --------- Co-authored-by: github-actions <>
* ✨ feat: SSE 기본 기능 구현 * chore: Java 스타일 수정 * 🚚 rename: SSE 관련 파일 패키지 구분 추가 * chore: Java 스타일 수정 * 🗑️ remove: SSE 관련 중복 파일 삭제 --------- Co-authored-by: github-actions <>
* ✨ feat: 게임 방 생성 구현 * ✨ feat: repository, service 책임 분리, mapper추가 * chore: Java 스타일 수정 * ♻️ 리뷰 반영 수정 * chore: Java 스타일 수정 * 🩹 컨트롤러 import 추가 * chore: Java 스타일 수정 --------- Co-authored-by: github-actions <>
* 🔧 chore: Quiz, User에 @Getter 및 임시 @Setter 추가 * chore: Java 스타일 수정 * ✨ feat: 룸 목록 조회 응답 DTO(RoomListResponse) 추가 - RoomResponse 추가 * chore: Java 스타일 수정 * ✨ feat: 룸 전체 조회 API 구현 * chore: Java 스타일 수정 * ✅ test: 룸 전체 조회 리포지토리 테스트 추가 * chore: Java 스타일 수정 * ♻️ 리뷰 반영 수정 - RoomService의 RoomMapper를 static import로 변경 - roomResponse DTO의 title을 roomName으로 변경 --------- Co-authored-by: github-actions <>
* ✨ 게임 방 입장(+유효성 검증) 구현 * ♻️ 누락 import 추가 * ♻️ 클라이언트 send시 로그 추가 * chore: Java 스타일 수정 * ♻️ PR 리뷰 반영 * chore: Java 스타일 수정 * 🔥 refactor: validationResponse삭제 no content로 응답 변경으로 인한 응답 dto 삭제 * ♻️ PR 리뷰 반영-2 * ♻️ PR 리뷰 반영-2 * ✨ 유효성 체크 요청시 validation 어노테이션 추가 * chore: Java 스타일 수정 --------- Co-authored-by: github-actions <>
* 🔧 chore: Kakao OAuth 기능 관련 설정 * ✨ feat: Kakao Oauth 회원가입, 로그인, 로그아웃 구현 * chore: Java 스타일 수정 * chore: Java 스타일 수정 --------- Co-authored-by: github-actions <>
* ♻️ refactor: UserMapper에 toSignupResponse() 추가 * ♻️ refactor: 예외 메시지 수정, @transactional 명시 * ♻️ refactor: UserPrincipal 필드 수정(User -> AuthenticationUser) * ♻️ refactor: 사용자 인증 정보를 반환하는 util 메서드 추가 * 🔧 chore: 세션 정책 설정 * chore: Java 스타일 수정 * ♻️ refactor: 매직 스트링 제거 * chore: Java 스타일 수정 --------- Co-authored-by: github-actions <>
* ✨ feat: quizId로 조회한 Quiz로 응답에 포함하는 기능 추가 * chore: Java 스타일 수정 * ✨ feat: Room 생성, 수정, 삭제에 대한 이벤트 리스너 추가 - 이벤트 타입 정의 enum 추가 - 이벤트 전달 객체 추가(RoomCreatedEvent, RoomUpdatedEvent, RoomDeletedEvent) * chore: Java 스타일 수정 * ✨ feat: 이벤트에 대한 브로드 캐스팅 메서드 추가 - 이벤트 타입 별 SSE 본문 객체 추가 * chore: Java 스타일 수정 * ♻️ emitter.onCompletion 부분 중괄호 삭제 * ♻️ RoomCreatedPayload Integer -> int로 통일 * chore: Java 스타일 수정 --------- Co-authored-by: github-actions <>
* ✨ 퀴즈 조회, 수정, 삭제 API 구현 * chore: Java 스타일 수정 * ♻️ refactor : StringUtils.isBlank 적용 및 로그 수정 * chore: Java 스타일 수정 * ✨ feat: 퀴즈 목록 조회 최신순으로 정렬 * chore: Java 스타일 수정 * chore: Java 스타일 수정 * ♻️ refactor : default 문자열 상수로 빼기 * ♻️ refactor : StringUtils import문 수정, 메서드명 수정 * chore: Java 스타일 수정 --------- Co-authored-by: github-actions <>
* ✨ 방 퇴장 구현 * ✨ 유저 정보 가져오기 적용 * ✨ quiz api 적용 * ♻️ LocaldateTime -> Instant, lazy 예외 fix * chore: Java 스타일 수정 * ♻️ 미사용 import 제거 * ♻️ 리뷰 내용 반영 * ♻️ import 추가 * chore: Java 스타일 수정 * ♻️ 변수명 통일 * ♻️ 빌더패턴으로 변경 하면서 누락된 값 추가 --------- Co-authored-by: github-actions <>
* ✨ feat : 문제와 함께 퀴즈 조회 API 구현 * chore: Java 스타일 수정 --------- Co-authored-by: github-actions <>
|
🏷️ [bumpr] |
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.
No description provided.