mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[PR #1534] [MERGED] Cleanup of new plugin system to remove unecessary pydantic complexity #4460
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#4460
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/1534
Author: @pirate
Created: 10/15/2024
Status: ✅ Merged
Merged: 10/21/2024
Merged by: @pirate
Base:
dev← Head:newmodels📝 Commits (10+)
ad46578add new crawls app518c46bfix circular import and show log of plugins loading on startup4634cd6make should_extract take config and uri as argsa7c19a5add register_admin to abx hookspecb3b2c55fix get_sock_file symlink process536a5eaclear up Machine models cache varsf75ae80comment out Crawl api methods temporarilya0bef4emove crawl model out of core5ac941cresolve circular import in core/views9a04ed7move serve_static and shell_welcome_message into misc📊 Changes
185 files changed (+5509 additions, -3804 deletions)
View changed files
📝
Dockerfile(+6 -1)📝
README.md(+1 -1)➕
archivebox/Architecture.md(+172 -0)📝
archivebox/__init__.py(+1 -1)📝
archivebox/abid_utils/admin.py(+4 -3)📝
archivebox/abid_utils/models.py(+38 -0)📝
archivebox/abx/__init__.py(+47 -6)📝
archivebox/abx/archivebox/__init__.py(+8 -18)➖
archivebox/abx/archivebox/base_admindataview.py(+0 -38)📝
archivebox/abx/archivebox/base_binary.py(+10 -10)📝
archivebox/abx/archivebox/base_configset.py(+128 -56)📝
archivebox/abx/archivebox/base_extractor.py(+5 -7)➖
archivebox/abx/archivebox/base_hook.py(+0 -80)➖
archivebox/abx/archivebox/base_plugin.py(+0 -154)➖
archivebox/abx/archivebox/base_queue.py(+0 -106)📝
archivebox/abx/archivebox/base_replayer.py(+1 -5)📝
archivebox/abx/archivebox/base_searchbackend.py(+7 -15)➕
archivebox/abx/archivebox/effects.py(+20 -0)➕
archivebox/abx/archivebox/events.py(+45 -0)📝
archivebox/abx/archivebox/hookspec.py(+30 -13)...and 80 more files
📄 Description
Moves away form earlier Pydantic style plugin system to new simpler flat Pluggy methods.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.