Merge Dev into Main#134
Merged
Merged
Conversation
Chore/aws
- `.github/workflows/deploy.yml` 워크플로우 파일 생성
…at/67-issue-filter
…IssueDive into feat/67-issue-filter
Feat/67 issue filter
- IN_PROGRESS 상태 추가 - IssueFilterRequest Valid 변경 - 에러 처리 및 주석 변경
- IssueServiceTest 상태 관련 코드 수정 - 에러 메세지 변경 및 일치
Feat/68 issue state
…eature/1-comment-api
Feature/1 comment api
- IssueService의 라벨 업데이트 로직 수정: JPA의 암시적인 Cascade 방식 대신 IssueLabelRepository를 직접 사용해 명시적인 삭제 후 새로운 연결 저장 - IssueLabelRepository 수정: deleteByIssueId를 추가하고 @Modifying(clearAutomatically = true) 어노테이션을 추가해 초기화 설정 - IssueLabel/IssueLabelId 엔티티 수정: 생성자 및 필드 초기화 - DB 스키마 마이그레이션 추가 (V3): 누락되었었던 issue_label 테이블의 added_at 컬럼을 추가하는 V3 마이그레이션 스크립트 추가
- 이슈 라벨 수정 기능(updateIssue) 및 단건 조회(getIssue) 로직 변경으로 인해 실패하던 IssueServiceTest의 단위 테스트들 수정
Feat/72 issue label
fix: AWS 배포 테스트 중 발견한 버그 수정
- CommentResponse DTO에 authorId 필드 추가 - 댓글 목록 정렬 로직 수정: 최상위 댓글(roots) 목록을 기준으로 생성 시간(createdAt) 내림차순 정렬
[#79] fix: 댓글 API 응답 데이터 및 정렬 로직 수정
기존 1:1 또는 N:1 관계였던 이슈와 담당자(Assignee)를 N:M 관계로 변경하여, 하나의 이슈에 여러 명의 담당자를 지정할 수 있도록 기능을 확장합니다. -DB 스키마 및 마이그레이션 (V4) : 수정 스크립트 추가 - JPA 엔티티 수정: IssueAssignee, IssueAssigneeId 생성 및 Issue 엔티티 수정 - 관련 DTO 수정 - IssueService 수정 - 관련 테스트 코드 수정
[#81] feat: 이슈 담당자 다중 지정 기능 구현
이슈 수정 및 조회 시 간헐적으로 발생하던 LazyInitializationException과 JpaSystemException을 해결합니다. - IssueService 로직 수정: findWithDetailsById 사용으로 변경 - IssueLabel 엔티티 수정: 생성자 내 id 초기화 코드 추가
[#91]feat: 로그아웃 기능 구현 및 토큰 블랙리스트 추가
[#91]feat: SecurityConfig/Test 파일 수정
- getAllLabels_success() 메서드 로직 수정: 새로운 LabelResponse와 findAllWithOpenIssueCount()를 모킹하도록 변경
[#91]feat: securityConfigTest 수정
Revert "[#91]feat: 로그아웃 기능 구현 및 토큰 블랙리스트 추가"
Revert "Merge pull request #121 from soyeonkim8888/feature/91-logout"
[91] feat: #122 상태로 되돌리기 위해 다시 커밋
Feature/91 logout
[#91]:feat:테스트시에 redis연결을 시도해서 Redis 비활성화
[#91]feat: cache 삭제 후 푸쉬
# Conflicts: # src/main/java/com/issueDive/config/RedisConfig.java # src/main/java/com/issueDive/dto/RefreshTokenRequest.java # src/main/java/com/issueDive/entity/RefreshToken.java # src/main/java/com/issueDive/repository/RefreshTokenRepository.java # src/main/java/com/issueDive/security/JwtAuthenticationFilter.java # src/main/java/com/issueDive/service/TokenBlacklistService.java # src/test/java/com/issueDive/service/TokenBlacklistServiceTest.java
[#91]feat: 원본dev에 없는 파일들 다시 add 후 PR 시도
[#91] feat:securityConfig/Tes수정
Refactor/120 enhance performance
[#91]feat:DB기반 주석 해제/ InMemoryUserDetailsManager삭제
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.
연관된 이슈
작업 내용