-
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
젠킨스 스크립트 수정 #566
Closed
Closed
젠킨스 스크립트 수정 #566
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: 메시지 레포지토리 테스트 픽스처 생성 * refactor: 인터페이스 테스트에서 구현체 테스트로 변경 * refactor: 변수 초기화와 레포지토리 저장 순서 변경 * refactor: 리스트 순서 관련 테스트 추가 * refactor: 메시지 조회하는 유저 아이디 변수명 변경 * refactor: 메시지 레포지토리 저장 테스트 대상 수정 * refactor: 의미가 모호한 변수 픽스처로 분리 * refactor: 픽스처 네이밍 한글로 변경 * style: 어노테이션 위치 변경 * refactor: 메시지를 변수로 추출 * refactor: 레포지토리 픽스처 접근제어자 변경 * refactor: 컨벤션에 맞춰 레포지토리 저장 메서드 id만 비교하도록 수정
* test: AuctionTest Fixture 생성 및 테스트 케이스 리펙토링 * test: BidUnitTest Fixture 생성 및 테스트 케이스 리펙토링 * test: PriceTest Fixture 생성 및 테스트 케이스 리펙토링 * test: SortParameterTest Fixture 생성 및 테스트 케이스 리펙토링 * test: AuctionServiceTest Fixture 생성 및 테스트 케이스 리펙토링 * test: AuctionControllerTest Fixture 생성 및 테스트 케이스 리펙토링 * test: QuerydslAuctionAndImageRepositoryImplTest Fixture 생성 및 테스트 케이스 리펙토링 * test: QuerydslAuctionRepository Fixture 생성 및 테스트 케이스 리펙토링 * test: JpaAuctionRepositoryTest Fixture 테스트 케이스 리펙토링 * test: JpaAuctionRepositoryTest Fixture 추가 및 테스트 케이스 리펙토링 * test: 사용하지 않는 Fixture 삭제 * test: Fixture 및 테스트 케이스 리펙토링 * test: 의미 없는 mocking 삭제 * test: 클래스 확장 시 개행 제거 * test: Fixture를 사용하지 않은 부분을 사용하도록 수정 * test: 도메인 엔티티 테스트 환경에서 JPA 제거 * test: AuctionServiceFixture 변경 및 AuctionServiceTest 테스트 케이스 수정 * test: AuctionControllerFixture 변경 및 AuctionControllerTest 테스트 케이스 수정 * refactor: TODO 삭제 * test: AuctionControllerTest Fixture 추가 및 검증 케이스 추가 * test: auction persistence 영역 테스트 어노테이션 변경 및 메서드, Fixture 네이밍을 명확하게 변경
* feat: 알림 전송 이벤트용 dto 생성 * feat: 알림 전송 서비스에 이벤트 리스너 등록 * feat: 메시지 서비스, 알림 전송 이벤트 분리 * feat: 입찰 서비스, 알림 전송 이벤트 분리 * test: 알림 전송 이벤트 리스너 테스트 추가 * refactor: 알림 서비스와 알림 이벤트 리스너 분리 * test: 메시지 알림 이벤트 리스너 테스트 추가 * refactor: 리다이렉트와 이미지 주소 변환 로직 이벤트 리스너로 이동 * feat: 이벤트 발행 시 전달할 이벤트 dto 생성 * feat: 입찰 이벤트 생성 * test: dto 내부의 주소 변환 로직 이동으로 인해 깨지는 테스트 수정 * test: 이벤트 리스너에 입찰 테스트 추가되어 주석 삭제 * test: 픽스처 네이밍 변경 * refactor: 이벤트 퍼블리셔 네이밍 변경 * test: 알림 실패 시에도 메시지 커밋되는지 확인하는 테스트 추가 * refactor: 이벤트 전송을 위한 메서드 분리 * refactor: 길어지는 메서드 체이닝 변수로 추출 * fix: 머지 시 누락된 테스트 코드 변경 * refactor: 불필요한 필드 제거 * refactor: EventListener 트랜잭션 이벤트 리스너로 변경 * refactor: 트랜잭션 분리 제거, 예외를 처리하지 않고 던지도록 변경 * refactor: 알림 서비스에서 발생하는 예외 이벤트 리스너에서 처리하도록 수정 * test: 이벤트 리스너 알림 전송 실패 케이스 테스트 추가 * test: 이벤트 발행 테스트를 알림 서비스가 아닌 이벤트 리스너로 테스트하도록 변경 * test: 채팅방 로직 변경에 따라 추가가 필요했던 테스트 todo 삭제 * refactor: 관심사 분리를 위해 dto 네이밍 변경 * test: 이벤트 메서드 실행 시 알림 메서드 실행되는지 여부 확인하는 테스트 추가 * test: 결과에 해당하는 코드 then절로 이동
* feat: 사용자 평가 엔티티 추가 * feat: 사용자 평가 레포지토리 추가 * feat: 사용자 신뢰도 계산 기능 추가 * feat: 사용자 신뢰도 제출 및 조회 서비스 추가 * feat: 사용자 신뢰도 제출 및 조회 컨트롤러 추가 * refactor: 개행 및 메서드 분리를 통해 가독성 개선 * feat: 사용자 평가 관련 flyway 스크립트 추가 * docs: 유저 상호 평가 api 문서화 추가 * feat: 평가 등록 시 자격이 있는지 검증 로직 추가 * rename: request dto와 response dto 패키지 이동 * rename: 지정한 유저가 받은 모든 평가 목록을 가져오는 controller 메서드 이름 변경 * feat: 지정한 작성자가 지정한 경매에 제출한 평가를 조회하는 레포지토리 추가 * feat: 지정한 작성자가 지정한 경매에 제출한 평가를 조회하는 서비스 추가 * feat: 지정한 작성자가 지정한 경매에 제출한 평가를 조회하는 컨트롤러 추가 * docs: 사용자가 경매 거래 상대에게 작성한 평가 조회 부분 문서화 * test: 픽스처 객체 생성을 `@beforeEach`에서 하도록 변경 * test: 테스트에 Non-ASCII 경고 억제 어노테이션 추가 * refactor: null 데이터를 가진 dto를 매번 생성하지 않고 static 하게 갖고 있도록 변경 * refactor: 빌더를 사용한 생성자의 접근지정자를 private으로 변경 * style: 개행 수정 * feat: db에 평가 점수 필드에 null 불가 조건 추가 * test: 서비스 테스트에 픽스처 추가 * refactor: 사용하지 않는 `@EntityGraph` 제거 * feat: 지정한 평가 아이디로 평가를 조회할 수 있는 api 추가 * docs: 지정한 평가 아이디로 평가를 조회할 수 있는 api 문서화 추가 * feat: 평가 점수를 나타내는 VO 추가 * test: 픽스처 누락된 부분 추가 * feat: 사용자가 경매 거래에 작성한 평가 조회 uri 변경 * docs: 사용자가 경매 거래에 작성한 평가 조회 uri 변경에 따른 문서화 수정 * feat: 사용자 엔티티에 신뢰도 값객체 적용 * fix: 사용자 엔티티에 신뢰도 값객체 적용으로 인한 컴파일 에러 해결 * refactor: 사용자 엔티티 생성자 필드의 `@NotNull`을 `@NonNull`로 변경 * test: 실패하는 테스트 해결 * refactor: 초기 상태의 신뢰도를 나타내는 상수를 활용하도록 생성자 로직 수정 * style: 불필요한 개행 제거 * ci: 충돌 해결 * ci: 충돌 해결
# Conflicts: # backend/ddang/script/prod-pipeline.jenkinsfile
kwonyj1022
approved these changes
Oct 6, 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.
📄 작업 내용 요약
젠킨스 스크립트 수정
🙋🏻 리뷰 시 주의 깊게 확인해야 하는 코드
📎 Issue 번호