-
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
cicd 스크립트 update #137
Merged
cicd 스크립트 update #137
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 : build.gradle : MySQL 의존성 추가 * feat : application.yml : AWS RDS 데이터베이스 연결 정보를 포함. * chore: 설정 파일 수정 * feat: 공통 엔티티 작성 - 식별자, 생성/수정일자, 삭제 상태값 등의 공통 필드를 baseEntity로 정의 * feat: 차트 엔티티 작성 * feat: 차트 신체활동 엔티티 작성 - 청결, 식사 관련 필드는 임베디드 타입으로 선언 * feat: chart-bodyNote 연관관계 설정 - chart와 신체활동(bodyNote)는 일대일 연관관계 설정 * feat: 신체 활동 관련 임베디드 타입 생성자 추가 * feat: 차트 세부항목 - 간호 활동 엔티티 작성 - 혈압 관련 필드는 임베디드 타입으로 관리 * chore: 신체활동 엔티티 이름 변경 * feat: 차트- 간호활동 연관관계 설정 * feat: 인지 훈련 엔티티 작성 * feat: 차트 - 인지 훈련 엔티티 연관관계 설정 * chore: 불필요한 컬럼 속성 삭제 * chore: 간호활동 엔티티 상속 수정 - baseEntity 상속 * build: 스프링 버전 수정 * chore: 마지막 개행 추가 * chore: 마지막 개행 추가 * feat: baseEntity 삭제 함수 추가 * feat: baseEntity 상태값 필드명 변경 * Feat: 요양보호사 CRUD (#7) * fix: API 주소 수정 * feat: 돌봄대상자 CRUD (#6) * feat: 요양보호사 ID 검증 추가 * refactor: 코드 리뷰 반영 * fix: 일부 메세지 변경 * refactor: DTO 분리 * refactor: chart 도메인 일부 변경 * [관리자 페이지] 보호자 도메인 CRUD (#15) * feat: guardians * feat: #8 guardians 코드리뷰 반영 * fix: chart 도메인 부분 수정 * refactor: guardian 폴더 분리, exception 등 코드리뷰 반영 * fix: chart is_active 수정 --------- Co-authored-by: pykido <animoto1@naver.com> Co-authored-by: 김태윤 <77539625+pykido@users.noreply.github.com> Co-authored-by: Yoo KyeongMi <yookyungmi02@gmail.com> Co-authored-by: Yoo KyeongMi <89245114+yooookm@users.noreply.github.com> Co-authored-by: mogld <143364802+mogld@users.noreply.github.com> Co-authored-by: hyyyh0x <141637975+hyyyh0x@users.noreply.github.com>
pykido
approved these changes
Nov 14, 2024
mogld
approved these changes
Nov 14, 2024
* feat : build.gradle : MySQL 의존성 추가 * feat : application.yml : AWS RDS 데이터베이스 연결 정보를 포함. * chore: 설정 파일 수정 * feat: 공통 엔티티 작성 - 식별자, 생성/수정일자, 삭제 상태값 등의 공통 필드를 baseEntity로 정의 * feat: 차트 엔티티 작성 * feat: 차트 신체활동 엔티티 작성 - 청결, 식사 관련 필드는 임베디드 타입으로 선언 * feat: chart-bodyNote 연관관계 설정 - chart와 신체활동(bodyNote)는 일대일 연관관계 설정 * feat: 신체 활동 관련 임베디드 타입 생성자 추가 * feat: 차트 세부항목 - 간호 활동 엔티티 작성 - 혈압 관련 필드는 임베디드 타입으로 관리 * chore: 신체활동 엔티티 이름 변경 * feat: 차트- 간호활동 연관관계 설정 * feat: 인지 훈련 엔티티 작성 * feat: 차트 - 인지 훈련 엔티티 연관관계 설정 * chore: 불필요한 컬럼 속성 삭제 * chore: 간호활동 엔티티 상속 수정 - baseEntity 상속 * build: 스프링 버전 수정 * chore: 마지막 개행 추가 * chore: 마지막 개행 추가 * feat: baseEntity 삭제 함수 추가 * feat: baseEntity 상태값 필드명 변경 * Feat: 요양보호사 CRUD (#7) * fix: API 주소 수정 * feat: 돌봄대상자 CRUD (#6) * feat: 요양보호사 ID 검증 추가 * refactor: 코드 리뷰 반영 * fix: 일부 메세지 변경 * refactor: DTO 분리 * refactor: chart 도메인 일부 변경 * [관리자 페이지] 보호자 도메인 CRUD (#15) * feat: guardians * feat: #8 guardians 코드리뷰 반영 * fix: chart 도메인 부분 수정 * refactor: guardian 폴더 분리, exception 등 코드리뷰 반영 * fix: chart is_active 수정 --------- Co-authored-by: pykido <animoto1@naver.com> Co-authored-by: 김태윤 <77539625+pykido@users.noreply.github.com> Co-authored-by: Yoo KyeongMi <yookyungmi02@gmail.com> Co-authored-by: Yoo KyeongMi <89245114+yooookm@users.noreply.github.com> Co-authored-by: mogld <143364802+mogld@users.noreply.github.com> Co-authored-by: hyyyh0x <141637975+hyyyh0x@users.noreply.github.com>
# Conflicts: # build.gradle # src/main/java/dbdr/DbdrApplication.java # src/main/resources/application.properties # src/main/resources/application.yml # src/main/resources/database.yml # src/main/resources/logging.yml
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.
🔥 관련 이슈
close:
📝 작업 상세 설명
⭐ 리뷰 요구 사항