Skip to content
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

최종 결과물 #246

Merged
merged 338 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
338 commits
Select commit Hold shift + click to select a range
8b4f828
[feat] Hibernate에 Match-Against 명령어 등록
sanghee0820 Nov 12, 2024
6986445
[feat] 임시커밋
sanghee0820 Nov 12, 2024
ef3f866
[refactor] MatchAgainstFunctionContributor 패키지 변경
sanghee0820 Nov 12, 2024
c2b5f87
[feat] 자동완성 결과 DTO추가
sanghee0820 Nov 12, 2024
f81cd51
[feat] Place와 Influencer에 대한 검색용 Repository 추가
sanghee0820 Nov 12, 2024
0256225
[feat] 검색어 자동완성 중 상위 5개 기능 추가
sanghee0820 Nov 12, 2024
6cb4a55
[feat] 검색어 자동완성 API 추가
sanghee0820 Nov 12, 2024
e3be903
[refactor] 제너릭으로 검색 결과 변경
sanghee0820 Nov 13, 2024
fc8bb56
[fix] Tuple을 Index로 접근하도록 변경
sanghee0820 Nov 13, 2024
208c1fc
[refactor] Response에 SearchType 추가
sanghee0820 Nov 13, 2024
3668853
[feat] equals와 hashCode를 override해 searchResult만 비교하도록 추가
sanghee0820 Nov 13, 2024
6cccbeb
[feat] place이름과, 장소 정보로, Video정보 조회 기능 추가
sanghee0820 Nov 13, 2024
bb87240
[refactor] 키워드로 찾는 매서드 이름 변경
sanghee0820 Nov 13, 2024
c8fe3b8
[refactor] 키워드로 엔티티 찾는 매서드 이름 변경
sanghee0820 Nov 13, 2024
7d1610e
[feat] VideoInfo.from 매서드 추가
sanghee0820 Nov 13, 2024
95f876b
[feat] Keyword로 Video 검색 기능 추가
sanghee0820 Nov 13, 2024
187b0f1
[refactor] 키워드로 엔티티 찾는 매서드 이름 변경
sanghee0820 Nov 13, 2024
8808c44
[feat] 키워드로 연관된 비디오 검색 기능 추가
sanghee0820 Nov 13, 2024
93c7ee2
[refactor] 검색 개수를 10개로 변경
sanghee0820 Nov 13, 2024
53f18cc
[feat] influencer 정보 검색 기능 추가
sanghee0820 Nov 13, 2024
cc19985
[feat] influencer 검색 API 추가
sanghee0820 Nov 13, 2024
19f31ae
[fix] redis config 파일 로컬에서 주석처리 해둔 부분이 적용되는 문제가 있었습니다.
Nov 13, 2024
1f09302
[feat] requestparam 추가
sanghee0820 Nov 13, 2024
2f0f6fa
[feat] 검색을 위한 Ngram Index 추가
sanghee0820 Nov 13, 2024
ff29b2c
Merge pull request #160 from kakao-tech-campus-2nd-step3/feat/#128-se…
BaeJunH0 Nov 13, 2024
8d33109
[feat] cookie samesite 속성을 none으로 설정
suhyeon7497 Nov 13, 2024
2590c5f
Merge pull request #165 from kakao-tech-campus-2nd-step3/fix/#150-ref…
sanghee0820 Nov 13, 2024
2c523fb
[refactor] readOnly 삭제
sanghee0820 Nov 13, 2024
7bdffca
[feat] userId로 좋아요한 장소 id 반환 쿼리 추가
sanghee0820 Nov 13, 2024
3925ff2
[feat] 키워드로 장소 검색 기능 추가
sanghee0820 Nov 13, 2024
8b68de0
[feat] 키워드로 장소 검색 API 추가
sanghee0820 Nov 13, 2024
bde94e4
[refactor] ddl 형식 수정
sanghee0820 Nov 13, 2024
0aeee6b
Merge pull request #162 from kakao-tech-campus-2nd-step3/refactor/Pla…
sanghee0820 Nov 13, 2024
3d6f7f4
[feat] 검색을 위한 Ngram Index 추가
sanghee0820 Nov 13, 2024
46d1512
[refactor] readOnly 삭제
sanghee0820 Nov 13, 2024
3edaf61
[feat] userId로 좋아요한 장소 id 반환 쿼리 추가
sanghee0820 Nov 13, 2024
f5cbc99
[feat] 키워드로 장소 검색 기능 추가
sanghee0820 Nov 13, 2024
33c2f50
[feat] 키워드로 장소 검색 API 추가
sanghee0820 Nov 13, 2024
3971eb8
Merge branch 'feat/#128-search-info' of https://github.com/kakao-tech…
sanghee0820 Nov 13, 2024
d9f2a79
Merge branch 'weekly/11' into refactor/#163-allCodeRefactoring
sanghee0820 Nov 14, 2024
f808b43
[feat] favicon.ico 추가
sanghee0820 Nov 14, 2024
dc2600b
Merge pull request #164 from kakao-tech-campus-2nd-step3/refactor/#16…
BaeJunH0 Nov 14, 2024
d9f2b0d
[feat] 로고 Admin페이지 추가(임시)
sanghee0820 Nov 14, 2024
5e4d200
[refactor]: findPlacesByDistance에서 pagenation 정상화
dong-yxxn Nov 14, 2024
06e54a0
Merge pull request #161 from kakao-tech-campus-2nd-step3/docs/initReadme
BaeJunH0 Nov 14, 2024
85918e3
[feat] S3관련 설정 추가
sanghee0820 Nov 14, 2024
3ca4afc
[feat] Logo저장용 Repository 추가
sanghee0820 Nov 14, 2024
2162297
[feat] Logo 추가
sanghee0820 Nov 14, 2024
bb5fd52
[feat] Logo 저장 기능 추가
sanghee0820 Nov 14, 2024
efd3da3
[feat] Logo 저장 시 시작날짜 종료날짜, 고정여부 추가
sanghee0820 Nov 14, 2024
6e0d012
[feat] S3관련 설정 추가가
sanghee0820 Nov 14, 2024
7968faa
[fix] credential request를 기반한 cors 설정
suhyeon7497 Nov 14, 2024
809362a
Merge branch 'weekly/11' into feat/#128-search-info
sanghee0820 Nov 14, 2024
7d66efe
Merge pull request #168 from kakao-tech-campus-2nd-step3/fix/#150-ref…
sanghee0820 Nov 14, 2024
dacda36
Merge pull request #166 from kakao-tech-campus-2nd-step3/feat/#128-se…
sanghee0820 Nov 14, 2024
45ae973
[fix] 오타 수정
sanghee0820 Nov 14, 2024
3cde28d
[feat] cors 설정1
suhyeon7497 Nov 14, 2024
94917ab
Merge pull request #169 from kakao-tech-campus-2nd-step3/fix/#150-ref…
BaeJunH0 Nov 14, 2024
562a7f1
[fix] cors 설정2
suhyeon7497 Nov 14, 2024
2554559
Merge pull request #170 from kakao-tech-campus-2nd-step3/fix/#150-ref…
suhyeon7497 Nov 14, 2024
8734261
Merge branch 'weekly/11' into refactor/PlacesResponse
dong-yxxn Nov 14, 2024
b9d1b74
[refactor] 나의 리뷰 fetch join 적용
wndlthsk Nov 14, 2024
07f6a28
Merge remote-tracking branch 'origin/weekly/11' into feat/#142-mypage
wndlthsk Nov 14, 2024
a88cc45
[fix] cors 설정3
suhyeon7497 Nov 14, 2024
d6aeccd
Merge pull request #173 from kakao-tech-campus-2nd-step3/fix/#150-ref…
suhyeon7497 Nov 14, 2024
d21dfe0
[fix]: schema.sql에 ,추가
dong-yxxn Nov 14, 2024
61e6beb
[docs] Readme 파일 내용 수정
BaeJunH0 Nov 14, 2024
52db480
[feat] 이미지 업로드 페이지수정
sanghee0820 Nov 14, 2024
4a87fe8
Merge pull request #171 from kakao-tech-campus-2nd-step3/refactor/Pla…
BaeJunH0 Nov 14, 2024
0f3fea2
[chore] log 남겨서 cors인지 확인하기
suhyeon7497 Nov 14, 2024
2ab22fa
Merge branch 'weekly/11' of https://github.com/kakao-tech-campus-2nd-…
suhyeon7497 Nov 14, 2024
17a7808
Merge pull request #175 from kakao-tech-campus-2nd-step3/fix/#150-ref…
suhyeon7497 Nov 14, 2024
6baebae
[docs] 오타 수정
BaeJunH0 Nov 14, 2024
7bf6b66
[docs] 메인 이미지 삽입
BaeJunH0 Nov 14, 2024
249cf14
[refactor] 좋아요한 장소 fetch join 적용
wndlthsk Nov 14, 2024
4d9f279
[chore] log
suhyeon7497 Nov 14, 2024
e7c7787
[docs] 기술 스택 추가
BaeJunH0 Nov 14, 2024
44e2dc3
Merge remote-tracking branch 'origin/weekly/11' into feat/#142-mypage
wndlthsk Nov 14, 2024
015cb9b
Merge pull request #176 from kakao-tech-campus-2nd-step3/fix/#150-ref…
suhyeon7497 Nov 14, 2024
c5c0790
[feat] 이미지 업로드 페이지수정
sanghee0820 Nov 14, 2024
e355a7b
[feat] S3에 이미지 업로드 기능 추가
sanghee0820 Nov 14, 2024
56af2aa
[chore] log2
suhyeon7497 Nov 14, 2024
971470c
Merge pull request #178 from kakao-tech-campus-2nd-step3/fix/#150-ref…
suhyeon7497 Nov 14, 2024
31231f8
[chore] log 3
suhyeon7497 Nov 14, 2024
a8d2d71
Merge pull request #179 from kakao-tech-campus-2nd-step3/fix/#150-ref…
suhyeon7497 Nov 14, 2024
53e4294
[fix] cookie domain 설정
suhyeon7497 Nov 14, 2024
0a70c8e
Merge pull request #180 from kakao-tech-campus-2nd-step3/fix/#150-ref…
suhyeon7497 Nov 14, 2024
625731c
[feat] 로고 반환 API 추가
sanghee0820 Nov 14, 2024
5766acf
[docs] 문단 순서 변경 및 수정
BaeJunH0 Nov 14, 2024
4e4702b
[Refactor] 로고 -> 배너로 변경
sanghee0820 Nov 14, 2024
362aea2
[feat]: Review likes, dislikes 개수 조회 구현
dong-yxxn Nov 14, 2024
80c6fd1
[refactor]: PlaceDetailInfo의 PlaceLikes에 리뷰의 좋아요/싫어요 수를 반영했어요
dong-yxxn Nov 14, 2024
2baf068
[feat]: likes dislikes 개수 조회 쿼리 테스트 구현
dong-yxxn Nov 14, 2024
e3ef83d
[chore] log 삭제
suhyeon7497 Nov 14, 2024
afe43b2
[refactor]: PlaceDetailInfo 변경에따라 테스트 코드를 수정했습니다.
dong-yxxn Nov 14, 2024
293e3f5
[feat] placeMessage를 테스트 위해 1분 설정
suhyeon7497 Nov 14, 2024
2087c60
Merge pull request #177 from kakao-tech-campus-2nd-step3/feat/#142-my…
dong-yxxn Nov 14, 2024
7c5e0a3
Merge branch 'weekly/11' of https://github.com/kakao-tech-campus-2nd-…
suhyeon7497 Nov 14, 2024
8c9fa61
conflict merged
dong-yxxn Nov 14, 2024
043b68c
[refactor] 로고 -> 배너로 변경
sanghee0820 Nov 14, 2024
05c7624
[refactor] 로고 -> 배너로 변경
sanghee0820 Nov 14, 2024
1922bdc
Merge pull request #182 from kakao-tech-campus-2nd-step3/fix/#150-ref…
suhyeon7497 Nov 14, 2024
52da6fc
[refactor]: 다른 repository 의존성을 제거했습니다.
dong-yxxn Nov 14, 2024
db08934
Merge remote-tracking branch 'origin/weekly/11' into refactor/#172-Pl…
dong-yxxn Nov 14, 2024
c509249
[refactor]: 필요없는 annotation 제거
dong-yxxn Nov 14, 2024
08e130a
[schema] 배너 DDL 추가
sanghee0820 Nov 14, 2024
82488ac
Merge pull request #181 from kakao-tech-campus-2nd-step3/feat/#166-lo…
sanghee0820 Nov 14, 2024
17613a3
Merge pull request #174 from kakao-tech-campus-2nd-step3/docs/initReadme
sanghee0820 Nov 14, 2024
2f807e5
[docs] 중간 저장
BaeJunH0 Nov 14, 2024
d37d2c0
주석 정리
dong-yxxn Nov 14, 2024
4506bea
[refactor]: 데이터를 실제 Db에 반영하기 위해 flush() 사용
dong-yxxn Nov 14, 2024
ad92043
Merge pull request #183 from kakao-tech-campus-2nd-step3/refactor/#17…
dong-yxxn Nov 14, 2024
cdd45b7
[feat] S3저장 시 UUID 생성을 통해 저장하도록 변경
sanghee0820 Nov 14, 2024
ebe087f
[refactor] Admin에 관련된 패키지를 묶기
sanghee0820 Nov 14, 2024
c6d4220
[docs] readme 파일 내용 수정
BaeJunH0 Nov 14, 2024
9f315d4
[feat] 기본 Admin페이지 추가
sanghee0820 Nov 14, 2024
27f38c3
[refactor] 작성한 리뷰 반환에 placeName 추가
wndlthsk Nov 14, 2024
2426660
Merge remote-tracking branch 'origin/weekly/11' into feat/#142-mypage
wndlthsk Nov 14, 2024
65e0dab
[docs] 주요 기능 부분 변경
BaeJunH0 Nov 14, 2024
fce923b
Merge pull request #184 from kakao-tech-campus-2nd-step3/docs/initReadme
BaeJunH0 Nov 14, 2024
addec4e
[feat] admin페이지 크롤링 기능 추가
sanghee0820 Nov 14, 2024
2696dfa
[feat] 배너 삭제 기능 추가
sanghee0820 Nov 14, 2024
4205cf1
Merge branch 'weekly/11' of https://github.com/kakao-tech-campus-2nd-…
sanghee0820 Nov 14, 2024
4874ce4
[fix] 최초 업데이트 되는 비디오의 경우, 조회수 증가량이 0
sanghee0820 Nov 14, 2024
95848d6
[fix] 주소 추출 결과 변경
sanghee0820 Nov 14, 2024
9c7839f
[fix] 유튜브 업로드로 인해, expectedSize 변경
sanghee0820 Nov 14, 2024
5e3fd2d
[feat] 배너 에러코드 추가
sanghee0820 Nov 14, 2024
2aaed36
[feat] customException으로 변경
sanghee0820 Nov 14, 2024
c025172
Merge pull request #187 from kakao-tech-campus-2nd-step3/feat/#166-lo…
sanghee0820 Nov 14, 2024
6a74836
[fix]: ReviewRepositoryTest 코드 오류 해결
dong-yxxn Nov 14, 2024
c78a070
Merge pull request #189 from kakao-tech-campus-2nd-step3/fix/#188-tes…
sanghee0820 Nov 14, 2024
28da8f6
Merge pull request #186 from kakao-tech-campus-2nd-step3/feat/#142-my…
sanghee0820 Nov 14, 2024
a8c465c
[docs] 순서 변경 및 정리
suhyeon7497 Nov 14, 2024
6c4d0cb
[refactor] 반환에 대문자를 소문자로 수정
wndlthsk Nov 14, 2024
f88b308
Merge remote-tracking branch 'origin/weekly/11' into feat/#142-mypage
wndlthsk Nov 14, 2024
580c893
[fix] 논리적 오류 해결
Nov 14, 2024
4e4681c
[fix] 명세와 맞지 않는 부분 수정
Nov 14, 2024
d58c90e
[docs] spring security function flow 작성
suhyeon7497 Nov 14, 2024
29d00e1
Merge pull request #195 from kakao-tech-campus-2nd-step3/docs/#185-re…
sanghee0820 Nov 14, 2024
c8567fa
[docs] 내 부분 기능 흐름 작성
suhyeon7497 Nov 14, 2024
9257675
Merge pull request #192 from kakao-tech-campus-2nd-step3/feat/#142-my…
BaeJunH0 Nov 14, 2024
ecbe522
Merge pull request #194 from kakao-tech-campus-2nd-step3/fix/#193-vid…
BaeJunH0 Nov 14, 2024
9fd60bb
[docs] 한글로 업데이트
sanghee0820 Nov 14, 2024
9d08d39
Merge pull request #190 from kakao-tech-campus-2nd-step3/refactor/#17…
sanghee0820 Nov 14, 2024
b6fa60a
Merge pull request #196 from kakao-tech-campus-2nd-step3/docs/#191-Re…
suhyeon7497 Nov 14, 2024
3421691
Merge branch 'weekly/11' of https://github.com/kakao-tech-campus-2nd-…
suhyeon7497 Nov 14, 2024
78702bb
[docs] test 추가
suhyeon7497 Nov 14, 2024
94f4b1d
Merge pull request #197 from kakao-tech-campus-2nd-step3/docs/#185-re…
BaeJunH0 Nov 14, 2024
c318b61
[fix] api path 수정
sanghee0820 Nov 14, 2024
1d8be0d
Merge pull request #199 from kakao-tech-campus-2nd-step3/fix/#198-api…
sanghee0820 Nov 14, 2024
3b42194
[fix] https로 변경
sanghee0820 Nov 14, 2024
076b1ed
[fix] https로 변경
sanghee0820 Nov 14, 2024
1786e22
Merge pull request #200 from kakao-tech-campus-2nd-step3/fix/#198-api…
sanghee0820 Nov 14, 2024
f2a2df9
transaction 추가로 테스트 오류 해결
dong-yxxn Nov 14, 2024
e4486f5
AutoConfigurationTestDatabase 추가해서 테스트가 독립적으로 시행되도록 하였습니다.
dong-yxxn Nov 14, 2024
77a261a
[fix] 오타 수정
sanghee0820 Nov 14, 2024
b030d80
[feat] MultiPart 파일 크기를 최대 10MB로 수정
sanghee0820 Nov 14, 2024
9aee223
Merge pull request #201 from kakao-tech-campus-2nd-step3/refactor/#17…
sanghee0820 Nov 14, 2024
220f8fb
Merge pull request #202 from kakao-tech-campus-2nd-step3/fix/#198-api…
sanghee0820 Nov 14, 2024
24802ff
[docs] Readme 파일 내용 수정
BaeJunH0 Nov 14, 2024
3fc741d
[docs] Readme 파일 내용 수정
BaeJunH0 Nov 14, 2024
4f53eb3
[docs] Readme 파일 내용 수정
BaeJunH0 Nov 14, 2024
9b1e163
[fix]: Category Enum명으로 api 호출이 가능하도록 수정했습니다.
dong-yxxn Nov 14, 2024
c85ee52
[feat] Influencer 검색기능(Pagination) 추가
sanghee0820 Nov 14, 2024
584c2b0
Merge pull request #206 from kakao-tech-campus-2nd-step3/feat/#203-in…
sanghee0820 Nov 14, 2024
e1e1b87
[fix] Category.Of 변경으로 영어로 조회 가능하게함
dong-yxxn Nov 14, 2024
e1cb588
[feat] 로그아웃시 쿠키 삭제 및 RefreshToken 삭제 기능 구현
sanghee0820 Nov 14, 2024
3050181
Merge pull request #207 from kakao-tech-campus-2nd-step3/feat/#203-in…
sanghee0820 Nov 14, 2024
94f9003
Merge pull request #204 from kakao-tech-campus-2nd-step3/refactor/#17…
sanghee0820 Nov 14, 2024
1ca3ca2
[feat] 아이디 삭제 API 추가
sanghee0820 Nov 14, 2024
9e3a9d7
Merge pull request #209 from kakao-tech-campus-2nd-step3/feat/#208-te…
sanghee0820 Nov 14, 2024
ab63fce
[fix] js를 https로 변경
sanghee0820 Nov 14, 2024
983d4ad
Merge pull request #210 from kakao-tech-campus-2nd-step3/fix/#198-api…
sanghee0820 Nov 14, 2024
6c3f977
[fix] api path 수정
sanghee0820 Nov 14, 2024
a860ffb
Merge pull request #211 from kakao-tech-campus-2nd-step3/feat/#208-te…
sanghee0820 Nov 14, 2024
ea46d86
[docs] readme 내용 추가
wndlthsk Nov 15, 2024
1143fde
[docs] Readme 파일 내용 수정
BaeJunH0 Nov 15, 2024
2841aef
[fix] 헬스 체크 후 대기 추가
wndlthsk Nov 15, 2024
380f2e9
Merge remote-tracking branch 'origin/weekly/11' into feat/#108-blue-g…
wndlthsk Nov 15, 2024
fc48411
Merge pull request #214 from kakao-tech-campus-2nd-step3/feat/#108-bl…
wndlthsk Nov 15, 2024
4063197
[fix] 이전 컨테이너 정리 전 대기 추가
wndlthsk Nov 15, 2024
2de4f57
Merge pull request #215 from kakao-tech-campus-2nd-step3/feat/#108-bl…
wndlthsk Nov 15, 2024
b1e84d6
Merge pull request #205 from kakao-tech-campus-2nd-step3/docs/#185-re…
sanghee0820 Nov 15, 2024
5bb79e3
Merge branch 'weekly/11' into docs/#212-readme
suhyeon7497 Nov 15, 2024
3869d28
Merge pull request #213 from kakao-tech-campus-2nd-step3/docs/#212-re…
suhyeon7497 Nov 15, 2024
ca8ac17
[feat] cloudfront 주소로 변경
sanghee0820 Nov 15, 2024
c776e2c
[fix] 이미지 값을 빈 문자열로 변경
sanghee0820 Nov 15, 2024
672aec8
Merge pull request #217 from kakao-tech-campus-2nd-step3/feat/#216-cl…
sanghee0820 Nov 15, 2024
d8f18ef
[fix] 반환값 변경
sanghee0820 Nov 15, 2024
fe7ae88
Merge pull request #219 from kakao-tech-campus-2nd-step3/HOTFIX/#218-…
sanghee0820 Nov 15, 2024
b36ba1f
Update README.md
dong-yxxn Nov 15, 2024
ec2ece4
[docs] erd 이미지 변경
wndlthsk Nov 15, 2024
23c1af4
[docs] readme 순서 작성
suhyeon7497 Nov 15, 2024
77b4ba0
[fix] 반환값 변경
sanghee0820 Nov 15, 2024
a6dcba1
[docs] 수정 1
suhyeon7497 Nov 15, 2024
7d6d94f
Merge pull request #222 from kakao-tech-campus-2nd-step3/HOTFIX/#218-…
sanghee0820 Nov 15, 2024
09b923f
Merge pull request #221 from kakao-tech-campus-2nd-step3/docs/#185-re…
suhyeon7497 Nov 15, 2024
73400f6
[fix] 반환값 변경
sanghee0820 Nov 15, 2024
213be8b
Merge pull request #223 from kakao-tech-campus-2nd-step3/HOTFIX/#218-…
sanghee0820 Nov 15, 2024
bb68b9f
[docs] readme 수정 2
suhyeon7497 Nov 15, 2024
1f414b7
[fix] redirect url /로
suhyeon7497 Nov 15, 2024
b5a9abc
[docs] readme 파일 수정
BaeJunH0 Nov 15, 2024
ddc6200
Merge pull request #225 from kakao-tech-campus-2nd-step3/docs/#185-re…
suhyeon7497 Nov 15, 2024
6dd5f7a
[fix] nickname 변경할때 바디로 받음
suhyeon7497 Nov 15, 2024
ea30207
Merge branch 'weekly/11' into docs/readmeVideoUpdate
BaeJunH0 Nov 15, 2024
98595af
Merge pull request #224 from kakao-tech-campus-2nd-step3/docs/readmeV…
suhyeon7497 Nov 15, 2024
32923b3
Merge pull request #226 from kakao-tech-campus-2nd-step3/docs/#185-re…
BaeJunH0 Nov 15, 2024
fd69fdf
[fix] authentication 실패 시 401 반환
suhyeon7497 Nov 15, 2024
1819e09
[docs] Readme 파일 내용 수정
BaeJunH0 Nov 15, 2024
966b14b
Merge pull request #227 from kakao-tech-campus-2nd-step3/docs/#185-re…
BaeJunH0 Nov 15, 2024
e8304a1
[
BaeJunH0 Nov 15, 2024
cd676b1
Merge pull request #228 from kakao-tech-campus-2nd-step3/docs/readmeV…
dong-yxxn Nov 15, 2024
1a4b8e0
README 수정 및 conflict merge
dong-yxxn Nov 15, 2024
1fedc31
[docs] 패키지 구조 추가
suhyeon7497 Nov 15, 2024
96c8d14
[refacator]: Place관련 잘못 삭제된 기술 복원
dong-yxxn Nov 15, 2024
1d88068
Merge pull request #230 from kakao-tech-campus-2nd-step3/docs/#229-Re…
suhyeon7497 Nov 15, 2024
49295f9
Merge branch 'weekly/11' of https://github.com/kakao-tech-campus-2nd-…
suhyeon7497 Nov 15, 2024
64d3e50
[test] 작성한 리뷰 반환 테스트
wndlthsk Nov 15, 2024
c4b4d4e
[test] 좋아요한 장소 반환 테스트
wndlthsk Nov 15, 2024
86a5cad
[test] 좋아요한 인플루언서 반환 테스트
wndlthsk Nov 15, 2024
982d7f9
[chore] conflict 해결
wndlthsk Nov 15, 2024
b634413
[docs] video Crwaling 기능 흐름
suhyeon7497 Nov 15, 2024
2eedeae
[test] Authentication 실패시 Test 변경
suhyeon7497 Nov 15, 2024
78f4e14
[refactor]: DTO 변경에 따른 test 변경
dong-yxxn Nov 15, 2024
4703192
[fix] 코드 리펙터링에 따른 테스트 오류 해결
Nov 15, 2024
2a67b3b
[docs] readme 수정
suhyeon7497 Nov 15, 2024
36817e2
Merge pull request #232 from kakao-tech-campus-2nd-step3/docs/#185-re…
BaeJunH0 Nov 15, 2024
eb6da8a
Merge pull request #233 from kakao-tech-campus-2nd-step3/refactor/Pla…
suhyeon7497 Nov 15, 2024
3879e36
Merge pull request #235 from kakao-tech-campus-2nd-step3/fix/#129-vid…
suhyeon7497 Nov 15, 2024
5b95982
Merge remote-tracking branch 'origin/weekly/11' into feat/#231-mypage…
wndlthsk Nov 15, 2024
475c87e
Merge pull request #236 from kakao-tech-campus-2nd-step3/feat/#231-my…
wndlthsk Nov 15, 2024
35a1e0e
[test] test 깨지는 거 해결
suhyeon7497 Nov 15, 2024
f69c8c2
Merge pull request #237 from kakao-tech-campus-2nd-step3/docs/#185-re…
suhyeon7497 Nov 15, 2024
296e974
[docs] 독스 업데이트
sanghee0820 Nov 15, 2024
cd22e37
Merge pull request #238 from kakao-tech-campus-2nd-step3/docs/sanghee
sanghee0820 Nov 15, 2024
a4b7362
[chore] 최종 검사용 admin permitAll()
suhyeon7497 Nov 15, 2024
a9d4707
Merge pull request #239 from kakao-tech-campus-2nd-step3/docs/#185-re…
BaeJunH0 Nov 15, 2024
e5914a3
[docs]: 어드민페이지 업데이트
sanghee0820 Nov 15, 2024
0af3f79
[feat] 스케쥴링 Enable
sanghee0820 Nov 15, 2024
f92bbad
[feat] 매일 2시와 2시30분에 크롤링 진행
sanghee0820 Nov 15, 2024
b22d349
Merge pull request #241 from kakao-tech-campus-2nd-step3/feat/#240-sc…
sanghee0820 Nov 15, 2024
39fcd93
[fix] nickname 변경 pathvariable 사용
suhyeon7497 Nov 15, 2024
4d600c8
Merge pull request #242 from kakao-tech-campus-2nd-step3/docs/#185-re…
BaeJunH0 Nov 15, 2024
d24e9ed
[refactor] 배포 브랜치 변경
wndlthsk Nov 15, 2024
4c96693
Merge pull request #243 from kakao-tech-campus-2nd-step3/feat/#108-bl…
wndlthsk Nov 15, 2024
54a0e2a
[fix] user 변경
suhyeon7497 Nov 15, 2024
6059577
[test] Admin 페이지 허용으로 인해 displayname 변경
sanghee0820 Nov 15, 2024
18e2748
Merge pull request #244 from kakao-tech-campus-2nd-step3/docs/#185-re…
suhyeon7497 Nov 15, 2024
7a154d1
Merge pull request #245 from kakao-tech-campus-2nd-step3/sanghee0820-…
sanghee0820 Nov 15, 2024
de8ca31
[hotfix] DisplayName 추가
sanghee0820 Nov 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 29 additions & 12 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@ jobs:
runs-on: self-hosted

# weekly/* 브랜치에서는 실행되지 않도록 조건 추가
# if: startsWith(github.ref, 'refs/heads/Master') || startsWith(github.ref, 'refs/heads/develop')

# weekly/* 브랜치에서만 실행되도록
if: startsWith(github.ref, 'refs/heads/weekly/')
if: startsWith(github.ref, 'refs/heads/Master') || startsWith(github.ref, 'refs/heads/develop')

steps:
# 최신 이미지를 pull
Expand Down Expand Up @@ -97,13 +94,6 @@ jobs:
echo "next_version=${NEXT_VERSION}" >> $GITHUB_ENV
echo "port=${PORT}" >> $GITHUB_ENV

# 기존의 동일한 컨테이너를 중지 (블루/그린 중 다음 배포 타겟에 해당하는 컨테이너)
- name: Stop current docker container
run: |
echo "Stopping container inplace-${{ env.next_version }}"
sudo docker stop inplace-${{ env.next_version }} || true
sudo docker rm inplace-${{ env.next_version }} || true

# .env 파일 생성
- name: Create .env file
run: |
Expand All @@ -116,8 +106,27 @@ jobs:
echo "Running new container inplace-${{ env.next_version }}"
sudo docker run --name "inplace-${{ env.next_version }}" --rm -d -p ${{ env.port }}:8080 --env-file .env ${{ secrets.DOCKERHUB_USERNAME }}/inplace

# 로드 밸런서 타겟 그룹을 업데이트하여 트래픽을 새 컨테이너로 전환합니다.
# 스프링부트 시작을 기다리기 위해 헬스 체크로 대기
- name: Wait for Spring Boot Application to Start
run: |
echo "Waiting for the application to be healthy on PORT: ${{ env.port }}..."
for i in {1..40}; do
if curl -s http://localhost:${{ env.port }}/actuator/health | grep '"status":"UP"' > /dev/null; then
echo "Application is healthy"
break
fi
echo "Waiting for new application to start...($i)"
sleep 5
done

if [ $i -eq 40 ]; then
echo "Application failed to start after 40 attempts."
exit 1
fi

# 로드 밸런서 타겟 그룹을 업데이트하여 트래픽을 새 컨테이너로 전환
- name: Update Load Balancer Target Group
if: success()
run: |
TARGET_GROUP_ARN_BLUE="${{ secrets.TARGET_GROUP_ARN_8080 }}"
TARGET_GROUP_ARN_GREEN="${{ secrets.TARGET_GROUP_ARN_8081 }}"
Expand All @@ -127,6 +136,14 @@ jobs:
aws elbv2 modify-listener --listener-arn ${{ secrets.LISTENER_ARN_443 }} --default-actions Type=forward,TargetGroupArn=$TARGET_GROUP_ARN_GREEN
fi

# 이전 컨테이너 정리 전 드레이닝 시간 부여
- name: Wait for connection draining
run: |
if [[ "${{ env.current_version }}" != "none" ]]; then
echo "Waiting 30 seconds for connection draining..."
sleep 30
fi

# 이전 컨테이너 정리
- name: Remove previous docker container
run: |
Expand Down
Loading
Loading