-
Notifications
You must be signed in to change notification settings - Fork 0
release 26.2.4 - 제로원 사내 스터디 외부 공개화 및 제로원 대표 멘토 홍보 실험 #371
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
20 commits
Select commit
Hold shift + click to select a range
20b595b
fix: 두가지 버그 픽스
Hyeonjun0527 fbfddc4
Merge pull request #359 from code-zero-to-one/fix/new-feature-bug
Hyeonjun0527 d943df1
fix: 각종 버그 수정
Hyeonjun0527 87be95b
Merge pull request #361 from code-zero-to-one/release/new-feature-bug…
Hyeonjun0527 776874b
fix: 스크롤 문제 해결
Hyeonjun0527 4f9ef70
Merge pull request #363 from code-zero-to-one/fix/scroll
Hyeonjun0527 59514c0
fix: 스레드 및 댓글 조회 기능 개선, 페이지네이션 추가 및 오류 처리 메시지 개선
HA-SEUNG-JEONG d8344a8
fix: 버튼 컴포넌트로 변경하여 오류 처리 메시지에 다시 시도 버튼 추가
HA-SEUNG-JEONG dd67f74
fix: 댓글 작성 후 페이지를 초기화하는 코드 제거
HA-SEUNG-JEONG c906fc5
fix: 댓글 조회 기능 개선 및 페이지네이션 추가, 댓글 응답 타입 수정
HA-SEUNG-JEONG e7d7012
Merge pull request #366 from code-zero-to-one/fix-mission
HA-SEUNG-JEONG 05e8327
chore: 코드래빗
Hyeonjun0527 716e8ce
chore:코드래빗 2
Hyeonjun0527 1f37be9
fix : 그룹/멘토스터디 기본값을 '모집중' 으로
seong-jin-jo 9f6cc59
chore : prettier
seong-jin-jo 41b1313
chore : prettier 에서 corderabbit 제외
seong-jin-jo 92e916a
feat : 그룹스터디/멘토스터디에서 내가 참여중인 스터디목록 조회
seong-jin-jo c396df8
chore : 나의 소중한 스터디로 정정
seong-jin-jo 9237593
chore : CI
seong-jin-jo 31be1a8
Merge pull request #370 from code-zero-to-one/feat/SRPINT3/enhance-jo…
seong-jin-jo 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,89 @@ | ||
| # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json | ||
| language: "ko-KR" | ||
| early_access: false | ||
|
|
||
| reviews: | ||
| profile: "chill" | ||
| request_changes_workflow: false | ||
| high_level_summary: true | ||
| high_level_summary_placeholder: "@coderabbitai summary" | ||
| poem: true | ||
| review_status: true | ||
| review_details: false | ||
|
|
||
| # 자동 리뷰 설정 | ||
| auto_review: | ||
| enabled: true | ||
| # drafts: false = 드래프트 PR은 리뷰하지 않음 | ||
| # drafts: true = 드래프트 PR도 리뷰함 (모든 브랜치에 적용되는 게 아니라 드래프트 PR 포함 여부) | ||
| drafts: true | ||
| auto_incremental_review: true | ||
| base_branches: | ||
| - develop | ||
| - main | ||
|
|
||
| # 경로 필터 (필요시 조정) | ||
| path_filters: [] | ||
|
|
||
| # 도구 설정 | ||
| tools: | ||
| # ESLint: JavaScript/TypeScript 린터 (프로젝트에서 사용 중) | ||
| eslint: | ||
| enabled: true | ||
| # Biome: 빠른 포맷터/린터 (프로젝트에서 사용 안 함 - 비활성화 권장) | ||
| biome: | ||
| enabled: false | ||
| # Markdownlint: Markdown 파일 린터 | ||
| markdownlint: | ||
| enabled: true | ||
| # GitHub Checks: GitHub의 체크 상태 표시 | ||
| github-checks: | ||
| enabled: true | ||
| # Gitleaks: 시크릿(API 키, 비밀번호 등) 유출 검사 | ||
| gitleaks: | ||
| enabled: true | ||
| # OSV Scanner: 오픈소스 취약점 스캐너 | ||
| osvScanner: | ||
| enabled: true | ||
|
|
||
| chat: | ||
| auto_reply: true | ||
| art: true | ||
|
|
||
| # 지식 베이스 설정 | ||
| knowledge_base: | ||
| opt_out: false | ||
| web_search: | ||
| enabled: true | ||
| code_guidelines: | ||
| enabled: true | ||
| # 코드 가이드라인 파일 패턴 (실제 존재하는 파일만 포함) | ||
| filePatterns: | ||
| - "**/CLAUDE.md" # ✅ 존재함 (루트에 있음) | ||
| # - "**/.cursorrules" # ❌ 존재하지 않음 | ||
| # - ".github/copilot-instructions.md" # ❌ 존재하지 않음 | ||
| # - ".github/instructions/*.instructions.md" # ❌ 존재하지 않음 | ||
| pull_requests: | ||
| scope: "auto" | ||
| issues: | ||
| scope: "auto" | ||
|
|
||
| # 코드 생성 설정 | ||
| code_generation: | ||
| docstrings: | ||
| language: "ko-KR" | ||
| path_instructions: [] | ||
| unit_tests: | ||
| path_instructions: [] | ||
|
|
||
| # 이슈 풍부화 설정 | ||
| issue_enrichment: | ||
| planning: | ||
| enabled: true | ||
| auto_planning: | ||
| enabled: true | ||
| labels: [] | ||
| labeling: | ||
| auto_apply_labels: false | ||
| labeling_instructions: [] | ||
|
|
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 |
|---|---|---|
|
|
@@ -4,4 +4,7 @@ build/ | |
| # OpenAPI auto-generated files | ||
| src/api/openapi | ||
|
|
||
| **/*.json | ||
| **/*.json | ||
|
|
||
| # CodeRabbit config | ||
| .coderabbit.yaml | ||
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
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
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
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.
🧩 Analysis chain
🏁 Script executed:
Repository: code-zero-to-one/study-platform-client
Length of output: 98
🏁 Script executed:
Repository: code-zero-to-one/study-platform-client
Length of output: 3202
🌐 Web query:
Next.js 15 RemotePattern type public API import💡 Result:
Next.js 15 does not expose a public
RemotePatterntype you can import directly (e.g. there’s noimport type { RemotePattern } from 'next').Use the public
NextConfigtype and derive it fromimages.remotePatterns:Notes:
remotePatternsis configured underimagesinnext.config.*. [1]remotePatternsalso supportsURLobjects, which is why theExclude<..., URL>is useful if you only want the object-shape pattern type. [2]Sources: [1] [2]
🌐 Web query:
Next.js next/dist/shared/lib/image-config internal API alternative💡 Result:
next/dist/shared/lib/image-configis not a public API (it can change/break across Next.js versions). The supported alternatives depend on what you were using it for:imagesoptions innext.config.jsand treat them as the source of truth. Next.js documents the allowed shape and the defaults (e.g., defaultdeviceSizes,imageSizes,formats, etc.). [1] [2]<img>props /srcSetgenerationgetImagePropsAPI fromnext/imageinstead of reimplementing logic using internal config modules. [3]next.config.jsso they’re stable for your app). The docs list the defaults fordeviceSizes,imageSizes, andqualities(and notequalitiesbecomes required starting in Next.js 16). [3]Sources: Next.js
imagesconfig reference and validation shape [2] [1],next/imagedocs including defaults +getImageProps[3].next/dist/shared/lib/image-config은 내부 API이므로 공개 타입을 사용하세요next/dist/shared/lib/image-config는 Next.js의 공개 API가 아니어서 향후 버전에서 변경될 수 있습니다.NextConfig타입으로부터RemotePattern타입을 유도하여 사용하세요:그리고
localhost:1337패턴(47-52줄)도localhost:8080처럼isProd조건으로 감싸는 것을 검토하세요.🤖 Prompt for AI Agents