Commit e9a1c5a
* refactor: 스더티룸 권한에 대한 로직 개선
* fix: ci에서 통과 못한 테스트코드 수정
* fix:rest api와 웹소켓 중간 경로 통합
* fix:rest api와 웹소켓 중간 경로 통합
* fix: 에러 확인을 위한 통합테스트 추가, Room.create()메서드 수정
* refactor, feat
: 조회 분할
* refactor: redis 로직 최적화 및 중복 검증 로직 제거
* fix: 에러 번호 수정
* feat: 스터디룸 방 비밀번호 변경 및 삭제 기능 구현
* fix:app-dev 제거
* feat: 웹소켓 기반 소극적 하트비트
* feat: 스터디룸 썸네일 기능 추가 및 webrtc 설정 변경에서 주석처리
* fix:소극적 하트비트 사용 주석처리
* Feat: 스터디 룸 내에 고양이 아바타 시스템과 프로필 이미지 url 연동
* fix: 기존 작성되어있던 test 코드 수정
* test: 아바타 테스트 코드 완료
* refactor: 프론트엔드 요청 사항에 따른 스터디룸 조회 마스킹 제거
* feat: 스터디룸 방 초대 코드 시스템
* Infra: main branch 로컬 환경과 운영 환경 동기화
* Infra: docker-compose 파일 수정
- Redis 버전 업그레이드
기존: 6.2 -> 변경: 7.0
* Fix: 백엔드 CD 파일 수정
- 자동화 시, 잘못된 도메인으로 호스트 ID 검증하는 오류 해결
* Infra: EC2 환경변수 수정
- 잘못 표기한 도메인 네임 변경
* Chore: CD 파일 수정
- Github Actions commandLine 인식 문제로 인해 set -Eeuo pipefail 줄바꿈
* Chore: 백엔드 CD 파일 수정
- 인스턴스 ID 체크 삭제
* Infra: 백엔드 CD 파일 수정
- .env 파일 추가시, $DOT_ENV_PROD -> $DOT_ENV 로 변경
* Infra: 도커 컴포즈 수정
- mysql 사용자 정보 변경
* Infra: 운영환경 설정
- application-prod.yml 과 application.yml 동기화
* Fix: SecurityConfig 수정
- H2 DB 허용 X
* test,fix: 방 초대에 대한 테스트 코드 작성 및 에러 수정
* fix: 스터디룸 파일 업로드 맵핑 형식으로 변환
* fix: 병합충돌 제어 수정
* fix: 병합충돌 제어
* fix: 스터디 룸 내 프론트엔드 요구 사항 및 오류사항 수정
* feat: 방 즐겨찾기, 방 공지사항 구현
* fix: mockbean 수정
* fix: 테스트에서 빠진 비로그인 사용자 추가
* hotfix: 누락된 사용자 추방에 대한 컨트롤러 추가
* hotfix: VISITOR도 추방 가능하도록 수정
* fix: 누락된 테스트코드 추가 및 테스트코드 로직 수정
* refactor: 아바타 시스템 db와 분리 및 테스트 코드 수정
* fix: 턴서버 dev에 맞춤
---------
Co-authored-by: namgigun <[email protected]>
1 parent 9436ad8 commit e9a1c5a
File tree
18 files changed
+108
-1119
lines changed- src
- main/java/com/back/domain/studyroom
- controller
- dto
- entity
- repository
- service
- test/java/com/back/domain/studyroom
- controller
- repository
18 files changed
+108
-1119
lines changedLines changed: 5 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
20 | | - | |
21 | | - | |
22 | 18 | | |
23 | 19 | | |
24 | 20 | | |
25 | | - | |
| 21 | + | |
| 22 | + | |
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
| |||
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 34 | | |
60 | 35 | | |
61 | 36 | | |
62 | 37 | | |
63 | 38 | | |
64 | 39 | | |
65 | 40 | | |
66 | | - | |
67 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
68 | 44 | | |
69 | 45 | | |
70 | 46 | | |
71 | | - | |
72 | | - | |
73 | 47 | | |
74 | 48 | | |
75 | 49 | | |
| |||
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
| |||
Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
| 38 | + | |
40 | 39 | | |
41 | | - | |
| 40 | + | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | | - | |
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
| |||
Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 0 additions & 49 deletions
This file was deleted.
Lines changed: 0 additions & 26 deletions
This file was deleted.
0 commit comments