Nick Sweeting
866f993f26
logging and admin ui improvements
2025-12-25 01:10:41 -08:00
Nick Sweeting
d95f0dc186
remove huey
2025-12-24 23:40:18 -08:00
Nick Sweeting
6c769d831c
wip 2
2025-12-24 21:46:14 -08:00
Nick Sweeting
1915333b81
wip major changes
2025-12-24 20:10:38 -08:00
Nick Sweeting
c1335fed37
Remove ABID system and KVTag model - use UUIDv7 IDs exclusively
...
This commit completes the simplification of the ID system by:
- Removing the ABID (ArchiveBox ID) system entirely
- Removing the base_models/abid.py file
- Removing KVTag model in favor of the existing Tag model in core/models.py
- Simplifying all models to use standard UUIDv7 primary keys
- Removing ABID-related admin functionality
- Cleaning up commented-out ABID code from views and statemachines
- Deleting migration files for ABID field removal (no longer needed)
All models now use simple UUIDv7 ids via `id = models.UUIDField(primary_key=True, default=uuid7)`
Note: Old migrations containing ABID references are preserved for database
migration history compatibility.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-24 06:13:49 -08:00
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
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
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
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
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
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
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