Ben Muthalaly
71c02ca4eb
Update archivebox/misc/logging_util.py
...
Co-authored-by: Nick Sweeting <git@sweeting.me>
2025-02-05 17:55:45 -06:00
Ben Muthalaly
9f4cf0a8e1
Kill the timer process if it doesn't properly terminate.
2025-02-03 02:47:33 -06:00
ckie
952bde6cfa
spec-config: fix CONSTANTS import
...
I was getting:
ImportError: cannot import name 'CONSTANTS' from partially initialized module 'archivebox' (most likely due to a circular import)
(/nix/store/6fy0wgy7r3ld3k590kxgxrc0r1cca347-archivebox-0.8.6rc3/lib/python3.12/site-packages/archivebox/__init__.py)
2025-01-17 21:02:53 +02:00
ckie
58fc6d9cf8
readwise: fix SOURCES_DIR syntax
...
Fixes: attributeerror: 'list' object has no attribute 'SOURCES_DIR'
2025-01-17 21:02:27 +02:00
Nick Sweeting
55a347c32e
Update file_migrations.py
Build Pip package / build (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Build Debian package / build (push) Has been cancelled
Deploy static content to Pages / deploy (push) Has been cancelled
Build Homebrew package / build (push) Has been cancelled
Build GitHub Pages website / build (push) Has been cancelled
Run linters / lint (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
Build GitHub Pages website / deploy (push) Has been cancelled
2025-01-02 23:58:59 -08:00
Nick Sweeting
a851ad4c87
Update models.py
2025-01-02 23:58:45 -08:00
Nick Sweeting
96c5d2f7de
Update statemachines.py
2025-01-02 23:58:32 -08:00
1over137
3312a34b39
Fix typo in timestamp scale factor
2024-12-25 11:50:40 +00:00
Nick Sweeting
c5fc4068f4
fix unneeded import
2024-12-18 18:09:21 -08:00
Nick Sweeting
7975b47c85
remove dependencies on unneeded libraries
2024-12-18 18:07:35 -08:00
dish
9ca66c6a2b
fix syntax error in archivebox/core/models.py
2024-12-18 18:17:17 -05:00
Nick Sweeting
f6d22a3cc4
tweak worker updated logic and add output_dir_template and symlinks logic
2024-12-13 06:03:52 -08:00
Nick Sweeting
34e4b48557
add example js extractor
2024-12-12 22:15:17 -08:00
Nick Sweeting
74e08a18aa
add filestore migrations
2024-12-12 22:15:17 -08:00
Nick Sweeting
c11a1b54f1
add new worker test
2024-12-12 22:08:18 -08:00
Nick Sweeting
5c06b8ff00
add new Event model to workers/models
2024-12-12 22:08:17 -08:00
Nick Sweeting
651ba0b11c
add new Process model to Machine models
2024-12-12 21:45:55 -08:00
Nick Sweeting
2a1afcf6c2
move crawl models back into dedicated app
2024-12-12 21:45:55 -08:00
Nick Sweeting
bd5dd2f949
clearer core models separation of concerns using new basemodels
2024-12-12 21:45:53 -08:00
Nick Sweeting
930b9bf386
add archivebox worker cli cmd to list of all cmds
2024-12-12 21:44:44 -08:00
Nick Sweeting
bab26d6a9b
better base_models separation of concerns
2024-12-12 21:44:43 -08:00
Nick Sweeting
5cf7725f0e
add new archivebox worker implementation based on better distributed systems principles
2024-12-12 21:41:45 -08:00
Nick Sweeting
a859278a63
tags apps.py
2024-12-12 21:41:45 -08:00
Nick Sweeting
1444cf7fda
add new KVTags system
2024-12-12 21:41:44 -08:00
Nick Sweeting
81bf81ab10
add extract.js prototype extractor
CodeQL / Analyze (python) (push) Has been cancelled
Build Debian package / build (push) Has been cancelled
Build Docker image / buildx (push) Has been cancelled
Deploy static content to Pages / deploy (push) Has been cancelled
Build Homebrew package / build (push) Has been cancelled
Build GitHub Pages website / build (push) Has been cancelled
Run linters / lint (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
Build GitHub Pages website / deploy (push) Has been cancelled
2024-12-06 02:06:40 -08:00
Nick Sweeting
ac53fdf677
make chrome binary and configs directly runnable and make extractor use external bin
2024-12-06 02:06:39 -08:00
dish
f1b9aec873
fix syntax errors
2024-12-05 13:52:33 -05:00
Nick Sweeting
d192eb5c48
add filestore content addressible store draft
CodeQL / Analyze (python) (push) Has been cancelled
Build Debian package / build (push) Has been cancelled
Build Docker image / buildx (push) Has been cancelled
Deploy static content to Pages / deploy (push) Has been cancelled
Build Homebrew package / build (push) Has been cancelled
Build GitHub Pages website / build (push) Has been cancelled
Run linters / lint (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
Build GitHub Pages website / deploy (push) Has been cancelled
2024-12-04 02:15:04 -08:00
Nick Sweeting
dc0f1b0efc
add new File model in filestore
2024-12-04 02:15:04 -08:00
Nick Sweeting
a3fe78afaa
add basename to hashing get_dir_info
2024-12-04 02:15:04 -08:00
Nick Sweeting
8c8ec6aff0
add extractors README
CodeQL / Analyze (python) (push) Waiting to run
Build Debian package / build (push) Waiting to run
Build Docker image / buildx (push) Waiting to run
Deploy static content to Pages / deploy (push) Waiting to run
Build Homebrew package / build (push) Waiting to run
Build GitHub Pages website / build (push) Waiting to run
Build GitHub Pages website / deploy (push) Blocked by required conditions
Run linters / lint (push) Waiting to run
Build Pip package / build (push) Waiting to run
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Waiting to run
Run tests / docker_tests (push) Waiting to run
2024-12-03 02:15:17 -08:00
Nick Sweeting
dcd7e2555e
add new archivebox_extract cli command
2024-12-03 02:14:56 -08:00
Nick Sweeting
337acdac9c
add base extractor class
2024-12-03 02:14:42 -08:00
Nick Sweeting
1ceaa1ac7a
add ABID model check and fix model inheritance
2024-12-03 02:14:21 -08:00
Nick Sweeting
c374d7695e
allow getting crawl from API as rss feed
2024-12-03 02:13:45 -08:00
Nick Sweeting
eae7ed8447
add hashing misc library for merkle tree generation
2024-12-03 02:12:20 -08:00
Nick Sweeting
44d337a167
convert index.schema.ArchiveResult and Link to pydantic
CodeQL / Analyze (python) (push) Has been cancelled
Build Debian package / build (push) Has been cancelled
Build Docker image / buildx (push) Has been cancelled
Deploy static content to Pages / deploy (push) Has been cancelled
Build Homebrew package / build (push) Has been cancelled
Build GitHub Pages website / build (push) Has been cancelled
Run linters / lint (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
Build GitHub Pages website / deploy (push) Has been cancelled
2024-11-19 06:32:48 -08:00
Nick Sweeting
b948e49013
add urls log to Crawl model
2024-11-19 06:32:33 -08:00
Nick Sweeting
28386ff172
add jobs_dashboard.html back
2024-11-19 05:35:52 -08:00
Nick Sweeting
4dd53dc12a
Merge branch 'newchanges' into dev
CodeQL / Analyze (python) (push) Waiting to run
Build Debian package / build (push) Waiting to run
Build Docker image / buildx (push) Waiting to run
Deploy static content to Pages / deploy (push) Waiting to run
Build Homebrew package / build (push) Waiting to run
Build GitHub Pages website / build (push) Waiting to run
Build GitHub Pages website / deploy (push) Blocked by required conditions
Run linters / lint (push) Waiting to run
Build Pip package / build (push) Waiting to run
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Waiting to run
Run tests / docker_tests (push) Waiting to run
2024-11-19 05:28:20 -08:00
Nick Sweeting
b852951c58
fix cli loading edge case where setup_django wasnt running when it should
2024-11-19 05:27:35 -08:00
Nick Sweeting
6b47510f70
always pre-setup binproviders
2024-11-19 05:24:12 -08:00
Nick Sweeting
f8e2f7c753
restore missing archivebox_update work
2024-11-19 05:09:19 -08:00
Nick Sweeting
52446b86ba
restore missing archivebox_status work
2024-11-19 05:08:41 -08:00
Nick Sweeting
0f536ff18b
restore missing archivebox_schedule work
2024-11-19 05:07:55 -08:00
Nick Sweeting
fe3320eff0
restore missing archivebox_remove work
2024-11-19 05:07:12 -08:00
Nick Sweeting
230bf34e14
restore missing archivebox_config work
2024-11-19 05:05:06 -08:00
Nick Sweeting
ee548eb16e
fix archivebox install not using LIB_DIR
2024-11-19 04:44:43 -08:00
Nick Sweeting
6740202d78
fix cli loading edge case where setup_django wasnt running when it should
2024-11-19 04:20:00 -08:00
Nick Sweeting
f21b86aba8
better cli colors
2024-11-19 04:10:07 -08:00