-
Notifications
You must be signed in to change notification settings - Fork 4
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
10주차 개발 내역 정리 #136
Merged
10주차 개발 내역 정리 #136
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
환경변수로 주입이 잘 적용되지 않아 직접 추가 필요했음
Co-authored-by: jagaldol <[email protected]>
게시글 조회 API 테스트 코드 추가
누락된 path 파라미터 추가
모집글 상세 조회 컨트롤러 테스트 추가
모집글 상세 조회 API doc 추가
참여기록조회 api 테스트 추가
- querystring으로 userId를 전달하여 자신의 점수만 조회할 수 있도록 변경
참여기록조회 api명세 추가
- 점수 수정, 삭제 시 권한 확인하는 로직 수정 - 기존의 자신이 작성한 글인지 확인하는 것에서 자신이 등록한 점수인지 확인하는 것으로 변경 - 점수 수정 실패, 점수 삭제 실패 예외 처리 분리
메일 인증이 안돼서 임시로 권한 항상 부여
master develop weekly/ 브랜치에 PR 발생시 검사
nohup으로 백그라운드로 실행 및 로그 파일 생성하는 스크립트 작성
CD 파이프라인 구축
workflow -> workflows
Co-authored-by: jagaldol <[email protected]>
Co-authored-by: jagaldol <[email protected]> Co-authored-by: sososo0 <[email protected]>
배포환경에서 10분으로 변경
로그아웃 시 배포 환경에서 secure이 아니라 쿠키 삭제가 안되었음
jagaldol
added
Type: Enhancement
기능 추가
Type: Maintenance
refactoring 등 코드 개선 및 유지 보수
labels
Nov 11, 2023
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.
Summary
10주차의 개발 내역을 정리하여 병합합니다.
Description
크램폴린 배포
이제 정상적으로 배포가 이루어 지고 있습니다.
최종 배포 관련
테스트 및 api 문서 배포
남아 있던 모든 api에 대해 문서화 및 테스트 완료하였습니다.
버그 수정 및 리팩토링