pig.py/neopig
Russell Ballestrini 6193ce2724 Fix domain vault init check in finish_crawl/get_stats
- Add _initialized check to finish_crawl() and get_stats() in all 3 vault classes
- Prevents FileNotFoundError when git commands run on non-existent directories
- Update test_crawl.py to use pytest tmp_path fixture
- Add network marker to skip functional tests in CI with '-m "not network"'
2026-01-06 15:26:31 -05:00
..
backfill Refactor: Extract neopig package from neopig.py 2026-01-05 17:30:58 -05:00
__init__.py Refactor: Extract neopig package from neopig.py 2026-01-05 17:30:58 -05:00
async_filevault.py Reorganize project structure: move modules to neopig/, scripts to scripts/, data to data/ 2026-01-06 14:06:43 -05:00
async_web_fetcher.py Reorganize project structure: move modules to neopig/, scripts to scripts/, data to data/ 2026-01-06 14:06:43 -05:00
database.py Reorganize project structure: move modules to neopig/, scripts to scripts/, data to data/ 2026-01-06 14:06:43 -05:00
domain_vault.py Fix domain vault init check in finish_crawl/get_stats 2026-01-06 15:26:31 -05:00
filevault.py Reorganize project structure: move modules to neopig/, scripts to scripts/, data to data/ 2026-01-06 14:06:43 -05:00
html2md.py Reorganize project structure: move modules to neopig/, scripts to scripts/, data to data/ 2026-01-06 14:06:43 -05:00
html_utils.py Refactor: Extract neopig package from neopig.py 2026-01-05 17:30:58 -05:00
live.py Refactor: Extract neopig package from neopig.py 2026-01-05 17:30:58 -05:00
logging.py Refactor: Extract neopig package from neopig.py 2026-01-05 17:30:58 -05:00
repo.py Reorganize project structure: move modules to neopig/, scripts to scripts/, data to data/ 2026-01-06 14:06:43 -05:00
screenshot.py Reorganize project structure: move modules to neopig/, scripts to scripts/, data to data/ 2026-01-06 14:06:43 -05:00
state.py Refactor: Extract neopig package from neopig.py 2026-01-05 17:30:58 -05:00