[PR #1270] [MERGED] make get_commit_hash more precisce by using exact ref #1369

Closed
opened 2026-03-01 14:49:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/1270
Author: @pirate
Created: 11/14/2023
Status: Merged
Merged: 12/19/2023
Merged by: @pirate

Base: devHead: side-fixes


📝 Commits (10+)

📊 Changes

11 files changed (+1790 additions, -20 deletions)

View changed files

📝 archivebox/config.py (+14 -3)
📝 archivebox/core/admin.py (+12 -9)
📝 archivebox/core/apps.py (+1 -1)
📝 archivebox/core/settings.py (+2 -0)
📝 archivebox/extractors/__init__.py (+1 -1)
📝 archivebox/logging_util.py (+5 -1)
archivebox/static (+1 -0)
📝 bin/build_docker.sh (+2 -0)
📝 docker-compose.yml (+1 -2)
etc/crontabs/archivebox (+8 -0)
📝 package-lock.json (+1743 -3)

📄 Description

Summary

Related issues

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Snapshot data layout on disk

🔄 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/1270 **Author:** [@pirate](https://github.com/pirate) **Created:** 11/14/2023 **Status:** ✅ Merged **Merged:** 12/19/2023 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `dev` ← **Head:** `side-fixes` --- ### 📝 Commits (10+) - [`0b950b3`](https://github.com/ArchiveBox/ArchiveBox/commit/0b950b3253b5ccef6f324aede8e9e1f2e6723822) make get_commit_hash more precisce by using exact ref - [`f0033f7`](https://github.com/ArchiveBox/ArchiveBox/commit/f0033f75d07d856d9b3c60ea679f3b6241806ba5) config.py lint fixes - [`2b421c5`](https://github.com/ArchiveBox/ArchiveBox/commit/2b421c56bba9bebb85364578537fcd40d7ddf8b9) require builx for for docker builds - [`6761ed3`](https://github.com/ArchiveBox/ArchiveBox/commit/6761ed368c75337d21f89c282bcbf982b081ad41) wip pre-0.7.1 side fixes - [`277364a`](https://github.com/ArchiveBox/ArchiveBox/commit/277364ab61fd901070d4907c661a60ad8fe5edae) remove extra files - [`f5c2cfc`](https://github.com/ArchiveBox/ArchiveBox/commit/f5c2cfcfe231f9d42c502e74f17e9d521ffe4b26) dont alert on statics - [`89bdda8`](https://github.com/ArchiveBox/ArchiveBox/commit/89bdda85e9f34060a8b368b7276cd6f6c7317480) Merge branch 'dev' into side-fixes - [`7d06836`](https://github.com/ArchiveBox/ArchiveBox/commit/7d068364438c039a3bbf1f86bcb36ed6498f4599) add WIP comment - [`7d5a7f8`](https://github.com/ArchiveBox/ArchiveBox/commit/7d5a7f80ca8f6da7419aa6646a90c836142519b6) Update admin.py - [`5805e18`](https://github.com/ArchiveBox/ArchiveBox/commit/5805e18380ef51521b9d03d752fd087c3d48ea9f) Update settings.py ### 📊 Changes **11 files changed** (+1790 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/config.py` (+14 -3) 📝 `archivebox/core/admin.py` (+12 -9) 📝 `archivebox/core/apps.py` (+1 -1) 📝 `archivebox/core/settings.py` (+2 -0) 📝 `archivebox/extractors/__init__.py` (+1 -1) 📝 `archivebox/logging_util.py` (+5 -1) ➕ `archivebox/static` (+1 -0) 📝 `bin/build_docker.sh` (+2 -0) 📝 `docker-compose.yml` (+1 -2) ➕ `etc/crontabs/archivebox` (+8 -0) 📝 `package-lock.json` (+1743 -3) </details> ### 📄 Description <!-- IMPORTANT: Do not submit PRs with only formatting / PEP8 / line length changes. --> # Summary <!--e.g. This PR fixes ABC or adds the ability to do XYZ...--> # Related issues <!-- e.g. #123 or Roadmap goal # https://github.com/pirate/ArchiveBox/wiki/Roadmap --> # Changes these areas - [x] Bugfixes - [ ] Feature behavior - [ ] Command line interface - [ ] Configuration options - [x] Internal architecture - [ ] Snapshot data layout on disk --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:49:30 +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#1369
No description provided.