-
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
Fixture 관련 쿼리를 테스트 메서드 실행 전 호출할 수 있도록 로직 변경 #747
Closed
Closed
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: 상단 앱 바 UI 추가 * feat: 경매 입찰 버튼 UI 추가 * feat: 상품 이미지 뷰페이저 추가 * feat: 상품 정보 UI 추가 * feat: 판매자 정보 UI 추가 * refactor: 등록된 상품의 임시 이미지 url 데이터의 위치를 뷰모델로 수정 * refactor: 함수 분리 * rename: Event를 AuctionDetailEvent로 이름 변경 * refactor: root element를 shape로 수정 * refactor: 상세 화면에서만 사용하는 색상을 colors.xml에서 제거 * refactor: 스트링 리소스 정리
* refactor: 높이 계산 로직 수정 * refactor: 마감 시간 스트링 생성 로직 수정 * feat: 최고입찰자인지 표시하는 기능 추가 * feat: 경매 상세 조회 api 응답 DTO 수정 * feat: getRemainingHeight 로직 개선 * refactor: 액션바 높이 상수화 * refactor: 액션바 상수 수정 * refactor: 탭 레이아웃 너비 수정 및 액션바 로직 수정 * refactor: CoordinatorLayout을 사용하도록 수정 * refactor: 경매 상세 페이지 ui 가로모드 대응
* feat: 질문 답변, 삭제 다이얼로그 생성 * feat: getQnas repository 작성 * feat: QnA 조회 서버 연동 완료 * feat: 뷰모델 연결 * feat: 질문/답변 삭제 기능 연동 * feat: 신고하기 repository 작성 * feat: 신고하기 버튼 추가 * feat: Dialog-ViewModel 연결 * refactor: 함수명 변경 * feat: ReportActivity 신고에 필요한 정보 wrapping 및 질문/답변 신고 기능 추가 * refactor: 신고 정보 wrapping에 따른 코드 수정 * refactor: event 통일 * design: Barrier 사용 * refactor: 텍스트 안보이는 버그 수정 * refactor: 소소한 디자인 수정, 네이밍 변경, 버그 수정 * feat: 질문 등록 후 reload 추가 * refactor: 리팩터링 및 질문하기 버튼 inVisible 수정 * refactor: 질문 선택 상태에서 질문 등록해도 선택 상태 유지되도록 수정 * refactor: ReportType 삭제 * fix: binding 수정 * fix: annotation 추가 * fix: ReportType 삭제 * refactor: nullable 대신 초기값 설정 * fix: 충돌 해결 과정에서 빠진 괄호 추가 * refactor: 함수 순서 변경 * refactor: 상위 뷰모델의 함수를 실행하도록 수정 * refactor: fragmentManager 수정 * fix: 잘못 넣은 코드 수정 * fix: auctionId가 null이 되던 버그 수정 * fix: 신고페이지 이동 불가, 답변 전송 안되는 버그 수정 * refactor: 높이 동적 지정 * refactor: 높이 동적 지정 * refactor: api 버그 수정, layout 수정 * refactor: 다이얼로그 크기가 아닌 editText의 Height가 변화하도록 수정, layout 수정 * refactor: layout 수정 * design: 로고 수정 * design: 선택했을 때 Text 속성 변경 * refactor: 런쳐 실행 후 focus 제거 로직 추가 * fix: 충돌 해결
백엔드 develop 브랜치 최신화
v6.0.1 릴리즈
apptie
added
backend
백엔드와 관련된 이슈나 PR에 사용
test
테스트 추가 시
suggestion
코드 변경 사항이 있는 경우 팀원들에게 제안하기 위함
labels
Nov 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
📄 작업 내용 요약
Fixture에 em.flush() 호출 추가
🙋🏻 리뷰 시 주의 깊게 확인해야 하는 코드
이슈에 관련된 내용을 첨부했습니다
예시로 BidServiceFixture만 수정했습니다
BidService로 한 이유는 외래 키 데드락 찾느라고 계속 얘만 돌리고 있기 때문입니다
📎 Issue 번호