-
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
[Release] 리뷰미 v1.1.2 배포 #780
Merged
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
* feat: 마이그레이션 대비 새로운 테이블 생성 * feat: 테이블 대응 Repository 추가 (복사) * feat: Mapper, validator 추가 * chore: auto_increment 언급 * fix: equalsandhashcode * fix: Checkbox 소문자 수정 * fix: sql 세미콜론 * chore: 예외 메시지 수정 * fix: remove trailing commas * fix: set mysql dialect, add alter table for initialization * style: 코드 스타일 적용 * test: TextAnswer, CheckboxAnswer, Review 테스트 추가 * refactor: 예외 구체화 및 테스트 작성 * test: TextAnswer, CheckboxAnswer 매퍼 테스트 작성 * test: 리뷰 매퍼 클래스 수정 및 테스트 추가 (TODO: 삭제해야 하는 더미 코드 추가) * test: 리뷰 검증 클래스 테스트 추가 * chore: displayname 삭제 * chore: 오타 수정 * style: 개행 추가 * style: 개행 두개 제거
skylar1220
approved these changes
Oct 7, 2024
Kimprodp
approved these changes
Oct 7, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
주간 배포 good~
nayonsoso
approved these changes
Oct 7, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
만세~
chysis
approved these changes
Oct 7, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
파이팅~
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.
백엔드에서 진행할 DB 마이그레이션 1차 릴리즈 배포입니다. (Prod DB Alter Table 적용 완료)