mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[PR #1488] [MERGED] ABID, Admin UI, and REST API improvements to prepare for v0.8 release #1436
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#1436
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/1488
Author: @pirate
Created: 8/20/2024
Status: ✅ Merged
Merged: 8/20/2024
Merged by: @pirate
Base:
dev← Head:id-migrations📝 Commits (10+)
fba3995reorder version output4d0bbfcadd uri salt and fix api url namespaces033ec08save snapshot ids during migrationf72debfmigrate ArchiveResult.id to old_id, and make uuid main ida271bcbuse new ids for ArchiveResult API9510252add tag endpoint8c50257move snapshot id to old_id57d31b2fix snapshot uuid18ebaedfix admin UI display of tags2c157f0increase max POST field limit for admin📊 Changes
59 files changed (+1600 additions, -150 deletions)
View changed files
📝
archivebox/abid_utils/abid.py(+8 -2)📝
archivebox/abid_utils/models.py(+4 -2)📝
archivebox/api/v1_api.py(+1 -1)📝
archivebox/api/v1_core.py(+172 -39)📝
archivebox/config.py(+5 -5)📝
archivebox/core/admin.py(+143 -58)📝
archivebox/core/migrations/0024_auto_20240513_1143.py(+4 -2)➕
archivebox/core/migrations/0027_update_snapshot_ids.py(+106 -0)➕
archivebox/core/migrations/0028_alter_archiveresult_uuid.py(+19 -0)➕
archivebox/core/migrations/0029_alter_archiveresult_id.py(+18 -0)➕
archivebox/core/migrations/0030_alter_archiveresult_uuid.py(+18 -0)➕
archivebox/core/migrations/0031_alter_archiveresult_id_alter_archiveresult_uuid_and_more.py(+34 -0)➕
archivebox/core/migrations/0032_alter_archiveresult_id.py(+19 -0)➕
archivebox/core/migrations/0033_rename_id_archiveresult_old_id.py(+18 -0)➕
archivebox/core/migrations/0034_alter_archiveresult_old_id_alter_archiveresult_uuid.py(+41 -0)➕
archivebox/core/migrations/0035_remove_archiveresult_uuid_archiveresult_id.py(+19 -0)➕
archivebox/core/migrations/0036_alter_archiveresult_id_alter_archiveresult_old_id.py(+25 -0)➕
archivebox/core/migrations/0037_rename_id_snapshot_old_id.py(+18 -0)➕
archivebox/core/migrations/0038_rename_uuid_snapshot_id.py(+18 -0)➕
archivebox/core/migrations/0039_rename_snapshot_archiveresult_snapshot_old.py(+18 -0)...and 39 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
docker-compose.ymlfile #2366docker-compose.ymlfile #3877