mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[PR #1297] [MERGED] 0.7.2 Release Candidate #1375
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#1375
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/1297
Author: @pirate
Created: 12/19/2023
Status: ✅ Merged
Merged: 1/5/2024
Merged by: @pirate
Base:
main← Head:dev📝 Commits (10+)
eaedd82fix missing stderr redirect breaking docker hub autobuild9c0b637Create jekyll-gh-pages.yml6092a27Update jekyll-gh-pages.ymldc346c0Update README.mdc6a4fe3Update jekyll-gh-pages.yml083d8b9fix Dockerfile lint issues716f68cbump vendor dependency versions8231388move gh pages content to subdirectoryc778ea3remove old stdeb.cfg configab64a86Update jekyll-gh-pages.yml📊 Changes
51 files changed (+2123 additions, -877 deletions)
View changed files
📝
.dockerignore(+4 -1)📝
.github/workflows/debian.yml(+15 -28)📝
.github/workflows/docker.yml(+13 -5)➕
.github/workflows/jekyll-gh-pages.yml(+58 -0)📝
.github/workflows/pip.yml(+12 -5)📝
.github/workflows/test.yml(+20 -11)➕
.readthedocs.yaml(+34 -0)📝
Dockerfile(+20 -21)📝
README.md(+252 -60)📝
archivebox/cli/archivebox_schedule.py(+7 -0)📝
archivebox/config.py(+168 -53)📝
archivebox/core/admin.py(+3 -0)📝
archivebox/core/apps.py(+1 -0)📝
archivebox/core/settings.py(+2 -0)📝
archivebox/core/urls.py(+7 -0)📝
archivebox/core/views.py(+2 -0)📝
archivebox/extractors/__init__.py(+1 -1)📝
archivebox/extractors/readability.py(+5 -6)📝
archivebox/extractors/title.py(+3 -1)📝
archivebox/index/sql.py(+5 -3)...and 31 more files
📄 Description
To try out this release candidate early, run:
Summary of the changes from
0.7.1->0.7.2--tag=tag1,tag2,tag3support toarchivebox schedulecommandarchivebox addinstead of at the end (so that imports that are paused or interrupted still get tagged correctly)CHROME_USER_AGENTformat string not getting interpolated properlyPGID=0and root-group ownership (but not PUID=0)+editablestring and also add BUILD_TIME/browsers/*does not exist warning on startup/or/datavolume mounts don't have any space available🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.