Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Joon9750/real-time-messaging-BE

Joon9750 deleted a branch Joon9750/real-time-messaging-BE

fix#9

Joon9750 pushed 7 commits to main Joon9750/real-time-messaging-BE
  • [Add] chatroom delete 구현 23b38c8
  • [Add] ChatRoom, UserChatRoom 연관관계 편의 메소드 구현 a878875
  • [Add] user와 userchatRoom 일대다 매핑 1463bf3
  • [Add] UserRepository delete 함수 구현 726a2b2
  • [Add] 연관관계 편의 메소드 호출부 추가 a928ab4
  • [Fix] UserChatRoom에서의 삭제 로직 제거 eba0b19
  • Merge pull request #20 from Joon9750/fix#9 Fix#9 b8aa0ab

View on GitHub

Joon9750 closed a pull request on Joon9750/real-time-messaging-BE
Fix#9
Joon9750 pushed 1 commit to fix#9 Joon9750/real-time-messaging-BE
  • [Fix] UserChatRoom에서의 삭제 로직 제거 eba0b19

View on GitHub

Joon9750 pushed 2 commits to fix#9 Joon9750/real-time-messaging-BE
  • [Add] UserRepository delete 함수 구현 726a2b2
  • [Add] 연관관계 편의 메소드 호출부 추가 a928ab4

View on GitHub

Joon9750 pushed 3 commits to fix#9 Joon9750/real-time-messaging-BE
  • [Add] chatroom delete 구현 23b38c8
  • [Add] ChatRoom, UserChatRoom 연관관계 편의 메소드 구현 a878875
  • [Add] user와 userchatRoom 일대다 매핑 1463bf3

View on GitHub

Joon9750 created a branch on Joon9750/real-time-messaging-BE

fix#9

Joon9750 opened an issue on Joon9750/real-time-messaging-BE
[Fix] UserChatRoomCommandServiceImpl deleteChatRoom 수정
지금은 chatRoom 삭제 방식이 아래와 같습니다. ``` @Override public void deleteChatRoom(Long chatRoomId) { ChatRoom chatRoom = getChatRoom(chatRoomId); roomCommandService.deleteRoom(chatRoomId); ...
Joon9750 pushed 1 commit to main Joon9750/real-time-messaging-BE

View on GitHub

Joon9750 deleted a branch Joon9750/real-time-messaging-BE

fix#12

Joon9750 deleted a branch Joon9750/real-time-messaging-BE

chore#17

Joon9750 pushed 1 commit to main Joon9750/real-time-messaging-BE
  • Update RoomRepositoryImpl.java 67a3cf7

View on GitHub

Joon9750 created a branch on Joon9750/real-time-messaging-BE

fix#8

Joon9750 deleted a branch Joon9750/real-time-messaging-BE

fix#8

Joon9750 pushed 1 commit to fix#8 Joon9750/real-time-messaging-BE
  • [Fix] 1+N 문제 fetch join 적용 1535396

View on GitHub

Joon9750 pushed 1 commit to fix#8 Joon9750/real-time-messaging-BE
  • [Fix] entity에서 Dto로 변환하는 코드 Controller에서 Dto로 수정 5cc7535

View on GitHub

Joon9750 pushed 2 commits to fix#8 Joon9750/real-time-messaging-BE
  • [Fix] entity xToOne 관계 지연로딩 처리 d17bc24
  • [Fix] swagger에 뜨지 않는 문제 해결 1a08e12

View on GitHub

Joon9750 pushed 1 commit to main Joon9750/real-time-messaging-BE

View on GitHub

Joon9750 pushed 1 commit to main Joon9750/real-time-messaging-BE

View on GitHub

Joon9750 created a branch on Joon9750/real-time-messaging-BE

fix#8

Joon9750 closed an issue on Joon9750/real-time-messaging-BE
[Chore] url path 수정
Joon9750 opened an issue on Joon9750/real-time-messaging-BE
[Chore] url path 수정
Joon9750 pushed 1 commit to main Joon9750/real-time-messaging-BE

View on GitHub

Joon9750 pushed 1 commit to main Joon9750/real-time-messaging-BE

View on GitHub

Joon9750 pushed 1 commit to main Joon9750/real-time-messaging-BE

View on GitHub

Joon9750 closed an issue on Joon9750/real-time-messaging-BE
[Add] 스웨거 의존성 추가
- 스웨거를 위한 의존성 추가 - Config 파일 생성
Joon9750 deleted a branch Joon9750/real-time-messaging-BE

add#15

Load more