Skip to content

Conversation

@jk-kim0
Copy link
Contributor

@jk-kim0 jk-kim0 commented Jan 29, 2026

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.txtvar/pages.yaml의 페이지 수가 동일한지 확인 (287개)
  • --local 옵션으로 실행했을 때와 list.txt 결과가 동일한지 비교

Fixes #586

🤖 Generated with Claude Code

--recent 모드에서 list.txt가 최근 수정된 페이지만 포함하던 버그를 수정합니다.
이제 pages.yaml과 동일하게 전체 문서 트리를 순회하여 list.txt를 생성합니다.

Fixes #586

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Jan 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
querypie-docs Ready Ready Preview, Comment Jan 29, 2026 3:46pm

Request Review

@jk-kim0 jk-kim0 self-assigned this Jan 29, 2026
@jk-kim0 jk-kim0 changed the title fix(confluence-mdx): --recent 옵션 사용 시 list.txt가 전체 문서 목록을 포함하도록 수정 fix(confluence-mdx): pages_of_confluence.py --recent 옵션 사용 시 list.txt가 전체 문서 목록을 포함하도록 수정 Jan 29, 2026
@jk-kim0 jk-kim0 changed the title fix(confluence-mdx): pages_of_confluence.py --recent 옵션 사용 시 list.txt가 전체 문서 목록을 포함하도록 수정 fix: pages_of_confluence.py --recent 옵션 사용 시 list.txt가 전체 문서 목록을 포함하도록 수정 Jan 29, 2026
@jk-kim0 jk-kim0 changed the title fix: pages_of_confluence.py --recent 옵션 사용 시 list.txt가 전체 문서 목록을 포함하도록 수정 confluence-mdx: pages_of_confluence.py --recent 옵션 사용 시 list.txt가 전체 문서 목록을 포함하도록 수정 Jan 29, 2026
@jk-kim0 jk-kim0 merged commit 5583b1d into main Jan 29, 2026
7 checks passed
@jk-kim0 jk-kim0 deleted the fix/issue-586-recent-mode-list-output branch January 29, 2026 16:44
jk-kim0 added a commit that referenced this pull request Jan 29, 2026
#587 버그 수정 후 로컬에서 full 워크플로우를 다시 실행하여
list.txt와 list.en.txt가 전체 문서 목록(287개)을 포함하도록 갱신합니다.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.

pages_of_confluence.py 버그 수정

2 participants