ArchiveBox/archivebox/machine
Claude 5c1e152a44
Fix CLI tests and improve orchestrator performance
Key changes:
- Add DISABLE_ALL_PLUGINS config to allow disabling all plugins by default
- Fix NetworkInterface.current() exception handling in ArchiveResultMachine
- Add from_json/to_json aliases to Crawl, Snapshot, Tag, ArchiveResult models
- Fix CLI commands to use to_jsonl() for JSONL output (was using to_json() string)
- Fix migration 0025 to handle empty tables gracefully
- Fix migration 0027 uuid7 import from uuid_compat module
- Remove Process health stats fields (num_uses_failed/succeeded)
- Tests now pass with inline orchestrator mode for fast processing
2025-12-31 12:40:18 +00:00
..
migrations Fix cubic review issues: process_type detection, cmd storage, PID cleanup, and migration 2025-12-31 11:42:07 +00:00
__init__.py fixes for docs generation 2024-10-04 19:16:46 -07:00
admin.py fix extensions dir paths add personas migration 2025-12-31 01:40:59 -08:00
apps.py much better tests and add page ui 2025-12-29 04:02:11 -08:00
detect.py fix tmp data dir resolution when running help or version outside data dir 2024-10-04 01:40:41 -07:00
models.py Fix CLI tests and improve orchestrator performance 2025-12-31 12:40:18 +00:00