-
Notifications
You must be signed in to change notification settings - Fork 0
[UPLUS-73] CI 개선 #8
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
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
9ff663c
UPLUS-73 chore: CI/CD 워크플로우 및 Docker 설정 추가
swthewhite 4364a6b
UPLUS-73 chore: 코드 품질 설정 업데이트
swthewhite a76d20e
UPLUS-73 chore: 모니터링 설정 추가 (logback, actuator, prometheus)
swthewhite 067ed22
UPLUS-73 style: 코드 포맷팅 및 checkstyle 위반 수정
swthewhite 9f3c5ce
UPLUS-73 cicd: CD를 위한 Dockerfile.deploy 추가
swthewhite 418f598
Merge remote-tracking branch 'refs/remotes/origin/develop' into feat/…
k0081915 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| # ============================================================================= | ||
| # CODEOWNERS - 코드 소유자 설정 | ||
| # ============================================================================= | ||
| # 이 파일은 주석처리된 상태로 생성되었습니다. | ||
| # v1 완료 후 필요한 줄의 주석을 해제하여 사용하세요. | ||
| # | ||
| # 문법: | ||
| # <파일/폴더 패턴> @사용자1 @사용자2 ... | ||
| # | ||
| # 참고: | ||
| # - 파일 패턴은 .gitignore와 동일한 형식을 사용합니다. | ||
| # - 마지막에 매칭된 규칙이 적용됩니다 (순서 중요). | ||
| # - CODEOWNERS에 지정된 사용자는 자동으로 리뷰어로 요청됩니다. | ||
| # ============================================================================= | ||
|
|
||
| # ----------------------------------------------------------------------------- | ||
| # 전체 코드 기본 리뷰어 | ||
| # ----------------------------------------------------------------------------- | ||
| # * @team-lead @tech-lead | ||
|
|
||
| # ----------------------------------------------------------------------------- | ||
| # GitHub Actions 및 CI/CD 설정 | ||
| # ----------------------------------------------------------------------------- | ||
| # .github/ @devops-team | ||
| # Dockerfile @devops-team | ||
| # docker-compose*.yml @devops-team | ||
|
|
||
| # ----------------------------------------------------------------------------- | ||
| # 빌드 설정 | ||
| # ----------------------------------------------------------------------------- | ||
| # build.gradle* @backend-lead | ||
| # settings.gradle* @backend-lead | ||
| # gradle/ @backend-lead | ||
|
|
||
| # ----------------------------------------------------------------------------- | ||
| # 애플리케이션 설정 | ||
| # ----------------------------------------------------------------------------- | ||
| # src/main/resources/application*.yml @backend-lead | ||
| # src/main/resources/application*.properties @backend-lead | ||
|
|
||
| # ----------------------------------------------------------------------------- | ||
| # 도메인별 담당자 (예시) | ||
| # ----------------------------------------------------------------------------- | ||
| # src/main/java/**/domain/user/ @user-domain-owner | ||
| # src/main/java/**/domain/order/ @order-domain-owner | ||
| # src/main/java/**/domain/payment/ @payment-domain-owner | ||
|
|
||
| # ----------------------------------------------------------------------------- | ||
| # 인프라/공통 모듈 | ||
| # ----------------------------------------------------------------------------- | ||
| # src/main/java/**/common/ @backend-lead | ||
| # src/main/java/**/config/ @backend-lead | ||
| # src/main/java/**/security/ @security-lead |
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## 🍀 이슈 번호섹션에- #이슈번호항목이 추가되었습니다. 바로 위의 주석<!-- 이슈 번호를 작성해주세요 ex) #11 -->에서 이미 작성 방법을 안내하고 있으므로, 이 줄은 중복으로 보입니다. PR 작성 시 혼동을 줄 수 있으니 삭제하는 것을 고려해 보세요.