Commit Graph

295 Commits

Author SHA1 Message Date
Nick Sweeting
621359c37c add duplicate issue detection bot with opencode 2025-12-29 13:55:26 -08:00
Nick Sweeting
8c280100c7 Change permissions for pull-requests and issues 2025-12-29 13:42:59 -08:00
Nick Sweeting
d8b10d0827 Delete .github/workflows/claude-code-review.yml 2025-12-29 13:40:55 -08:00
Nick Sweeting
58b7f9c334 "Claude Code Review workflow" 2025-12-29 13:40:20 -08:00
Nick Sweeting
0162ee2434 "Claude PR Assistant workflow" 2025-12-29 13:40:18 -08:00
Nick Sweeting
e20fdae2a5 fix gh ci cd 2025-12-29 13:14:40 -08:00
Nick Sweeting
9487f8a0de add ci for parallel tests 2025-12-29 02:39:24 -08:00
Claude
ae2ab5b273 Add Python 3.13 support with uuid7 backport compatibility
- Create uuid_compat.py module that provides uuid7 for Python <3.14
  using uuid_extensions package, and native uuid.uuid7 for Python 3.14+
- Update all model files and migrations to use archivebox.uuid_compat
- Add uuid7 conditional dependency in pyproject.toml for Python <3.14
- Update requires-python to >=3.13 (from >=3.14)
- Update GitHub workflows, lock_pkgs.sh to use Python 3.13
- Update tool configs (ruff, pyright, uv) for Python 3.13

This enables running ArchiveBox on Python 3.13 while maintaining
forward compatibility with Python 3.14's native uuid7 support.
2025-12-27 01:07:30 +00:00
Claude
cff4077c23 Bump Python version requirement from 3.11 to 3.14
Update all references to Python 3.11 to use Python 3.14 to match
the pyproject.toml requires-python = ">=3.14" setting:

- bin/lock_pkgs.sh: uv venv --python 3.14
- .github/workflows/test.yml: python matrix and PDM version
- .github/workflows/pip.yml: PYTHON_VERSION env var
- Dockerfile: comment and example FROM line
- Issue templates: example version output
2025-12-27 00:30:27 +00:00
Nick Sweeting
d9d67e9864 add swag link to funding links 2025-03-20 15:51:20 -07:00
Nick Sweeting
aa55e0d02e Update 2-feature_request.yml 2025-01-08 19:20:50 -05:00
Nick Sweeting
e1c443aac4 Update 2-feature_request.yml 2025-01-08 19:19:04 -05:00
Nick Sweeting
d1c8acd3ff Update 1-bug_report.yml 2025-01-08 19:15:21 -05:00
Nick Sweeting
fd21728732 Update 1-bug_report.yml 2025-01-08 19:12:46 -05:00
Nick Sweeting
b93918f926 Update 1-bug_report.yml 2025-01-08 19:12:18 -05:00
Nick Sweeting
ba5380f60b Update 1-bug_report.yml 2025-01-08 19:11:23 -05:00
Nick Sweeting
7ba7ad6b3e Update 1-bug_report.yml 2025-01-08 19:10:47 -05:00
Nick Sweeting
91eb3472e3 Update 1-bug_report.yml 2025-01-08 19:09:12 -05:00
Nick Sweeting
b28f2e704c Update 1-bug_report.yml fix markdown formatting 2025-01-08 19:07:38 -05:00
Nick Sweeting
62a99c88d2 clarify filesystems selections in bug report github template 2025-01-08 19:05:41 -05:00
Nick Sweeting
765abc9d5a Update pip.yml 2025-01-08 18:53:13 -05:00
Nick Sweeting
1fb5ecf13d change pip flow to use PAT 2024-12-18 18:55:29 -08:00
Nick Sweeting
46f4a90a2a install needed packages to run archivebox during pip build 2024-12-18 18:39:58 -08:00
Nick Sweeting
e862031981 use uv to build pip package in github actions instead of pdm 2024-12-18 18:38:25 -08:00
Nick Sweeting
b78e892bf8 update github actions to build docker image 2024-12-18 18:19:35 -08:00
Nick Sweeting
73a75bb4c9 Update FUNDING.yml 2024-12-04 01:38:07 -08:00
Nick Sweeting
22901406aa Update 2-feature_request.yml 2024-11-22 18:29:58 -05:00
Nick Sweeting
3e5ae1600c Update config.yml 2024-11-17 20:40:38 -08:00
Nick Sweeting
2ae70deaae Update config.yml 2024-11-17 20:36:29 -08:00
Nick Sweeting
dbd6272d18 Update config.yml 2024-11-17 20:34:21 -08:00
Nick Sweeting
840f831572 move readthedocs config into subdir 2024-11-12 22:10:00 -08:00
Nick Sweeting
9b24fe7390 merge dev 2024-11-02 17:34:33 -07:00
Nick Sweeting
27f26fdde8 Update config.yml 2024-11-02 20:07:29 -04:00
Nick Sweeting
f5cf80542e Update 3-documentation_change.yml 2024-11-02 20:05:46 -04:00
Nick Sweeting
abad13f5da Rename documentation_change.yml to 3-documentation_change.yml 2024-11-02 20:04:38 -04:00
Nick Sweeting
7862d58ffe Rename feature_request.yml to 2-feature_request.yml 2024-11-02 20:04:24 -04:00
Nick Sweeting
85747f9a6e Rename bug_report.yml to 1-bug_report.yml 2024-11-02 20:04:11 -04:00
Nick Sweeting
ce6ae34655 Update config.yml 2024-11-02 20:03:19 -04:00
Nick Sweeting
12a95b5549 Create config.yml 2024-11-02 20:01:32 -04:00
Nick Sweeting
a675949bb4 Update documentation_change.yml 2024-11-02 19:52:54 -04:00
Nick Sweeting
eeac839360 Update documentation_change.yml 2024-11-02 19:52:35 -04:00
Nick Sweeting
ce6aa20ab2 Update documentation_change.yml 2024-11-02 19:50:34 -04:00
Nick Sweeting
c017491d87 Update documentation_change.yml 2024-11-02 19:49:09 -04:00
Nick Sweeting
2e0dc1f3f2 Update documentation_change.yml 2024-11-02 19:48:51 -04:00
Nick Sweeting
e68806b099 Update and rename documentation_change.md to documentation_change.yml 2024-11-02 19:44:10 -04:00
Nick Sweeting
61f150140d Update feature_request.yml 2024-11-02 19:39:03 -04:00
Nick Sweeting
29486379e8 Update feature_request.yml 2024-11-02 19:32:09 -04:00
Nick Sweeting
80dd3c6cce Update and rename feature_request.md to feature_request.yml 2024-11-02 19:30:44 -04:00
Nick Sweeting
983119d6ae Delete .github/ISSUE_TEMPLATE/question_or_discussion.md 2024-11-02 19:12:44 -04:00
Nick Sweeting
2bff4f43dc Update bug_report.yml 2024-11-02 16:43:31 -04:00