Feature/14 get issues api#20
Merged
Merged
Conversation
- 상태(status), 작성자(authorId), 라벨(labelIds) 등 동적 필터링 조건 적용한 IssueService 메서드 추가 - 검증된 IssueFilterRequest 파라미터를 받는 GET /issues REST API 컨트롤러 구현 - 페이징 처리된 IssueResponse를 공통 응답 포맷(ApiResponse)으로 감싸 반환 - 필터링 구현으로 수정된 엔티티에 따라 기존 테스트 코드 일부 수정
- 단위(페이징 및 정렬 기능) 테스트 코드 추가 및 검증 - 통합 테스트 환경 구성 및 연관 테스트 코드 추가 및 검증 - Flyway 비활성화로 테스트 DB 스키마 문제 해결 - 보안 설정(@WithMockUser) 적용
Contributor
Author
|
Label entity 이슈 리스트 조회에서 필요해서 만들었는데, 기존 Label 코드와 다른 부분이 있어 수정 후 머지했습니다. |
This file contains hidden or 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.
연관된 이슈
작업 내용
PR 유형
PR Checklist
mainbranch가 아닌devbranch에 PR 요청을 했습니다. (main branch에 바로 PR&merge하지 않기).