-
Notifications
You must be signed in to change notification settings - Fork 2
[deploy] 운영서버에 반영 #448
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
Merged
[deploy] 운영서버에 반영 #448
Conversation
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
* refactor: nowCapacity 필드 제거 * refactor: nowCapacity 필드 사용 메서드 수정 * refactor: 현재 인원 반환 메서드 추가 * refactor: 람다식 메서드 참조로 변경 * refactor: 다음 순번 계산 메서드 추가
* refactor: 용어 혼용 방지를 위해 모임 가입신청 생성 API의 DTO 명칭 변경 * feat:모임 가입신청 조회 DTO 구현 * feat: 모임 가입신청 조회 서비스 인터페이스 추가 * feat: 모임 가입신청 조회 API 컨트롤러 구현 * feat: 모임 가입신청 리포지토리에 조회 메서드 추가 * feat: 모임 가입신청 조회 서비스 구현 * feat: 권한 없음 에러 코드 추가 * feat: 모임 가입신청 조회 API 컨버터 구현 * refactor: PartyJoinRequest를 BaseEntity에 상속받도록 수정 * feat: Member와 프로필 이미지 양방향 관계 설정 * refactor: 테스트 진행을 위해 memberId 임시값 변경 * feat: 모임 가입신청 목록을 최신순으로 정렬하도록 기본값 추가
* feat: 승인 요청에 대한 응답을 담는 enum 추가 (RequestAction) * feat: 모임 가입신청 처리 요청 DTO 구현 * feat: 모임 서비스 인터페이스에 가입신청 처리 메서드 추가 * feat: 모임 가입신청 처리 API 컨트롤러 구현 * feat: 모임 가입신청 처리 API 서비스 구현 * feat: 가입신청 처리를 위한 정적 팩토리 메서드 및 비즈니스 메서드 구현 * feat: 모임 가입신청 처리 API 에러 코드 추가 * fix: 스웨거 설명문 추가 및 오류 수정 * refactor: 사용하지않는 import 정리 * refactor: orderType 필드 제거 * refactor: 양방향 연결을 위해 member에 연관 관계 편의 메서드 추가
* chore: pull 관련 임시 에러처리 * refactor: 운동 생성 API에서 중첩 record 패턴 적용 * refactor: 운동 참여 API에서 중첩 record 패턴 적용 * refactor: 운동 게스트 초대 API에서 중첩 record 패턴 적용 * refactor: 운동 참여 취소 API에서 중첩 record 패턴 적용 * refactor: 게스트 초대 취소 API에서 중첩 record 패턴 적용 * docs: 게스트 초대 취소 API 로그 수정 * refactor: 특정 참여자 운동 취소 API에서 중첩 record 패턴 적용 * refactor: 운동 삭제 API에서 중첩 record 패턴 적용 * refactor: 운동 수정 API에서 중첩 record 패턴 적용
refactor: 모임 생성 API 이미지 업로드 방식 변경
* refactor: 모임 도메인 DTO에 중첩 record 패턴 도입 * refactor: DTO 명칭 변경 및 임포트 정리
* feat: 모임 생성 DTO에 에러 처리 및 ENUM 변환 메서드 구현 * feat: 입력값 에러 코드 추가 * refactor: 에러 처리 관련 코드 수정
* feat: 운동 참여 멤버쉽 enum 추가 * refactor: 운동 정렬 enum 제거 및 필드 제거 * feat: 운동 신청 시 운동 멤버십 결정 로직 구현 * feat: 게스트 엔티티는 따로 필드 없이 GUEST를 반환하는 로직으로 구현 * refactor: MemberExercise joinedAt 필드 제거에 따라 createdAt을 반환하도록 변경 * fix: ExerciseBookmark 엔티티에서 잘못 삭제한 필드 복구 * fix: 운동 신청 시 운동 신청 엔티티 생성 시점 반환으로 로직 에러 수정
* feat: Redis 설정 중 lettuce 클라이언트 도입(커넥션 관리) * feat: 구독 및 구독 해제를 Redis 기반으로 변경 * feat: 메시지 브로드캐스트 시 Redis 기반 구독자 리스트에서 가져오기 * feat: 안 읽은 멤버 수 업데이트 로직도 Redis 기반으로 마이그레이션 * feat: 세션 종료 시 구독 제거 로직도 Redis 기반으로 마이그레이션 * feat: 구독 및 구독 해제, 활성 구독자 조회 시 TTL 설정으로 사용하지 않는 채팅방 키 자동 삭제 * feat: RedisTemplate 대신 StringRedisTemplate를 사용하여 형 변환 문제 해결 * feat: 서버 종료 시 발생하는 웹소켓 에러는 따로 잡아서 debug 레벨로 에러 출력 * feat: 브라우저 닫아도 구독 정보는 유지되도록 변경 * debug: 구독 해제 시 stringRedisTemplate에 맞도록 memberId를 String으로 변경
* feat: Redis 캐시 설정 추가 * refactor: RedisTemplate에서 RedisConnectionFactory 의존성 주입 받아 사용하도록 변경 * feat: 캐시 서비스 구현 * feat: 채팅방 마지막 메시지 DTO 구현 * fix: 마지막 메시지 반환할 때 id 반환 로직 제거 * feat: 웹소켓 응답으로 줄 DTO 구현 * feat: 채팅방 업데이트 이벤트 구현 * feat: 채팅 보낼 때 채팅방 목록 업데이트 이벤트 발행 * feat: 이벤트 리스너 구현 * feat: 브로드캐스트 로직 구현 * feat: 채팅방 목록 조회 시 Redis 캐시 활용 및 messageId 필드 제거 * feat: 캐싱 작용하도록 어노테이션 추가 * feat: 핸들러 구현 * feat: 검증 로직 구현 * feat: 이벤트 구현 * feat: 이벤트 리스너에 메서드 추가 * feat: 채팅방 전체 구독 및 구독 해제 로직 구현 * feat: 채팅방 전체 구독 및 구독 해제 Enum 추가 + Request에 채팅방 id 리스트 받도록 필드 추가 * feat: 채팅방 구독한 멤버에게만 브로드캐스트 되도록 변경 * feat: 채팅방 목록 구독 및 구독 해제 성공 시 별도의 응답 반환하도록 변경
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.
❤️ 기능 설명
웹소켓 연결 시도시 로깅과 sql 쿼리 로깅을 개선했습니다.