Commit graph

4461 commits

Author SHA1 Message Date
Nick Sweeting
d9fef4cd84
fix import order 2024-10-08 00:15:53 -07:00
Nick Sweeting
397ae1a99b
fix Docker build and import issues 2024-10-08 00:12:09 -07:00
Nick Sweeting
835f961aed
ignore existing venv when locking pkgs 2024-10-07 23:49:30 -07:00
Nick Sweeting
dfe89937e7
bump version to 0.8.5rc4 2024-10-07 23:45:43 -07:00
Nick Sweeting
cf1ea8f80f
improve config loading of TMP_DIR, LIB_DIR, move to separate files 2024-10-07 23:45:11 -07:00
Nick Sweeting
7a895d9285
make sure monkey patches and vendor libs come before first constants import 2024-10-05 16:42:51 -07:00
Nick Sweeting
430e974719
add pydantic-pkgr back as vendored lib submodule for now 2024-10-05 16:39:20 -07:00
Nick Sweeting
ccdc3e1c47
add pydantic-pkgr back as vendored lib becauase pypi is misbehaving 2024-10-05 16:38:55 -07:00
Nick Sweeting
888e20a541
Update README.md 2024-10-05 10:23:17 -04:00
Nick Sweeting
8a6617e4d9
Update and rename jekyll-gh-pages.yml to gh-pages.yml 2024-10-05 10:09:28 -04:00
Nick Sweeting
6cc81ddb21
re-add config.yml 2024-10-05 07:07:43 -07:00
Nick Sweeting
55fa8af0a4
Create CNAME 2024-10-05 10:06:29 -04:00
Nick Sweeting
9778eff8e4
add new static site 2024-10-05 07:03:04 -07:00
Nick Sweeting
8e25c8766c
bump pydantic-pkgr to 0.4.6 2024-10-05 05:30:24 -07:00
Nick Sweeting
90a58642cd
bump pydantic-pkgr to 0.4.5 2024-10-05 04:56:56 -07:00
Nick Sweeting
1fc6851387
fix /app/lib ownership in docker 2024-10-05 04:24:16 -07:00
Nick Sweeting
55e286972d
fix timeout check showing regardless of value 2024-10-05 04:24:07 -07:00
Nick Sweeting
7a9460f45b
try to ensure tmp is writable by archivebox user 2024-10-05 04:17:58 -07:00
Nick Sweeting
05fb607df2
move security policy to github dir 2024-10-05 04:04:42 -07:00
Nick Sweeting
7d649a8e58
remove .npmignore not needed anymore 2024-10-05 04:03:26 -07:00
Nick Sweeting
6ed6ae71df
remove gitattrs 2024-10-05 04:02:52 -07:00
Nick Sweeting
f108ab2270
revert docker python version back to 3.11 because node 22 needs 3.11 and we dont want 2 pythons 2024-10-05 03:57:25 -07:00
Nick Sweeting
eccf123f69
fix tag name splitting in docker build script 2024-10-05 03:56:20 -07:00
Nick Sweeting
db10a2142e
remove extra files from repo root and move package.json into etc 2024-10-05 03:53:23 -07:00
Nick Sweeting
00a91e09c6
clean previous build before releasing 2024-10-05 03:23:23 -07:00
Nick Sweeting
0c52fd2873
dont release docs during release 2024-10-05 03:22:01 -07:00
Nick Sweeting
b1264a6f8b
force push tags 2024-10-05 03:20:56 -07:00
Nick Sweeting
bf073b0217
make release script less aggro about pushing 2024-10-05 03:19:37 -07:00
Nick Sweeting
8d4194ed36
bump version to 0.8.5rc2 2024-10-05 03:17:10 -07:00
Nick Sweeting
66a785bb35
only use system tmp dirs because of socket path length restrictions 2024-10-05 03:16:27 -07:00
Nick Sweeting
35446ce742
include sonic-client by default and allow ldap to be installed at runtime 2024-10-05 03:11:48 -07:00
Nick Sweeting
358e553328
remove docker submodule 2024-10-05 02:52:50 -07:00
Nick Sweeting
7f1aa72b7a
update pip build script to not use old dist method 2024-10-05 02:32:44 -07:00
Nick Sweeting
171fbe4cf2
remove apt and brew build scripts 2024-10-05 02:16:17 -07:00
Nick Sweeting
943a1247df
remove unused submodules 2024-10-05 01:18:49 -07:00
Nick Sweeting
b06148a407
remove archived deb_dist 2024-10-05 01:18:11 -07:00
Nick Sweeting
e29aff12bf
update build and release scripts to use uv 2024-10-05 01:17:53 -07:00
Nick Sweeting
ce2e19a429
switch to uv builds and rc1 versioning system 2024-10-04 23:48:25 -07:00
Nick Sweeting
0876cc78d9
remove no longer needed vendored libs 2024-10-04 23:35:34 -07:00
Nick Sweeting
80e052b166
fix pip binary loading 2024-10-04 23:26:49 -07:00
Nick Sweeting
497d3e9c2d
fix chrome trying to use novnc in docker when its not available 2024-10-04 22:29:32 -07:00
Nick Sweeting
beefe69b74
fix CHROME_TIMEOUT causing hanging on some platforms 2024-10-04 21:49:09 -07:00
Nick Sweeting
ac96cc62fc
fix CUSTOM_TEMPLATES_DIR loading 2024-10-04 21:40:36 -07:00
Nick Sweeting
0c7d7a2225
fix archivebox init colors and dir status checking 2024-10-04 21:34:19 -07:00
Nick Sweeting
5323953f94
handle Ctrl+C more gracefully 2024-10-04 21:33:46 -07:00
Nick Sweeting
026169a8e2
fix rich colors 2024-10-04 21:09:29 -07:00
Nick Sweeting
d747cf7f31
fix SYSTEM_TMP_DIR and SYSTEM_LIB_DIR in docker 2024-10-04 21:03:02 -07:00
Nick Sweeting
811f9a8d93
move queue db name into constants and fix file detection at startup 2024-10-04 19:38:36 -07:00
Nick Sweeting
3f986f09cc
fix relative dir calculation in extraactor hook 2024-10-04 19:24:01 -07:00
Nick Sweeting
faa3f03edd
bump docs changes 2024-10-04 19:20:24 -07:00