This repository was archived by the owner on Apr 23, 2026. It is now read-only.
docs+ci: README 갱신 + aarch64 릴리스 + 파서 fixture 회귀 - #76
Merged
Conversation
1. README - 상단 status bar 예시를 tmux-topbar 시대 레이아웃 (⊞⤢↻ / | - / ⚙) 로 갱신 - "Tools" 행 tmux-topbar 로 rename, 호환 심링크 언급 - Install 섹션 build 명령에 tmux-topbar + tmux-config 심링크 - v0.2 신규 기능 4개 (로컬 단락 / 클러스터 탐색 / TTL 캐시 / 단일 인스턴스 TUI) bullet 추가 2. CI release.yml - target matrix (x86_64, aarch64) 로 확장, aarch64 는 cross 로 빌드 - artifact upload → release 단계에서 combine 후 업로드 - install.sh 는 uname -m 으로 x86_64/aarch64 감지해 맞는 tarball 다운 3. 파서 fixture 테스트 (+3) - 실 호스트 출력 pct_list.txt / qm_list.txt / corosync.conf 를 src/proxmox/tests/fixtures 에 박제 - include_str! 로 로드, parse_pct_list / parse_qm_list / parse_cluster_members 회귀 검증 - 67/67 pass, clippy clean Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Owner
Author
Dalteam ReviewNo findings. |
dalsoop
added a commit
that referenced
this pull request
Apr 20, 2026
v0.2.0 이후: - docs+ci: README v0.2 갱신 + aarch64 release matrix + parser fixture 회귀 테스트 (#76) - 이 릴리스부터 aarch64-linux tarball 동시 배포 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Merged
dalsoop
added a commit
that referenced
this pull request
Apr 20, 2026
v0.2.0 이후: - docs+ci: README v0.2 갱신 + aarch64 release matrix + parser fixture 회귀 테스트 (#76) - 이 릴리스부터 aarch64-linux tarball 동시 배포 Co-authored-by: dalsoop <dalsoop@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
세 갈래 개선 한 PR.
1. README 갱신
2. aarch64 크로스 릴리스
3. 파서 fixture 회귀 테스트
실 호스트 캡처 입력을 `src/proxmox/tests/fixtures/` 에 박제해 include_str! 로 로드:
Proxmox 업그레이드로 출력 포맷이 바뀌면 여기서 먼저 깨진다.
Test plan
🤖 Generated with Claude Code