confluence-mdx: pages_of_confluence.py --recent 옵션 사용 시 list.txt가 전체 문서 목록을 포함하도록 수정 #587
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
bin/pages_of_confluence.py스크립트의--recent옵션 사용 시list.txt가 최근 수정된 페이지만 포함하던 버그를 수정pages.yaml과 동일하게 전체 문서 트리를 순회하여list.txt를 생성변경 내용
수정 파일:
confluence-mdx/bin/pages_of_confluence.py--recent모드의 로컬 처리 단계에서list_lines를 전체 트리 순회 중에 생성하도록 수정list_lines = downloaded_list_lines(다운로드된 페이지만 포함)yaml_entries와 동일한 루프에서list_lines생성 (전체 페이지 포함)Test plan
--recent옵션으로 스크립트 실행var/list.txt와var/pages.yaml의 페이지 수가 동일한지 확인 (287개)--local옵션으로 실행했을 때와list.txt결과가 동일한지 비교Fixes #586
🤖 Generated with Claude Code