-
Notifications
You must be signed in to change notification settings - Fork 2
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
1차 배포 이후 Slack 적용 및 이슈 해결 #201
Merged
Merged
Conversation
This file contains 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
* feat: aws s3 bucket access issue - @crossorigin 어노테이션 추가 * feat: aws 적용 테스트
* 무중단배포 테스트 * 무중단 배포 테스트 * feat: main.yml 수정 * feat: docker build and push script 작성 * feat: docker build and push script 작성 * feat: docker build and push script 작성 * feat: docker build and push script 작성 * feat: docker build and push script 작성 * feat: docker build and push script 작성 * feat: docker build and push script 작성 * feat: docker build and push script 작성 * feat: docker build and push script 작성 * feat: docker build and push script 작성 * feat: docker build and push script 작성 * git actions & docker TEST * git actions & docker TEST * git actions & docker TEST * self-hosted runners & docker compose test * self-hosted runners & docker compose test * self-hosted runners & docker compose test * self-hosted runners & docker compose test * docker compose & nginx test * 최종 테스트 * 최종 테스트 * 최종 테스트 * 최종 테스트 * 최종 테스트 * 테스트 * feat: 무중단 배포 적용 완료 * feat: 무중단 배포 적용 완료 * feat: 무중단 배포 적용 완료
* refactor: 파일이 존재하지 않을 때 반환 값 변경 - 저장소에 파일이 존재하지 않을 때 반환 값을 빈 문자열("")로 변경 - 주석 추가 * refactor: 예외 코드 추가 및 변경 - 예외 상황에 맞도록 예외 코드 추가 * feat: 파일 복사 시 예외 상황 추가 처리 - 원본 파일을 이용하는 파일 복사 로직에서, 원본 파일이 존재하지 않으면 예외 발생하는 코드 추가 * test: 예외 코드 추가에 따른 테스트 코드 변경
* feat: Slack Webhook 적용 * feat: yml 수정
* fix: 추천 인스턴스가 제대로 뜨지 않는 버그 픽스 - 인스턴스의 태그의 개수 >= 사용자의 태그의 개수일 때, 추천 인스턴스가 제대로 뜨지 않는 버그 픽스 - 쿼리문을 in에서 like문으로 수정 * test: 추천 인스턴스 반환과 관련된 테스트 코드 작성 - 인스턴스가 여러 개의 태그를 가지고 있을 때, 제대로 반환하는지 확인 - 반환하는 데이터의 개수가 pageSize보다 적을 때/많을 때 페이징이 제대로 작동하는지 확인하는 테스트 코드 추가
* refactor: Item 식별 전용 Column 생성 - Item 식별 시 사용할 전용 Column 생성 - 식별 전용으로 사용할 것이기 때문에 unique=true로 설정 * feat: data.sql의 insert문을 변경된 구조에 맞게 수정 * feat: 식별자를 통해 Item을 반환하는 코드 및 테스트 코드 추가 - ItemProvider, ItemService에 식별자(identifier)를 통해 Item 객체를 찾는 코드 추가 - ItemController에서 전달받은 값(식별자)를 통해 Item 객체를 받은 후 전달하는 코드 추가 - 관련 테스트 코드 추가
- 어드민의 Topic 생성 페이지에서 이미지를 받지 않기로 비지니스 로직을 수정함에 따라, FilesController 및 FilesService에서 Topic과 관련된 코드 삭제
* refactor: 챌린지 참여 취소 성공 응답 메세지 변경 - 챌린지 참여 취소 성공 시 응답 메세지가 "참여 성공"으로 설정되어 있던 것을 "참여 취소 성공"으로 변경 * fix: 인스턴스 시작일에도 참여할 수 있는 버그 픽스 - 현재의 날짜가 인스턴스의 시작일보다 이전일 때에만 인스턴스에 참여할 수 있도록 조건 추가 - 관련 테스트 코드 수정
* feat: data.sql의 insert문에 프로필 프레임 3개 추가 * test: 테스트 코드 수정
* feat: 배포자동화 Github Actions 워크플로우 작성 * feat: appspec.yml 파일 추가 * fix: 감지 브랜치를 production으로 국한
- 사용자가 해당 인스턴스에 좋아요를 하지 않았을 때, 좋아요 개수를 0으로 보내던 문제 해결
kimdozzi
approved these changes
Jun 7, 2024
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.
PR 타입(하나 이상의 PR 타입을 선택해주세요)
☑ 기능 추가
□ 기능 삭제
☑ 버그 수정
☑ 의존성, 환경 변수, 빌드 관련 코드 업데이트
반영 브랜치
main
→production
변경 사항
테스트 결과
연관된 이슈
#181 #182 #183 #184 #186 #187
#189 #195 #196 #198 #199 #200
리뷰 요구사항(선택)