-
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
chore: Github Actions 릴리즈 버저닝 자동화 스크립트 추가 #140
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
Quality Gate passedIssues Measures |
leeeeeyeon
added a commit
that referenced
this pull request
Feb 14, 2024
4 tasks
leeeeeyeon
added a commit
that referenced
this pull request
Feb 14, 2024
leeeeeyeon
added a commit
that referenced
this pull request
Feb 15, 2024
leeeeeyeon
added a commit
that referenced
this pull request
Feb 15, 2024
leeeeeyeon
added a commit
that referenced
this pull request
Feb 15, 2024
leeeeeyeon
added a commit
that referenced
this pull request
Feb 15, 2024
* v1.0.1: Github Actions 릴리즈 버저닝 자동화 스크립트 추가 및 잘못된 (#143) * chore: Github Actions 릴리즈 버저닝 자동화 스크립트 추가 (#140) * fix: Github Actions 잘못된 Indent 수정 (#142) * docs(ERD): box 테이블에 카카오톡 공유 이미지 URL 컬럼 추가 * docs(ERD): box 테이블 이전 변경사항 반영 * chore: kakao_message_img_url 컬럼 추가 flyway 스크립트 추가 * fix: 선물박스 만들기 API에 카카오톡 공유 이미지 추가 * fix: profile에 따라 S3 파일 저장 디렉토리 분기
leeeeeyeon
added a commit
that referenced
this pull request
Feb 16, 2024
* v1.0.1: Github Actions 릴리즈 버저닝 자동화 스크립트 추가 및 잘못된 (#143) * chore: Github Actions 릴리즈 버저닝 자동화 스크립트 추가 (#140) * fix: Github Actions 잘못된 Indent 수정 (#142) * docs(ERD): box 테이블에 카카오톡 공유 이미지 URL 컬럼 추가 * docs(ERD): box 테이블 이전 변경사항 반영 * chore: kakao_message_img_url 컬럼 추가 flyway 스크립트 추가 * fix: 선물박스 만들기 API에 카카오톡 공유 이미지 추가 * fix: profile에 따라 S3 파일 저장 디렉토리 분기
leeeeeyeon
added a commit
that referenced
this pull request
Feb 16, 2024
leeeeeyeon
added a commit
that referenced
this pull request
Feb 22, 2024
leeeeeyeon
added a commit
that referenced
this pull request
Feb 23, 2024
* v1.0.1: Github Actions 릴리즈 버저닝 자동화 스크립트 추가 및 잘못된 (#143) * chore: Github Actions 릴리즈 버저닝 자동화 스크립트 추가 (#140) * fix: Github Actions 잘못된 Indent 수정 (#142) * docs(ERD): box 테이블에 카카오톡 공유 이미지 URL 컬럼 추가 * docs(ERD): box 테이블 이전 변경사항 반영 * chore: kakao_message_img_url 컬럼 추가 flyway 스크립트 추가 * fix: 선물박스 만들기 API에 카카오톡 공유 이미지 추가 * fix: profile에 따라 S3 파일 저장 디렉토리 분기
leeeeeyeon
added a commit
that referenced
this pull request
Feb 23, 2024
* �fix: 선물박스 만들기 API에 카카오톡 공유 이미지 추가 (#151) * v1.0.1: Github Actions 릴리즈 버저닝 자동화 스크립트 추가 및 잘못된 (#143) * chore: Github Actions 릴리즈 버저닝 자동화 스크립트 추가 (#140) * fix: Github Actions 잘못된 Indent 수정 (#142) * docs(ERD): box 테이블에 카카오톡 공유 이미지 URL 컬럼 추가 * docs(ERD): box 테이블 이전 변경사항 반영 * chore: kakao_message_img_url 컬럼 추가 flyway 스크립트 추가 * fix: 선물박스 만들기 API에 카카오톡 공유 이미지 추가 * fix: profile에 따라 S3 파일 저장 디렉토리 분기 * fix: 개행문자를 1글자로 세는 커스텀 어노테이션 구현 * test: CustomSizeValidator 테스트 코드 작성 * fix: 편지 내용 글자수 제한을 CustomSize 어노테이션으로 검증 * fix: CustomSizeValidator에서 CR, LF, CRLF를 공백으로 바꾸어 글자 수 계산 * feat: 이모지를 1글자로 세는 utility 클래스 구현 * test: TextUtil 테스트 코드 작성 * fix: 이모지를 1글자로 세도록 CustomSizeValidator 수정 * refactor: TextUtil 클래스에 private 생성자 추가 * setting: jacoco 연동 및 CI workflow에서 커버리지 확인 (#156) * chore: jacoco 연동 및 보고서를 support 모듈에 통합 * chore: 테스트 후 리포트 생성 실행 * chore: lombok에 의해 생성된 메서드 테스트 커버리지 분석 대상에서 제외 * chore: Exception 클래스 테스트 커버리지 분석 대상에서 제외 * chore: Q클래스 테스트 커버리지 분석 대상에서 제외 * chore: Config, DTO, Model 클래스 커버리지 분석 대상에서 제외 * chore: Codecov 연동 및 CI workflow에 추가 * feat: 사진 모아보기 API 구현 (#157) * refactor: PhotoResponse를 Inner DTO class로 관리 * refactor: 사용하지 않는 static 키워드 제거 * refactor: 매개변수가 하나인 정적 팩토리 메서드명을 of에서 from으로 변경 * style: 쉼표가 코드 끝으로 가도록 코드 작성 스타일 변경 * feat: 사진 모아보기 API 구현 * test: 사진 모아보기 API Controller 테스트 코드 작성 * feat: 편지 모아보기 API 구현 (#158) * v1.0.1: Github Actions 릴리즈 버저닝 자동화 스크립트 추가 및 잘못된 (#143) * chore: Github Actions 릴리즈 버저닝 자동화 스크립트 추가 (#140) * fix: Github Actions 잘못된 Indent 수정 (#142) * feat: 편지 모아보기 API 구현 * feat: 음악 모아보기 API 구현 * feat: 선물 모아보기 API 구현 (#161) * feat: 선물 모아보기 API 구현 * fix: 받은 선물박스 no-offset 조건 수정 * docs: Swagger query string 설명 수정 * style: 주석 추가 * fix: 글자 수 유효성 검증을 커스텀 어노테이션을 사용하도록 변경 (#163) * fix: 글자 수 유효성 검증을 커스텀 어노테이션을 사용하도록 변경 * deploy: deploy 패키지 생성 시 ebextensions 추가 * fix: 선물 모아보기 API에서 gift가 null인 선물박스를 제외 (#165) * refactor: 매개변수가 1개인 정적 팩토리 메서드명을 from으로 변경 * fix: 선물 모아보기 API에서 gift가 null인 선물박스를 제외하도록 변경 * feat: 나의 프로필 수정 API 구현 (#168) * feat: 나의 프로필 수정 API 구현 * test: 나의 프로필 수정 API Controller, Service 테스트 코드 작성 * docs: 나의 프로필 수정 API Swagger 설명 추가 * fix: 로그인 API 응답값에 닉네임 추가 (#169) * feat: 선물박스 삭제 API 구현 (#171) * feat: 선물박스 삭제 API 구현 * fix: 주고받은 선물 조회 API에서 삭제된 선물박스 제외 * fix: 선물박스 열기 API에서 삭제한 선물박스는 조회하지 못하도록 변경 * fix: 모아보기 API에서 받은 사람이 삭제한 선물박스의 요소는 조회되지 않도록 변경 * deploy: gift_box, receiver 테이블에 soft delete 컬럼 추가하는 flyway 스크립트 작성 * fix: checkIfGiftBoxOpenable 메서드에서 받는 사람 저장 후 메서드 탈출 * deploy: Swap memory 추가 (#174) * deploy: flyway 스크립트 오타 수정 (#175) * feat: 선물박스 status 변경 API 구현 (#177) * rename: domain 모듈에서 도메인별로 패키지 세분화 * feat: 선물박스 전송 상태 변경 API 구현 * fix: 나중에 보내는 선물박스는 열 수 없도록 변경 * fix: 나중에 보내는 선물박스는 보낸 선물박스에 조회되지 않도록 수정 * test: 테스트용 GiftBox 엔티티를 만들 때 deliverStatus를 DELIVERED로 변경 * test: domain 모듈 테스트용 GiftBox 엔티티를 만들 때 deliverStatus를 DELIVERED로 변경 * fix: SonarCloud를 참고하여 기존 데이터의 deliver_status를 변경하는 flyway 스크립트 수정 * feat: 보내지 않은 선물박스 조회 API 구현 (#178) * docs: 기존 API Swagger Description 수정 * feat: 보내지 않은 선물박스 조회 API 구현 * test: mockGiftBox를 만들 때 DeliverStatus를 선택 가능하도록 메서드 변경 * remove: 필요없는 코드 제거 * test: 보내지 않은 선물박스 조회 API Controller, Service 테스트 코드 작성 * fix: 보내지 않은 선물박스 조회 쿼리 메소드와 일치하도록 Reader 클래스 내 메서드명 변경 * docs: WaitingGiftBoxResponse Swagger 예시 추가 * docs: Swagger에서 DateTime에 밀리초를 포함하도록 예시 변경 * feat: 패키의 선물박스 조회 API 구현 (#180) * refactor: 매개변수가 1개인 정적 팩토리 메서드 이름을 of에서 from으로 수정 * feat: 패키의 선물박스 조회 API 추가 * chore: admin_gift_box 테이블 더미데이터 추가 * fix: screenType을 대문자로 변환하여 enum 매핑 * fix: 회원가입 시 패키의 선물박스를 받도록 로직 추가 * style: 주석 추가 * fix: 데모데이 이전에 가입한 유저에게 패키의 선물박스가 최하단에 위치하도록 받은 선물박스 쿼리 메서드 수정 * deploy: 기존에 만들어진 선물박스를 DELIVERED 처리할 때 created_at을 데모데이 이전으로 명시적으로 기입 * deploy: admin_gift_box 테이블 생성 flyway 스크립트 추가 * fix: 선물박스를 만든 사람은 보내지 않은 선물박스를 열 수 있도록 선물박스 열기 API 수정 (#182) * refactor: 선물 접근 가능 여부 확인 메서드 리팩토링 및 예외 세분화 * fix: 선물박스를 보내는 사람은 선물박스를 열 수 있도록 checkIfGiftBoxOpenable 메서드 변경 * feat: 선물박스 ID로 카카오톡 메시지 이미지 조회 API 구현 (#184) * deploy: 프로파일에 따라 .ebextensions 분리 (#186) * deploy: 프로파일에 따라 .ebextensions 폴더 분리 * deploy: 프로파일에 맞는 ebextensions를 사용하도록 CD 스크립트 수정 * feature: 메인화면에 띄울 선물박스 조회 API 구현 (#189) * rename: ScreenType 클래스 이름을 AdminType으로 변경 * remove: 패키의 선물박스 조회 API 제거 * feat: 메인화면에 띄울 선물박스 조회 API 구현 * chore: admin_gift_box 테이블 컬럼명 변경에 따른 data.sql 수정 * fix: 메인화면에 띄울 선물박스가 없을 경우 빈 JSON 객체를 반환하도록 변경 * deploy: ScreenType Enum 클래스 이름 변경에 따라 컬럼명을 변경하는 flyway 스크립트 추가 * refactor: Random 대신 SecureRandom 사용 * remove: 사용하지 않는 주석 제거 * refactor: RandomBooleanGenerator 클래스에 private 생성자 추가 * �fix: 메인화면에 선물박스를 랜덤하게 띄우는 로직 제거 (#190) * fix: 메인화면에 선물박스를 랜덤하게 띄우는 로직 제거 * deploy: release drafter 액션 주석 처리
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.
🛰️ Issue Number
#138
🪐 작업 내용
📚 Reference
✅ Check List