-
Notifications
You must be signed in to change notification settings - Fork 2
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
앱잼 전 1.0.1 패키징 #252
Merged
앱잼 전 1.0.1 패키징 #252
Conversation
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
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.
1.0.1 반영 내용
[feat] 유효한 회의 확인 api 수정 @KWY0218 #148
[feat] 최적의 회의시간 가중치 반영 @KWY0218 #158
[fix] 방장 가능시간 입력 예외 추가 @sohyundoh in #167
[feat] 비밀번호 암호화 @KWY0218 #168
[feat] spring security 비밀번호 암호화로 수정 @KWY0218 #172
[test] 회의 정상 생성 test @sohyundoh in #176
[feat] 클라이언트에서 등록되지 않은 Http Method 사용시 405 에러 반환 @KWY0218 #179
[hotfix] 로그인 로직 보완 @KWY0218 #187
[feat] 요일 별 로그 파일 기록 @KWY0218 #183
[feat] 최적의 회의 시간 도출 에러 케이스 해결 @KWY0218 #193
[fix] user id 토큰 인증 방식 수정 @KWY0218 #199
[hotfix] 24:00 -> 00:00 parse 처리 @sohyundoh in #202
[feat] meeting id 디코딩 로직 개선 @KWY0218 #205
[feat] request body 로깅 적용 @sohyundoh in 207
[fix] 방장 가능 시간 입력 exception에 data 담기 @sohyundoh #213
[fix] 방장 회의 가능 시간 입력 넘어오지 않았을 때 에러 처리 @sohyundoh #214
[feat] 회의 확정 시 유저 update 로직 개선 @KWY0218 #216
[fix] 회의 가능 시간 중복 입력 예외 처리 @sohyundoh in #220
[fix] 회의 생성 선호시간대 중복 입력 상황 해결 @sohyundoh in #221
[feat] 로그 포맷 수정 @KWY0218 #225
[feat] 로그인 시 발생하는 N+1 이슈 해결 @KWY0218 #227
[fix] 참여자 회의 가능 시간 중복 체크 @sohyundoh in #230
[feat] 확정된 회의 로그인 시 에러 반환 @KWY0218 in #232
[refactor] 시간 도출 알고리즘 리팩토링 @KWY0218 in #236
[refactor] 회의 id 디코딩 자동화 로직 리팩토링 @KWY0218 in #238
[fix] 벌크성 update 로직 query dsl로 마이그레이션 @KWY0218 in #240
[fix] logback appender 변경 및 aop 수정 @KWY0218 in #242
[feat] 최적의 회의 시간 query dsl jpa로 이전 @KWY0218 in #245
[feat] Spring Boot 3.1.2, Jdk 17 로 마이그레이션 @sohyundoh #247
[fix] 최적의 회의 시간대의 가중치가 차선의 회의 시간대의 가중치 보다 낮을 때 발생하는 오류 해결 @KWY0218 in #250