-
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
Tmp #345
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
* 기존 optionalAuth에 대한 최신리스트 API 에서 최신리스트 API, 팔로잉리스트 API로 분해 * test: 분리된 최신리스트 조회 API에 맞게 테스트 코드 수정 * fix: 코드 리뷰를 통해 명칭 변경
* test: 내 피드 공개 여부 설정 테스트 코드 구현 * 기존 공개 여부 요청 데이터를 현재 상태 가져온 것 -> 변경할 상태 가져오도록 변경 * refactor: 공개 여부 설정 API 리팩토링 및 패키지 이동 * refactor: 테스트코드 네이밍 및 HTTP 상태코드 수정
* feat: 폴더관련 CRUD 추가 및 이에 따른 콜렉트하기, 콜렉션조회 수정 * test: 폴더관련 CRUD 인수테스트 추가, 폴더 단위테스트 추가, 이에 따른 콜렉션관련 테스트코드 변경 * feat: 콜렉션조회랑 피드리스트조회 API 응답에 category 추가 * refactor: 코드리뷰에 의한 리펙토링 진행 * refactor: 테스트명 및 폴더 API URL 변경 * fix: 카테고리 정책 변경으로 인한 카테고리 관련 로직 수정
* rename: CommentRepository 패키지 추가 (#308) * feat: 댓글/답글 작성 시 다른 유저를 멘션하는 기능 구현 (#308) * feat: 댓글/답글 조회 시 멘션도 함께 응답하는 로직 구현 (#308) * refactor: RequestDto 필드명을 API 명세에 맞게 변경 (#308) * feat: 멘션 수정 기능 구현 (#308) * feat: 멘션 삭제 기능 구현 (#308) * refactor: 데이터 삭제 및 변경 리팩터링 (#308) * refactor: MentionService 추가 (#308) * refactor: 멘션 데이터를 응답할 때 userId를 기준으로 오름차순 정렬하여 반환 (#308) * refactor: LinkedHashSet에서 HashSet로 수정 (#308) * refactor: 코드 컨벤션 준수 (#308) * test: 멘션 아이디를 given 절로 추출 (#308) * refactor: 변수명 mentionIds로 통일 (#308)
* feat: 알람 생성/조회/삭제 구현 (#285) * feat: ListEntity 콜렉트 수 증감 메서드에 synchronized 키워드 추가 (#285) * test(ListAcceptanceTest): 콜라보레이터 관련 테스트 제거 (#285) * refactor: 변수명, 함수명 변경 (#285) * test: 통합 테스트를 한번에 실행하면 실패하는 문제 해결 (#285) * test: IntegrationTest에 @transactional 제거 (#285) * test(AlarmServiceTest): @transactional 제거에 따른 테스트 코드 수정 (#285) * fix: 댓글 또는 답글에 멘션을 추가했을 때 추가가 되지 않던 문제 해결 (#285) * test: 전체 테스트 돌릴 시, 데이터 격리 실패 문제 해결을 위한 코드 수정 (#285)
* feat: 리액션 API 추가 및 추천리스트 API, 리스트 상세조회 API 재구현 * test: 리액션 관련 테스트 추가 및 이에 따른 변경된 API에 대한 테스트코드 수정 * refactor: 코드리뷰에 의한 네이밍 변경 및 리액션 패키지구조 별도 추출 * refactor: 코드리뷰에 의한 네이밍 변경
* 사용자 추천 리스트 조회 정책 변경으로 비회원도 사용자 추천 나타나도록 API 수정 * test: 비회원도 사용자 추천 나타나도록 API 수정 하여 인수테스트 케이스 추가 * refactor: 코드리뷰를 통한 네이밍 수정 및 테스트 케이스 추가 * 나의 콜렉션 조회 응답에 폴더 이름도 응답하도록 추가 * refactor: 전체 폴더에 대한 콜렉션 조회 추가 및 코드리뷰에 의한 네이밍 변경
* test: 전체 테스트가 실패하는 문제 해결 정확한 원인은 파악하지 못했지만, 추측컨데 AcceptanceTest와 IntegrationTest의 테스트 DB가 공유되면서 외래키 제약 조건으로 발생한 것으로 예상 (#312) * test: 요청 주제(토픽) 초기 생성 시 isExposed를 항상 true로 변경함에 따른 테스트 코드 수정 (#312) * feat: 공지 카테고리(타입) 조회 API 구현 (#312) * feat: Notice 도메인 객체 생성 (#312) * feat: 공지 생성 API 구현 (#312) * feat: 사용자용, 관리자용 공지 전체 조회 및 공지 상세 조회 API 구현 (#312) * feat: 공지 수정 API 구현 (#312) * feat: 공지 삭제 API 구현 (#312) * fix: 관리자 존재 체크 로직 제거 (#312) * refactor: 빠진 @nullable 추가 (#312) * test: NoticeCreateRequest 생성 부분 리팩터링 (#312)
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.
Description
Reference
Relation Issues