mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[PR #1576] [MERGED] v0.8.6-rc: Moving plugins to independent python packages with finite state machine interfaces #1450
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#1450
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/1576
Author: @pirate
Created: 10/30/2024
Status: ✅ Merged
Merged: 11/3/2024
Merged by: @pirate
Base:
dev← Head:regrets📝 Commits (10+)
60f0458rename configfile to collectionb61f6ffrename system_tasks queue to commands queue4b6f08bswap more direct settings.CONFIG access to abx getters5d9a32cwipb3c1cb7move abx plugins inside vendor dird47d429add placeholder pyprojd93aa46fix django.forms.JSONField does not exist 500 errora5d99b8add more plugins70926f1replace os.access with os.path.isdir6530d1fremove vendored copy of pocket and add [debug] group of pkgs for running with DEBUG=True📊 Changes
261 files changed (+5695 additions, -3003 deletions)
View changed files
📝
.github/workflows/test.yml(+1 -1)📝
.gitmodules(+0 -6)📝
archivebox/.flake8(+1 -1)📝
archivebox/__init__.py(+46 -3)📝
archivebox/abid_utils/models.py(+1 -1)➖
archivebox/abx/__init__.py(+0 -131)➖
archivebox/abx/archivebox/__init__.py(+0 -30)➖
archivebox/abx/archivebox/base_binary.py(+0 -106)➖
archivebox/abx/archivebox/base_extractor.py(+0 -219)➖
archivebox/abx/archivebox/base_replayer.py(+0 -25)➖
archivebox/abx/archivebox/base_searchbackend.py(+0 -25)➖
archivebox/abx/archivebox/hookspec.py(+0 -52)➖
archivebox/abx/archivebox/reads.py(+0 -160)➖
archivebox/abx/django/__init__.py(+0 -1)➖
archivebox/abx/django/apps.py(+0 -13)➖
archivebox/abx/django/hookspec.py(+0 -125)➖
archivebox/abx/django/use.py(+0 -101)➖
archivebox/abx/hookspec.py(+0 -22)➖
archivebox/abx/manager.py(+0 -30)➖
archivebox/abx/pydantic_pkgr/__init__.py(+0 -1)...and 80 more files
📄 Description
Summary
Related issues
Changes these areas
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
papers-dlsupport #2941papers-dlsupport #4445