-
Notifications
You must be signed in to change notification settings - Fork 0
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
feature: 배포 서버 모니터링을 하고자 합니다. #101
Closed
Closed
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
- build.gradle - testImplementation 'org.springframework.boot:spring-boot-testcontainers' - AbstractContainersSupport.class - redis test container 설정 클래스를 추상 클래스로 구현 - 'extends' 사용해 손쉽게 redis test container 설정을 재사용할 수 있도록 구현
feat: 회원 정보 수정 기능 구현 및 회원 API 문서
- 상세 검색 기능 구현 - 예약 가능 여부 기능 구현
fix: 비밀번호 확인 API 문서화를 위해 adoc 파일에 추가
feat: Github Action을 통해 자동배포를 하자
fix: workflow file, dockerfile:이미 진행된 빌드 과정 생략
…into deploy/shimpyo
fix: build action 사용 (cd workflow 파일 내)
refactor: 도커 및 CD 재설정
fix: 예약 API Rest Docs Test 수정
docs: 이미지 변경
feat: prod 프로필 활성화 및 test application.yml 파일 삭제
docs: 리드미 팀원 부분 수정
fix: yaml 파일 gitignore 추가
refactor: 회원, Refresh 토큰 테이블 속성에 코멘트 추가
refactor: 예약/예약 상품/장바구니/별점 테이블 column comment 추가
refactor: 숙소, 숙소 이미지, 객실 테이블에 comment를 추가합니다.
wocjf0513
force-pushed
the
feature/sentry
branch
from
December 11, 2023 06:30
3eb224b
to
6abec5c
Compare
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.
💡 Motivation
📌 Changes
🫱🏻🫲🏻 To Reviewers