-
Notifications
You must be signed in to change notification settings - Fork 4
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
v2.1.0 릴리즈 #332
Merged
v2.1.0 릴리즈 #332
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: 전역 예외 처리 핸들러 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * refactor: 불필요한 어노테이션 제거 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * chore: jacoco 기초 설정 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * chore: rest docs 기초 설정 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * chore: log 기초 설정 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 에러로그 발생 시 슬랙에 메세지를 전송하는 기능 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> --------- Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]>
* feat: 카테고리 엔티티 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * fix: DB 설정 문제 해결 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * refactor: 필요 없는 클래스 제거 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: Equals&HashCode 재정의 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 카테고리 레포지토리 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * refactor: 카테고리 연관관계 메서드 이름 변경 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * style: 컨벤션 적용 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * test: 유틸리티 어노테이션 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> --------- Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]>
* feat: 카테고리 서비스 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 카테고리 api 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 카테고리 조회 예외 처리 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 카테고리 api 예외 처리 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * docs: 카테고리 api 문서화 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * style: final 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * style: final 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> --------- Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]>
* refactor: 외래키 제약조건 이름 수정 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 지역 엔티티 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 지역 레포지토리 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> --------- Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]>
* style: 예외 메시지 수정 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 지역 서비스 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 지역 api 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> --------- Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]>
* feat: auditing 기능 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 가격 객체 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 경매 엔티티 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 경매 레포지토리 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * style: 불필요한 개행 제거 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> --------- Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]>
* rename: 패키지명 변경 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 읽기 전용 트랜젝션 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * style: 숫자 가독성 개선 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 입찰 단위 객체 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 경매 등록 Service 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 경매 등록 api 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * style: 코드 가독성 개선 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> --------- Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]>
* feat: equals & hashcode 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * test: 경매 단일 조회 테스트 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * test: import 와일드카드 제거 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> --------- Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]>
* feat: 경매 상세 조회 서비스 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 경매 상세 조회 api 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * style: 불필요한 개행 제거 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> --------- Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]>
* refactor: 변수명 변경 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 경매 삭제 도메인 비즈니스 로직 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> --------- Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]>
* feat: 경매 삭제 서비스 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: 경매 삭제 api 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * test: 불필요한 개행 제거 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> --------- Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]>
* feat: 상단 앱 바 UI 추가 * feat: 경매 입찰 버튼 UI 추가 * feat: 상품 이미지 뷰페이저 추가 * feat: 상품 정보 UI 추가 * feat: 판매자 정보 UI 추가 * refactor: 등록된 상품의 임시 이미지 url 데이터의 위치를 뷰모델로 수정 * refactor: 함수 분리 * rename: Event를 AuctionDetailEvent로 이름 변경 * refactor: root element를 shape로 수정 * refactor: 상세 화면에서만 사용하는 색상을 colors.xml에서 제거 * refactor: 스트링 리소스 정리
* chore: queryDsl 의존성 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> * feat: queryDsl 설정 추가 Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]> --------- Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]>
Co-authored-by: swonny <[email protected]> Co-authored-by: apptie <[email protected]> Co-authored-by: kwonyj1022 <[email protected]>
JJ503
requested review from
hyemdooly,
ippnsj,
apptie,
rhthrhrl0,
swonny and
kwonyj1022
August 31, 2023 05:00
안드로이드 버전 수정
kwonyj1022
approved these changes
Aug 31, 2023
ippnsj
approved these changes
Aug 31, 2023
swonny
approved these changes
Aug 31, 2023
apptie
approved these changes
Aug 31, 2023
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.
고생하셨습니다
hyemdooly
approved these changes
Aug 31, 2023
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.
📄 작업 내용 요약
v2.1.0 릴리즈
🙋🏻 리뷰 시 주의 깊게 확인해야 하는 코드
📎 Issue 번호