Conversation
fbehddn
added a commit
that referenced
this pull request
Jan 24, 2025
* chore: jira 연동 설정 파일 추가 * chore: jira 연동 설정 파일 추가 * init: project setting (#3) * chore: jira 연동 설정에 기존 이슈 템플릿 반영 * chore: jira 연동 설정에 기존 이슈 템플릿 반영 * 정 * chore: 잇슈 생성 오류 수정 및 디버깅 로그 추가 * chore: 디버깅 로그 추가 * chore: Fix YAML syntax issues * chore: Fix YAML syntax issues * chore: Fix YAML syntax issues * chore: Fix YAML syntax issues * chore: Fix YAML syntax issues * chore: Fix YAML syntax issues * chore: Fix YAML syntax issues * chore: Fix YAML syntax issues * chore: Fix YAML syntax issues * init : DB * fix: update 'com.mysql.cj.jdbc.Driver' , db * fix: update username 'yummy' * chore: 이슈 및 PR 템플릿 작성 * Rename -bug-fix-template.md to bug-fix-template.md * chore: Set Java toolchain to Java 17 for all modules * fix: specify mainClass for Spring Boot application * feat: Swãswagger-config * fix: Remove .idea from tracking and update .gitignore * feat: storage entity * chore: 기본 CI 구축 * build: Spring Boot 설정 파일 및 프로젝트 구조 수정 - bootJar에 mainClass와 archiveFileName 추가 - Spring Boot 빌드 결과 파일명 'yummy_server.jar'로 변경 - 프로젝트 구조를 정리하고 settings.gradle에 모듈 재정의 - MainApplication 대문자 수정 * Feat/setup cd pipeline (#22) * chore: push 작업에도 CI/CD 구축 * feat: 배포 자동화를 위한 deploy.yml 및 Dockerfile 생성 * chore: application.yml 파일 생성하여 배포 * fix: dockerfile 수정하여 아키텍처 호환성 추가 * chore: DB 설정값 추가 * chore: CD 작업 브랜치 추가 * build: 빌드시 application.yml 파일 생성 * fix * fix: applcation_properties secrets 타이틀 변경 * fix: db url 변경 * feat: feature-oauth2-user - #17 (#21) feat: OAuth2, User 도메인 추가 - 미완성 * fix: feat: Spring Boot 프로젝트 Gradle 설정 수정 및 빌드 오류 해결 * fix: ec2 서버는 profile dev 로 설정 * fix: ecr을 통한 배포 (#25) * fix: 환경변수 오타 수정 * fix: 모듈별 경로 설정 * feat: OAuth2 기능 완성, User 도메인 추가 (#26) * feat: feature-oauth2-user - #17 * feat: oauth2 기능 완성, User 도메인 추가 - #23 * hotfix: yml 파일 수정 * fix: properties, cat 으로 명령어 확인 * fix: common 모듈 bootJar 비활성화 및 JAR 활성화 * fix: 도커 이미지 태그 코드 수정 * fix: properties 설정파일 및 -local.yml 삭제 * chore: module(application) h2 db 의존성 추가 * chore: cd 파일 수정 * chore: 전체 디렉토리의 env 파일 git에서 추적 안하게 수정 * chore: 프로필 설정 한 파일로 통합 * chore: prod 프로필 포트넘버 명시 * chore: swagger cors ip 설정 테스트 * fix: 808 8081 포트 적용 * test: OAuth2 , User 관련 테스트 코드를 작성 (#28) * feat: oauth, user 테스트 코드 작성 완료 - #27 * feat: UserEventHandlerTest 추가 * Hyungjun#27 test oauth user (#29) * feat: oauth, user 테스트 코드 작성 완료 - #27 * feat: UserEventHandlerTest 추가 * fix: port 수정 --------- Co-authored-by: LeeJeongHoon <[email protected]> * fix: 테스트 코드 수정 (#30) * feat: oauth, user 테스트 코드 작성 완료 - #27 * feat: UserEventHandlerTest 추가 * fix: port 수정 * fix: 테스트코드 포트 에러 수정 * fix: 컨플릭트 해결 --------- Co-authored-by: LeeJeongHoon <[email protected]> * chore: 배포 환경 db url 수정 * Feat/group feature (#31) * chore: 의존성 문제로 모듈 이동 * chore: GroupEntity 수정 * chore: RegionEntity 수정 * chore: StoreEntity 수정 * chore: id 타입 수정 * feat: 소모임 관련 기능 구현 * feat: 소모임 관련 Dto 추가 * feat: 지역 관련 기능 구현 * feat: 웹 클라이언트 설정 추가 * test: 기능 테스트 코드 추가 * test: 소모임 컨트롤러 추가 * test: 소모임 비즈니스 로직 추가 * feat: 소모임 관련 기능 구현 * feat: Store관련 기능 구현 * chore: 프로덕션 환경 설정파일 모두 환경변수화 * chore: Hibernate Dialect를 명시적으로 설정 * refactor: 배포 서버 정보 추가 * Feat/reply (#32) * feat: regiter reply * feat: reply cru * feat: add delete service * chore: ci.yml 수정 * feat: update reply, add test * fix: 설정파일 프로필 추가 - test 프로필 추가 작성 - prod 프로필 server.uri 작성 * chore: 각 엔티티 생성 및 수정 시간 기준 아시아 설정 * feat: 예외처리 클래스 및 에러 코드 추가 (#34) * feat: add exception handler - #33 * feat: exception handler 추가 - #33 * fix: 모듈각 모듈이 예외 처리를 관리하도록 수정 * fix: UserFacadeTest 코드 에러 수정 * fix: UserEventHandlerTest 에러 수정 * fix: UserEventHandlerTest ì에러 해결 * hotfix: jwt 만료 기간 12ì�간2¼로 늘리기 * hotfix: jwt 만료시간 수정 * Feat/add jacoco multimodule (#39) * feat: jacoco 의존성 추가 및 추가 설정 * fix: java.util.LinkedHashSet.map 관련 gradlew 로딩 에러 수정 * chore: build.gradle 파일의 모듈 의존성 정리 - runtimeOnly와 compileOnly로 설정된 ':storage'와 ':domain' 의존성을 implementation으로 통합 - 모듈 간 의존성을 명확히 하기 위해 의존성 선언 수정 * chore: 스토리지 모듈 build.gradle 의존성 및 설정 정리 - 모듈 간 의존성 정리: ':common' 의존성을 compileOnly에서 implementation으로 변경 - Spring Boot와 JPA 관련 의존성 추가 및 통합 - 불필요한 중복된 plugins 블록 제거 - 버전 정보를 명확히 하기 위해 version을 '1.0.0'으로 설정 - bootJar 비활성화 및 jar 설정 추가 - 테스트 플랫폼 명시적으로 설정 (JUnit) * chore: 루트 build.gradle 설정 개선 및 Jacoco 리포트 통합 설정 추가 - 중복된 plugins 블록 제거 및 'apply false'로 플러그인 적용 관리 - 모든 프로젝트에 공통 버전(version)을 '1.0.0'으로 설정 - DTO, Config, Exception 등 필요하지 않은 클래스 Jacoco 리포트에서 제외 - `jacocoRootReport` 태스크 추가하여 서브모듈의 테스트 커버리지를 통합 관리 * chore: 지역 요청 반환 정보 저장 테스트 일시적 주석처리 * chore: 테스트 커버리지에서 제외할 항목 추가 * chore: jira 관련 파일 제거 * chore: PR 템플릿 수정 * test: UserService 및 누락된 테스트 코드 추가, Reply, Group ErrorCode 구현 (#38) * feat: add exception handler - #33 * feat: exception handler 추가 - #33 * fix: 모듈각 모듈이 예외 처리를 관리하도록 수정 * fix: UserFacadeTest 코드 에러 수정 * fix: UserEventHandlerTest 에러 수정 * fix: UserEventHandlerTest ì에러 해결 * test: 누락된 테스트 코드 및 UserServiceTest ì�추가- #37 * refactor: ì�êGroup, reply 에 ì�ErrorCode 를 구현하고 예외 처리를 추ê수정합니다 * test: UserService 테스트, 및 누락된 테스트 코드 추가 - #37 * chore: build.grade(:storage) common 의존성 수정 * fix: 멀티모듈 ë의존성 에러 해결 * Jeonghoon#35 feat user to group (#40) * chore: domain모듈로 이동 * chore: 카테고리 수정 * feat: API 통신 기능 추가 * feat: user-group 관련 기능 추가 * feat: user-group 관련 기능 추가 * chore: Category.java 모듈 위치 이동 * test: 테스트 코드 작성 * chore: 기능 변경에 따른 코드 수정 * test: 테스트 코드 수정 * feat: testUser 기능 추가- #41 (#42) * Fix/group feature (#43) * test: 테스트 코드 수정 * chore: 소모임 생성 조건 수정 --------- Co-authored-by: mailsungjangMonster <[email protected]> * fix: 실행 테스트 하며 수정 (#44) * feat: testUser 기능 추가- #41 * feat: 누락된 내용 추가 * feat: ã�test api 요청 뚫어놓기 * fix: groupControllerTest 에러 해결 * fix: groupService Test 에러 해결 * fix: 배í배포 서버에서 테스트 로그인 셋팅 * test: * chore: ignore 파일 수정 - env 파일 안써서 제거 * Update README.md --------- Co-authored-by: makernaru-test00 <[email protected]> Co-authored-by: jinhosoon <[email protected]> Co-authored-by: jinhosoon <[email protected]> Co-authored-by: leeminjung1 <[email protected]> Co-authored-by: sukangpunch <[email protected]> Co-authored-by: mailsungjangMonster <[email protected]> Co-authored-by: LeeJeongHoon <[email protected]> Co-authored-by: leeminjung1 <[email protected]>
This file contains hidden or 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
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.
⚡️ 관련 이슈
📍주요 변경 사항
옳은 방식은 아니지만 테스트를 위해 테스트 유저 추가 기능을 추가 하였습니다.
🎸기타