mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[PR #552] [MERGED] v0.5.0 Release #1222
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#1222
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/552
Author: @pirate
Created: 11/28/2020
Status: ✅ Merged
Merged: 1/6/2021
Merged by: @pirate
Base:
master← Head:v0.5.0📝 Commits (10+)
f292cfafix: Add condition for oneshot when archiving linksd064a3efix: Handle case when update tries to re-add a link that is not in the sql index33182fdfix: Add missing assignation7165522feat: Add warc to list and limit check to succeeded archive results508a0bbrefactor: Unpack extractors tuple instead of using the index to access the relevant informationf7f0bebfeat: Modify migration reverse function to restore index (WIP)b237e41feat: Finish reversal. Add ArchiveResults that are not found in the index.jsone594e6afeat: WARC link points to the first warc result in target path8cfad64feat: Add specific logic for archive_org iconc565fadfeat: Use prefetch related to reduce the number of queries to the database on public index view📊 Changes
106 files changed (+2131 additions, -1844 deletions)
View changed files
📝
.dockerignore(+6 -0)➕
.github/workflows/debian.yml(+76 -0)📝
.github/workflows/docker.yml(+16 -1)➕
.github/workflows/homebrew.yml(+50 -0)➕
.github/workflows/lint.yml(+34 -0)➕
.github/workflows/pip.yml(+61 -0)📝
.github/workflows/test.yml(+22 -34)📝
.gitignore(+2 -1)📝
.gitmodules(+24 -2)📝
Dockerfile(+16 -8)📝
README.md(+171 -132)➖
archivebox.egg-info/PKG-INFO(+0 -541)➖
archivebox.egg-info/SOURCES.txt(+0 -128)➖
archivebox.egg-info/dependency_links.txt(+0 -1)➖
archivebox.egg-info/entry_points.txt(+0 -3)➖
archivebox.egg-info/requires.txt(+0 -25)➖
archivebox.egg-info/top_level.txt(+0 -1)➖
archivebox/base32_crockford.py(+0 -172)📝
archivebox/cli/__init__.py(+8 -0)📝
archivebox/cli/archivebox_add.py(+1 -1)...and 80 more files
📄 Description
archivebox oneshotcommand for downloading a single site without starting a whole collection🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.