-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* refactor: 탈퇴 및 이용제한 걸린 친구는 투표를 받을 수 없도록 수정 * refactor: 쿼리 일부 최적화 * refactor: 규제를 당한 유저는 해당 서비스 사용할 수 없도록 수정 * refactor: 제재를 당한 유저는 검색을 할 수 없도록 수정 * feat: Message 관련하여 탈퇴 혹은 규제를 당한 유저가 서비스를 사용할 수 없도록 수정 * refactor: loginUserId 추가 * style: 사용하지 않는 import 제거 * refactor: EventUtils 선언 * refactor: ApplicationEventPublisher Utils로 변경 * test: 쪽지 테스트 추가 * style: 개행 제거 * test: VoteTest 추가 * test: UserSearchTest 추가 * test: classmate 찾는 jpa method 테스트 추가 * test: Test 전부 통과하도록 수정 * test: Search User Service Test 추가
- Loading branch information
Showing
32 changed files
with
892 additions
and
219 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -14,4 +14,5 @@ class MessageScheduler( | |
fun scheduleMessageUpdate() { | ||
schedulerMessageUseCase.sendScheduledMessages() | ||
} | ||
|
||
} |
This file contains 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 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 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 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 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 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 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 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
Oops, something went wrong.