-
Notifications
You must be signed in to change notification settings - Fork 3
[refactor] 개인 메세지 구현 #112
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
[refactor] 개인 메세지 구현 #112
Changes from 11 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
aad1081
:recycle: exit 응답 추가
sehee123 c512117
chore: Java 스타일 수정
4e7b82d
Merge remote-tracking branch 'origin/dev' into refactor/96
sehee123 ffed8f0
:recycle: convertAndSendToUser 작업 중간 커밋
sehee123 b934073
Merge remote-tracking branch 'origin/dev' into refactor/96
sehee123 059ca0d
:sparkles: 1:1 메세징 구현
sehee123 5277c7c
:bug: 삭제 시 인원 카운트 조건 변경
sehee123 924286d
Merge remote-tracking branch 'origin/refactor/96' into refactor/96
sehee123 f06fa7c
chore: Java 스타일 수정
a6928e5
:mute: yml 로깅 설정 삭제
sehee123 d22020d
Merge remote-tracking branch 'origin/refactor/96' into refactor/96
sehee123 67631e6
:mute: securityConfig 테스트용 경로 삭제
sehee123 ddcc137
:coffin: /me api 응답 수정
sehee123 5110aed
:adhesive_bandage: isSuccess -> success 필드명 변경
sehee123 5865945
:adhesive_bandage: reconnect_private 메세지 추가, 재연결시 응답 request_start 제거
sehee123 4b21714
chore: Java 스타일 수정
92c73b8
Merge remote-tracking branch 'origin/dev' into refactor/96
sehee123 a9cfba4
:twisted_rightwards_arrows: dev merge
sehee123 20dc276
Merge remote-tracking branch 'origin/refactor/96' into refactor/96
sehee123 2f689e3
:twisted_rightwards_arrows: dev merge
sehee123 dc4fd0b
:twisted_rightwards_arrows: dev merge
sehee123 6ec049f
:adhesive_bandage: systemNotice 메세지 수정
sehee123 d6061d0
Merge remote-tracking branch 'origin/dev' into refactor/96
sehee123 ae77da3
Merge remote-tracking branch 'origin/dev' into refactor/96
sehee123 9239461
:twisted_rightwards_arrows: dev merge
sehee123 6c4ce37
chore: Java 스타일 수정
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,5 +9,6 @@ public enum MessageType { | |
| CHAT, | ||
| QUESTION_RESULT, | ||
| RANK_UPDATE, | ||
| EXIT_SUCCESS, | ||
| QUESTION_START | ||
| } | ||
3 changes: 3 additions & 0 deletions
3
backend/src/main/java/io/f1/backend/domain/game/dto/response/ExitSuccessResponse.java
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| package io.f1.backend.domain.game.dto.response; | ||
|
|
||
| public record ExitSuccessResponse(boolean isSuccess) {} | ||
dlsrks1021 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,6 +50,7 @@ public SecurityFilterChain userFilterChain(HttpSecurity http) throws Exception { | |
| "/signup", | ||
| "/css/**", | ||
| "/js/**", | ||
| "/**", | ||
|
||
| "/admin/login") | ||
| .permitAll() | ||
| .requestMatchers(HttpMethod.OPTIONS, "/**") | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -64,5 +64,4 @@ server: | |
| same-site: None | ||
| secure: true | ||
| http-only: true | ||
| timeout: ${SESSION_TIMEOUT} | ||
|
|
||
| timeout: ${SESSION_TIMEOUT} | ||
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.
Uh oh!
There was an error while loading. Please reload this page.