feat(mdx-storage): Phase3 Task3.1 링크 리졸버 검증 파이프라인 정렬#786
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
--pages-yaml기반 resolver 주입 경로를 verify CLI에 추가합니다.PageEntry,load_pages_yaml,set_current_page를 도입해 상대 경로(../) 해석 기반을 보강합니다.Changes
confluence-mdx/bin/mdx_to_storage/link_resolver.pyPageEntrydataclass 추가load_pages_yaml()추가set_current_page()추가./,../) 해석 로직 추가confluence-mdx/bin/mdx_to_storage/inline.pyconvert_heading_inline(..., link_resolver=...)지원confluence-mdx/bin/mdx_to_storage/emitter.pyemit_document(blocks, link_resolver=None)시그니처 추가confluence-mdx/bin/reverse_sync/mdx_to_storage_xhtml_verify.pyverify_testcase_dir()에서set_current_page(case_id)호출confluence-mdx/bin/mdx_to_storage_xhtml_verify_cli.py--pages-yaml옵션 추가verify_testcase_dir(..., link_resolver=...)전달confluence-mdx/bin/mdx_to_storage/__init__.pyPageEntry,load_pages_yamlexport 추가Test plan
pytest -q confluence-mdx/tests/test_mdx_to_storage/test_link_resolver.py confluence-mdx/tests/test_mdx_to_storage/test_inline.py confluence-mdx/tests/test_mdx_to_storage/test_emitter.py confluence-mdx/tests/test_mdx_to_storage_xhtml_verify.py confluence-mdx/tests/test_mdx_to_storage_xhtml_verify_cli.py— 107 passed--pages-yaml옵션 전달 및 resolver 생성 검증set_current_page()호출 검증 (StubResolver 테스트)../sibling) 해석 검증🤖 Generated with Claude Code