[PR #652] [MERGED] v0.5.6 Release #4268

Closed
opened 2026-03-15 01:35:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/652
Author: @pirate
Created: 2/9/2021
Status: Merged
Merged: 2/9/2021
Merged by: @pirate

Base: masterHead: dev


📝 Commits (10+)

  • 6ab3cd2 push all tags
  • 7e7ffca bump pip and node versions
  • b90afc8 nodesource apt repo not supported on i386
  • 0aea5ed fix handling of skipped ArchiveResult entries with null output
  • 171bbeb catch exception on import of old index.json into ArchiveResult
  • 7b10e88 update detail page screenshots
  • c7fec8d Update README.md
  • 97c113d add export example to output formats
  • d4aa8f6 Update README.md
  • 08161a5 slightly tweak test verbiage

📊 Changes

13 files changed (+98 additions, -45 deletions)

View changed files

📝 .github/workflows/docker.yml (+1 -1)
📝 Dockerfile (+2 -0)
📝 MANIFEST.in (+2 -0)
📝 README.md (+19 -7)
📝 archivebox/config.py (+1 -1)
📝 archivebox/core/migrations/0007_archiveresult.py (+19 -2)
📝 archivebox/index/schema.py (+4 -4)
📝 bin/build_deb.sh (+12 -23)
📝 bin/release_deb.sh (+32 -2)
📝 bin/release_docker.sh (+1 -0)
📝 package.json (+1 -1)
📝 setup.py (+3 -4)
📝 stdeb.cfg (+1 -0)

📄 Description

  • nodesource apt repo not supported on i386 b90afc8
  • fix handling of skipped ArchiveResult entries with null output 0aea5ed
  • catch exception on import of old index.json into ArchiveResult 171bbeb
  • move debsign to release not build 66fb5b2
  • skip tests during debian build a32eac3
  • fix emptystrings in cmd_version causing exception a49884a
  • automate deb dist better and bump version 0e6ac39
  • fix assertion 6705354
  • change wording of db not found error 683a087

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArchiveBox/ArchiveBox/pull/652 **Author:** [@pirate](https://github.com/pirate) **Created:** 2/9/2021 **Status:** ✅ Merged **Merged:** 2/9/2021 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`6ab3cd2`](https://github.com/ArchiveBox/ArchiveBox/commit/6ab3cd2a66d38005b5ca59d4cbde88afed184a77) push all tags - [`7e7ffca`](https://github.com/ArchiveBox/ArchiveBox/commit/7e7ffcac185ae7b3864c17a259df94992552ad07) bump pip and node versions - [`b90afc8`](https://github.com/ArchiveBox/ArchiveBox/commit/b90afc8c04a7e949ae5c07e364aa99ab1dcf3967) nodesource apt repo not supported on i386 - [`0aea5ed`](https://github.com/ArchiveBox/ArchiveBox/commit/0aea5ed3e82294c0584a147eae14f40fefda45de) fix handling of skipped ArchiveResult entries with null output - [`171bbeb`](https://github.com/ArchiveBox/ArchiveBox/commit/171bbeb69b52a73155acf9d4e4a3c5abec73450f) catch exception on import of old index.json into ArchiveResult - [`7b10e88`](https://github.com/ArchiveBox/ArchiveBox/commit/7b10e88a699f6cc6d88c1e4c642436aab3273edf) update detail page screenshots - [`c7fec8d`](https://github.com/ArchiveBox/ArchiveBox/commit/c7fec8defe14ecab90b0b8d7b39aa612d747248e) Update README.md - [`97c113d`](https://github.com/ArchiveBox/ArchiveBox/commit/97c113d753c07e72cb9c64162995c9dad2327ee9) add export example to output formats - [`d4aa8f6`](https://github.com/ArchiveBox/ArchiveBox/commit/d4aa8f62376a10ad412170a9901abfe31525cbdd) Update README.md - [`08161a5`](https://github.com/ArchiveBox/ArchiveBox/commit/08161a526b5efae3e2e54fd2c4a67d59cb2f5795) slightly tweak test verbiage ### 📊 Changes **13 files changed** (+98 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker.yml` (+1 -1) 📝 `Dockerfile` (+2 -0) 📝 `MANIFEST.in` (+2 -0) 📝 `README.md` (+19 -7) 📝 `archivebox/config.py` (+1 -1) 📝 `archivebox/core/migrations/0007_archiveresult.py` (+19 -2) 📝 `archivebox/index/schema.py` (+4 -4) 📝 `bin/build_deb.sh` (+12 -23) 📝 `bin/release_deb.sh` (+32 -2) 📝 `bin/release_docker.sh` (+1 -0) 📝 `package.json` (+1 -1) 📝 `setup.py` (+3 -4) 📝 `stdeb.cfg` (+1 -0) </details> ### 📄 Description - nodesource apt repo not supported on i386 b90afc8 - fix handling of skipped ArchiveResult entries with null output 0aea5ed - catch exception on import of old index.json into ArchiveResult 171bbeb - move debsign to release not build 66fb5b2 - skip tests during debian build a32eac3 - fix emptystrings in cmd_version causing exception a49884a - automate deb dist better and bump version 0e6ac39 - fix assertion 6705354 - change wording of db not found error 683a087 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 01:35:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#4268
No description provided.