chore: 백엔드와 프론트엔드를 모노레포로 통합 - #159
Merged
Merged
Conversation
|
Important Review skippedToo many files! This PR contains 539 files, which is 439 over the limit of 100. To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch. Upgrade to a paid plan to raise the limit. Usage-priced reviews support at most 300 files. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (12)
📒 Files selected for processing (539)
You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
변경 사항
backend/아래로 이동했습니다.frontend/아래로 통합했습니다.변경 이유
오픈소스 개발자 대회 제출 시 하나의 GitHub URL에서 전체 제품과 개발 이력을 확인할 수 있도록 백엔드와 프론트엔드를 단일 모노레포로 관리합니다.
개발자 영향
./backend/gradlew -p backend <task>형태로 실행합니다.npm --prefix frontend <command>형태로 실행합니다.검증
./backend/gradlew -p backend compileTestJavanpm --prefix frontend test— 프론트엔드 빌드 및 테스트 2개 통과docker compose config --quietgit diff --check./backend/gradlew -p backend test— 728개 중 682개 통과, 로컬 PostgreSQL 미실행으로 DB 연결 테스트 46개 실패npm --prefix frontend run lint— 구조 변경과 무관한 기존PrototypeApp.tsxlint 오류 33개 확인