-
Notifications
You must be signed in to change notification settings - Fork 5
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
데벨업 v1.0.0 Release #512
Merged
데벨업 v1.0.0 Release #512
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: HealthController 추가 * feat: compose.yml 무중단 배포 환경 변화에 따라 수정 * feat: Rolling 방식 무중단 배포 스크립트 작성 * fix: 슬랙 메세지 임시로 비활성화 * fix: 워크플로우 이름 변경 * fix: 클래스 이름 변경 * fix: compose 파일 변경 * fix: healthcheck api 응답 변경 * fix: healthcheck 로직 스크립트로 분리 * fix: 작업 경로 지정 * fix: healthcheck 주기 변경 * chore: 헬스 체크가 실패할 경우 이후 배포가 진행되지 않는지 확인 * feat: A 배포 실패 시 롤백하는지 확인 * chore: 트리거를 위한 공백 추가 * fix: ci cd 스크립트 오류 수정 * 공백 제거 * 스크립트에 컨티뉴 온 에러 제거 * fix: 롤백 시 이미지 이름 출력하도록 수정 * fix: 롤백 시 이미지 이름 출력하도록 수정 * fix: 롤백 시 이미지 이름 출력하도록 수정 * fix: 롤백 시 이미지 이름 출력하도록 수정 * fix: 롤백 시 이미지 이름 출력하도록 수정 * fix: 롤백 시 이미지 이름 출력하도록 수정 * fix: 롤백 시 이미지의 이전 버전을 제대로 불러오지 못하는 오류 수정 * chore: A 배포 후 헬스 체크 실패시 롤백 되는지 확인 * fix: 스크립트 정리 * 정상적인 상황 배포 테스트 * 스크립트 오타수정 * feat: 알림 보내는 스크립트 작성 * 배포 성공 테스트 * A 롤백 성공 테스트 * 슬랙 알림 보내는 조건 수정 * A 롤백 실패 테스트 * A 롤백 실패 테스트 * A 롤백 실패 테스트 * continue on error 제거 * 테스트 * 롤백 실패시 알림 테스트 * 배포 성공 시 알림 테스트 * 롤백 성공 시 알림 테스트 * 롤백 성공 시 알림 테스트 2 * fix: 헬스 체크 api 정상 동작하도록 수정 * fix: 타겟 브랜치 main으로 변경 * refactor: HealthApi 간소화 * chore: 스크립트 Job case 변경
* refactor: GithubUserInfoResponse로 이름 변경 및 패키지 이동 * refactor: OAuth 구조 변경 * refactor: OAuthProviderConverter 적용 * refactor: github oauth client 수정 * refactor: AuthApiTest 테스트 변경 * refactor: 테스트 코드 정렬 * test: RestClient 테스트 작성 * refactor: Swagger summary 수정 (Github -> OAuth) * refactor: AutoConfigureMockMvc 제거 및 mockbean IntegrationTestSupport로 이동 * refactor: OAuthStrategyRegistry 생성자 파라미터 이름 변경 * refactor: 메서드 이름과 파라미터, 리턴 타입 일치 * refactor: SofyAssertions assertAll로 컨벤션에 맞게 변경 * refactor: timeout 추가 * refactor: readtimeout은 10초로 변경 * refactor: timeout 설정
Minjoo522
assigned le2sky, robinjoon, alstn113, Parkhanyoung, brgndyy, chosim-dvlpr, Minjoo522 and lilychoibb
Sep 24, 2024
lilychoibb
approved these changes
Sep 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
멋지당
le2sky
approved these changes
Sep 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
슛!
robinjoon
approved these changes
Sep 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
가즈아~~~~
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.
구현 요약
프론트 허락 해주셔서 감사합니다. 👍
참고
코드 리뷰에
RCA 룰
을 적용할 시 참고해주세요.