Commit 5623727
코드병합 (#115)
* feat: workflow에 EC2 자동 배포 추가 (#78)
* feat: workflow에 EC2 자동 배포 추가
* chore: appleboy/ssh-action 최신버전으로 변경
* feat: 발표방 캐싱 및 인덱싱 적용 feat 새로운 기능 추가 (#80)
* docs: 발표방 생성 요청 dto 스웨거 수정
* feat: Room secretCode Unique 설정
* feat: Room 캐시 적용
* test: Room 캐시 테스트
* test: 비밀코드 중복 문제 해결
* fix: 로그인 500에러 수정
* fix: 로그인 500에러 수정
* feat: 카카오 로그인 API (#86)
* fix: cors disable 추가
* feat: 카카오 로그인 API
* feat: 시큐리티에 카카오 로그인 url 추가
* docs: swagger 수정
* test: test yml 수정
* refactor: Presigned URL 업로드용, 조회용 로직 분리 (#84)
* refactor: 기존 presigned-url 발급 로직을 업로드용, 조회용으로 분리
* docs: 발표자료 Swagger tag 추가
* refactor: profiles 환경 변수 주입으로 변경 (#90)
* feat: 카카오 로그인 재시도 로직, 방 참가자 관리 동시성 수정 (#91)
* feat: restTemplate 재시도 로직 추가
* feat: 방 참가자 관리 동시성 수정 및 비밀코드 방 참가 수정
* refactor,fix: 2회차 멘토링 기반 리팩토링 (#94)
* fix: MemberController 수정 (#96)
* fix: existsMemberByEmail에 RequestBody 추가
* fix: existsMemberByEmail 수정
* feat: 로그인 API 반환 수정
* 답변 조회 기능 수정 (#98)
* feat: cors 설정 (#102)
* Refactor/101 room detail (#104)
* feat: cors 설정
* 웹소켓
* 웹소켓
* Refactor/101 room detail (#106)
* feat: cors 설정
* 웹소켓
* 웹소켓
* 웹소켓
* Refactor/101 room detail (#108)
* feat: cors 설정
* 웹소켓
* 웹소켓
* 웹소켓
* 웹소켓
* Refactor/101 room detail (#110)
* feat: cors 설정
* 웹소켓
* 웹소켓
* 웹소켓
* 웹소켓
* Update WebSocketConfig.java
* Refactor/101 room detail (#114)
* feat: cors 설정
* 웹소켓
* 웹소켓
* 웹소켓
* 웹소켓
* 웹소켓
---------
Co-authored-by: Huiwoong Choi <[email protected]>
Co-authored-by: chcch529 <[email protected]>
Co-authored-by: SeungTae <[email protected]>1 parent d7263ef commit 5623727
File tree
4 files changed
+62
-25
lines changed- src/main/java/com/oronaminc/join/websocket
- api
- config
- session
4 files changed
+62
-25
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | | - | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| 72 | + | |
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
| |||
Lines changed: 29 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 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
69 | 76 | | |
Lines changed: 21 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | | - | |
11 | 9 | | |
12 | | - | |
13 | 10 | | |
14 | 11 | | |
15 | 12 | | |
| |||
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
48 | 45 | | |
49 | 46 | | |
50 | 47 | | |
| |||
0 commit comments