mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[PR #1743] [MERGED] Add unit tests for JSONL CLI pipeline commands (Phase 5 & 6) #4506
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#4506
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/1743
Author: @pirate
Created: 12/31/2025
Status: ✅ Merged
Merged: 12/31/2025
Merged by: @pirate
Base:
dev← Head:claude/review-code-quality-macdO📝 Commits (2)
f3e11b6Implement JSONL CLI pipeline architecture (Phases 1-4, 6)bb52b59Add unit tests for JSONL CLI pipeline commands (Phase 5 & 6)📊 Changes
18 files changed (+1711 additions, -150 deletions)
View changed files
📝
TODO_archivebox_jsonl_cli.md(+17 -17)📝
archivebox/cli/archivebox_archiveresult.py(+35 -20)📝
archivebox/cli/archivebox_binary.py(+1 -15)📝
archivebox/cli/archivebox_crawl.py(+36 -17)📝
archivebox/cli/archivebox_machine.py(+1 -15)📝
archivebox/cli/archivebox_process.py(+1 -15)📝
archivebox/cli/archivebox_run.py(+68 -16)📝
archivebox/cli/archivebox_snapshot.py(+18 -18)📝
archivebox/cli/archivebox_tag.py(+1 -15)➕
archivebox/cli/cli_utils.py(+46 -0)📝
archivebox/cli/tests_piping.py(+124 -0)📝
archivebox/core/models.py(+91 -1)➕
archivebox/tests/conftest.py(+218 -0)➕
archivebox/tests/test_cli_archiveresult.py(+264 -0)➕
archivebox/tests/test_cli_crawl.py(+261 -0)➕
archivebox/tests/test_cli_run.py(+254 -0)➕
archivebox/tests/test_cli_snapshot.py(+274 -0)📝
archivebox/workers/supervisord_util.py(+1 -1)📄 Description
Summary
Related issues
Changes these areas
Summary by cubic
Adds pass-through and create-or-update behavior to JSONL CLI pipeline commands and centralizes filter utilities, then adds comprehensive unit tests to validate the pipeline end-to-end. This improves piping workflows and makes run orchestration more reliable.
Written for commit
bb52b5902a. Summary will update on new commits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.