mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[PR #655] [MERGED] v0.6.0 Release beta 1 #1260
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#1260
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/655
Author: @pirate
Created: 2/16/2021
Status: ✅ Merged
Merged: 3/27/2021
Merged by: @pirate
Base:
dev← Head:debug-toolbar📝 Commits (10+)
188670edisable sonic by default in docker-compose and add instructions6112167switch sqlite to use WAL mode by default to prevent database locked errors128e7f0dont show progress bars in docker by default0407d03add cli tests file backe61e12cuse setup.py to determine dependencies in Dockerfile instead of egg-info requires.txt3c3bae0add quick-init option to skip reimporting all snapshot dirs on init00ae1f1ignore shm db file and config files in archivebox data dir on init3e96871add comment explaining commented out lines in docker-compose file9cd4ba3add new SNAPSHOTS_PER_PAGE pagination limit config78463c2remove unused GIT_SHA config option📊 Changes
65 files changed (+1827 additions, -615 deletions)
View changed files
📝
Dockerfile(+17 -12)📝
archivebox/cli/__init__.py(+5 -1)📝
archivebox/cli/archivebox_add.py(+12 -1)📝
archivebox/cli/archivebox_config.py(+4 -1)📝
archivebox/cli/archivebox_init.py(+6 -0)📝
archivebox/cli/archivebox_list.py(+11 -11)📝
archivebox/cli/archivebox_oneshot.py(+4 -1)📝
archivebox/cli/archivebox_remove.py(+4 -1)📝
archivebox/cli/archivebox_server.py(+13 -2)📝
archivebox/cli/archivebox_update.py(+7 -3)➕
archivebox/cli/tests.py(+227 -0)📝
archivebox/config.py(+62 -10)📝
archivebox/core/admin.py(+163 -71)📝
archivebox/core/forms.py(+2 -1)➕
archivebox/core/migrations/0009_auto_20210216_1038.py(+18 -0)➕
archivebox/core/migrations/0010_auto_20210216_1055.py(+18 -0)➕
archivebox/core/migrations/0011_auto_20210216_1331.py(+24 -0)➕
archivebox/core/migrations/0012_auto_20210216_1425.py(+23 -0)➕
archivebox/core/migrations/0013_auto_20210218_0729.py(+18 -0)➕
archivebox/core/migrations/0014_auto_20210218_0729.py(+18 -0)...and 45 more files
📄 Description
Moved to: https://github.com/ArchiveBox/ArchiveBox/pull/680
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.