-
Notifications
You must be signed in to change notification settings - Fork 3
[BE] 채팅 서버 메인으로 병합 #367
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
Merged
[BE] 채팅 서버 메인으로 병합 #367
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
dh1010a
added a commit
that referenced
this pull request
Feb 27, 2025
* fix: 모바일용 엔드포인트 추가 * fix: 모바일용 엔드포인트 추가 * fix: 모바일용 엔드포인트 수정 * fix: 모바일용 엔드포인트 수정 * test: errorhandler 주석 처리 * test: chatserver 인터셉터 없애고 테스트 * test: chatserver presend 인터셉터 없애고 테스트 * test: chatserver presend 인터셉터 없애고 테스트 * fix: 엔드포인트 수정 * fix: post send 로그 수정 * fix: presend 재 장착 * fix: time 검사 로직 변경 * fix: 채널 조인시 마지막 정보 없으면 기본값 설정 * fix: 채널 조인시 로그 추가 * fix: 채널 퇴장시 로그 추가 * fix: Disconnect 로그 수정
dh1010a
added a commit
that referenced
this pull request
Mar 1, 2025
* fix: 채널 정보 조회시 serverMemberId로 조회하도록 변경 * fix: 채널 정보 조회시 serverMemberId로 조회하도록 변경 * fix: 레디스 잘못된 키 수정 * test: 테스트용 로그 추가 * fix: transactional 제거 * fix: TTL 설정 변경 * fix: 채널 정보 없을시 0으로 처리 * fix: JPA Auditing 추가 * fix: serverMember 검색 방식 수정 * fix: 채널 이벤트 null로 오는 경우도 처리 * fix: 채널 이벤트 퇴장시만 처리 * feat: channel 떠남 이벤트시 null 방어 * chore: Spring Actuator 추가 * [BE] 채팅 서버 메인으로 병합 (#367) * fix: 모바일용 엔드포인트 추가 * fix: 모바일용 엔드포인트 추가 * fix: 모바일용 엔드포인트 수정 * fix: 모바일용 엔드포인트 수정 * test: errorhandler 주석 처리 * test: chatserver 인터셉터 없애고 테스트 * test: chatserver presend 인터셉터 없애고 테스트 * test: chatserver presend 인터셉터 없애고 테스트 * fix: 엔드포인트 수정 * fix: post send 로그 수정 * fix: presend 재 장착 * fix: time 검사 로직 변경 * fix: 채널 조인시 마지막 정보 없으면 기본값 설정 * fix: 채널 조인시 로그 추가 * fix: 채널 퇴장시 로그 추가 * fix: Disconnect 로그 수정 * [BE] 상태 서버 메인으로 병합 (#369) * fix: time 검사 로직 변경 * fix: 이미 존재하는 세션인 경우 중복 저장 방지 * fix: 이미 존재하는 세션인 경우 중복 저장 방지 * fix: 상태 변경시 계산 로직 추가 * fix: JPA Auditing 추가 (#370) * [BE] 검색 서버 메인으로 병합 (#371) * fix: scale-out 준비 * refactor: kafka 클러스터 구축에 따른 설정 변경 * refactor: kafka 클러스터 구축에 따른 설정 변경 * fix: 최신 메시지 쿼리 수정 * fix: 에러 로그 추가 * refactor: 서버별 마지막 읽은 숫자 업데이트 시퀀스 계산으로 변경 * fix: 서버별 마지막 읽은 숫자 업데이트 시퀀스 계산으로 변경 * fix: lastReadSequence NUll 처리 * fix: 멤버 정보 패스포트로 받아오도록 처리 * fix: api prefix 변경 * fix: 안읽은 메시지 계산 식 변경 * docs: 도커 script 추가 * feat: 서버 초대 기능 구현 * chore: Swagger Config 수정 * feat: 패스포트 테스트 엔드포인트 추가 * fix: 액츄에이터 엔드포인트 추가 * fix: 액츄에이터 엔드포인트 추가 * test: jpa create 변경 * test: jpa create 변경 --------- Co-authored-by: soeun2537 <[email protected]>
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.
채팅 서버 메인으로 병합