mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[PR #479] [MERGED] Tags migration #1182
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#1182
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/479
Author: @afreydev
Created: 9/22/2020
Status: ✅ Merged
Merged: 10/20/2020
Merged by: @cdvv7788
Base:
master← Head:tags📝 Commits (10+)
62c9028Improved tagsf26c0c6Fix serialization45775c6Fixed empty tagse06d3f9Fixed Link schema533ae74Removed commentsbf09c6bFixed docker test4581ea9Fixed empty tags62f3d64fix: reverse_func functionalb9e5b78fix: Avoid creating empty tag on migration10384a8style: Improve look of tags in admin list📊 Changes
11 files changed (+392 additions, -18 deletions)
View changed files
📝
.github/workflows/test.yml(+6 -5)📝
archivebox/core/admin.py(+38 -4)📝
archivebox/core/forms.py(+42 -0)➕
archivebox/core/migrations/0006_auto_20201012_1520.py(+70 -0)📝
archivebox/core/models.py(+60 -4)➕
archivebox/core/utils_taggit.py(+113 -0)📝
archivebox/index/sql.py(+14 -2)📝
archivebox/themes/default/static/admin.css(+8 -0)📝
docker-compose.yml(+1 -1)➕
tests/tags_migration/index.sqlite3(+0 -0)📝
tests/test_init.py(+40 -2)📄 Description
Summary
This PR migrate the snapshot tags field to a new independent model.
Related #425
Changes these areas
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.