Skip to content

feat(jin-frame): runtime URL override and inheritance metadata fix (v5.1.0)#198

Merged
imjuni merged 2 commits into
masterfrom
develop
Apr 28, 2026
Merged

feat(jin-frame): runtime URL override and inheritance metadata fix (v5.1.0)#198
imjuni merged 2 commits into
masterfrom
develop

Conversation

@imjuni

@imjuni imjuni commented Apr 28, 2026

Copy link
Copy Markdown
Owner

Summary

  • feat: JinFrameRequestConfighost, pathPrefix, path 추가 — _execute() 호출 시 데코레이터 값을 런타임에 오버라이드 가능
  • fix: getFieldMetadata에서 Reflect.getOwnMetadataReflect.getMetadata로 변경, 상속 시 부모 클래스 필드 메타데이터 누락 버그 수정
  • chore: lint:silent, test:silent npm 스크립트 추가 및 pre-commit hook에 적용

Test plan

  • 488 tests passing
  • Runtime URL override: host / pathPrefix / path / all-three cases
  • Inheritance metadata: parent fields visible in child
  • Override test: child decorator takes precedence over parent for same field

🤖 Generated with Claude Code

imjuni and others added 2 commits April 29, 2026 02:30
…FrameRequestConfig

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov

codecov Bot commented Apr 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (85e8df5) to head (5ac5616).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #198   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          107       107           
  Lines         1088      1089    +1     
  Branches       289       293    +4     
=========================================
+ Hits          1088      1089    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@imjuni imjuni merged commit f40b941 into master Apr 28, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant