Skip to content
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

[Refactor] 프로젝트명 변경 #11

Merged
merged 6 commits into from
Feb 17, 2025

Conversation

helenason
Copy link
Collaborator

@helenason helenason commented Feb 13, 2025

issue #2

💻 수정 사항

프로젝트명을 변경하였습니다.

  • 기존: Blok
  • 수정: Took

로컬 환경 돌려보고, 테스트 통과하는 것까지 확인 완료하였습니다!
각자 환경에서도 한 번 더 확인 부탁드립니다 ☺️

@helenason helenason added the ♻️ Refactor 코드 리팩토링(기능 변경 없이 코드만 수정할 때) label Feb 13, 2025
@helenason helenason self-assigned this Feb 13, 2025
Copy link

coderabbitai bot commented Feb 13, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Member

@Hoya324 Hoya324 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

제 환경에서도 잘 돌아가는거 확인했습니다! 수고하셨어요☺️

Copy link
Member

@Lim-Changi Lim-Changi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

정상적으로 실행되는 것 확인했습니다! 고생하셨습니다~~~!

@Lim-Changi
Copy link
Member

앗 머지전에 feat/2-initial-setup 브랜치 Pull 한 번 부탁드릴게요!
gitignore 파일 버전이 다른 것 같습니다

@helenason helenason merged commit 066bfca into feat/2-initial-setup Feb 17, 2025
1 check passed
@helenason helenason deleted the feat/2-change-project-name branch February 17, 2025 14:43
Lim-Changi added a commit that referenced this pull request Feb 18, 2025
* feat: ✨initial setup

* [Feat] test container 환경 적용 (#3)

* chore: TestContainers 의존성 추가

* chore: Testcontainers MySQL 데이터소스 및 Hibernate 설정 추가

* chore: MySQL Testcontainer 설정 추가

* test: 테스트 환경용 @activeprofiles("test") 추가

* test: 테스트 전용 SpringApplication 구성 및 TestcontainersConfig 추가

* chore: test 환경 ddl-auto 수정

* chore: EOL 추가

* [Feat] security config 설정 (#6)

* chore: Spring Security 의존성 추가

* chore: Spring Security 설정 init

* chore: Spring Security 설정 수정

불필요한 swagger 설정 제거 및 default filter 위치 수정

* chore: private 메서드 코드 컨벤션 적용

* chore: HealthCheck 라우터 추가

* chore: 불필요한 swagger security 제거

* [Feat] DB 세팅 및 배포 플로우 자동화 기본 작업 (#5)

* feat: resource 환경변수 .env 활용 & DB RDS MySQL Datasource JPA & Docker 컨테이너화 및 로컬 빌드 테스트용 compose 파일 생성

* feat: Dev 이미지 빌드 및 ECR 업로드 후, EC2 자동 배포 GitAction 플로우 생성

* test: GitAction 배포 테스트

* feat: Devlopment 자동배포 workflow 테스트 완료

* fix: EOL (맨 밑 개행) 추가안된 파일 수정

* [Feat] swagger config setup (#8)

* chore: Swagger 의존성 추가

* chore: Swagger 설정 init

* feat: 현재 Spring Profile을 반환하는 유틸리티

* feat: 환경 상수 정의 추가

* feat: URL 상수 정의 추가

* chore: 환경별 Swagger 설정

* feat: 헬스 체크 API 문서화 적용

* feat: 헬스 체크 API 추가

* refac: 첫줄 공백 추가

(컨벤션)

* chore: private 메서드 코드 컨벤션 적용 및 EOL 추가

* chore: 프로필 상태 util 클래스명 변경

SpringEnvironmentUtil -> ProfileResolver

* chore: JWT Authorization Bearer 추가

* refac: EnvironmentConstants enum 제거

* [Feat] 전역적 예외 및 핸들러 추가 (#4)

* feat: 전역적 예외 및 핸들러 추가

* refactor: 500 서버 에러 코드 추가

* feat: 에러 응답에 code 필드를 포함하도록 변경

* feat: ErrorResponse 필드 보완 및 유효성 검사 실패 에러 응답 추가

* feat: 공통 성공 응답 클래스 정의

* refactor: 예외 및 성공 응답 반환 공통 로직 추출

* feat: 서버 에러 응답 구체화

* feat: 성공 응답시 다양한 status 응답할 수 있도록 변경

* feat: 유효성 예외 발생 시 상태코드 400 반환

* feat: 유효하지 않은 API 경로 예외 핸들러 추가

* [Feat] 테스트 통합 환경 구축 (#9)

* chore: Testcontainers의 JDBC URL 인식 설정

* refac: test 환경 변수 추가

* test: 테스트 통합 환경 구축

* test: Health Check 통합 테스트 추가

* refac: EOL 해결

* chore: datasource 관련 설정들을 모두 제거

TestcontainersConfig 파일 기준의 이미지로 Test 환경을 구축을 위함

* chore: amd64 호환성 경고 해결

* chore: application dev 파일 수정

* chore: dialect 중복 제거

* fix: test시 swagger config 오류 해결

* chore: IntegrationTest와 ControllerTest 분리

IntegrationTest -> RestAssured
ControllerTest -> MockMVC

* test: HealthCheck IntegrationTest, ControllerTest

* refac: EOL 해결

* [Feat] Private RDS 로컬 EC2 인스턴스 터널링 작업 (#10)

* feat: 로컬 환경에서 Private RDS 터널링 셋업

* chore: 불필요한 annotation 제거 및 변수명 수정

* [Refactor] 프로젝트명 변경 (#11)

* refactor: 프로젝트명 변경 및 코드 스타일 통일

* docs: README 프로젝트명 변경

* refactor: 불필요한 설정 필드 제거

* refactor: 머지된 클래스에 대해 프로젝트명 변경

* refactor: 불필요한 설정 필드 제거

* [Feat] GitAction CI workflow 구현 (#13)

* test: ci gitaction workflow

* test: use v4 artifact

* feat: gitaction 자동 CI flow 구현

* feat: CODEOWNERS 추가

* refactor: @ignore -> @disabled

junit5에서 @ignore이 deprecated 되었으므로 변경

* chore: PR 크기 라벨링 전체PR 작업 기준으로 작동하도록 변경

---------

Co-authored-by: 나경호 <[email protected]>
Co-authored-by: SCY <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♻️ Refactor 코드 리팩토링(기능 변경 없이 코드만 수정할 때)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants