[PR #479] [MERGED] Tags migration #4195

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

📋 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: masterHead: tags


📝 Commits (10+)

📊 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

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Archived 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/479 **Author:** [@afreydev](https://github.com/afreydev) **Created:** 9/22/2020 **Status:** ✅ Merged **Merged:** 10/20/2020 **Merged by:** [@cdvv7788](https://github.com/cdvv7788) **Base:** `master` ← **Head:** `tags` --- ### 📝 Commits (10+) - [`62c9028`](https://github.com/ArchiveBox/ArchiveBox/commit/62c9028212f8c96d5faa99ea0061a011a4237249) Improved tags - [`f26c0c6`](https://github.com/ArchiveBox/ArchiveBox/commit/f26c0c6cd8de7fecc35ee720e841babeb169e8ab) Fix serialization - [`45775c6`](https://github.com/ArchiveBox/ArchiveBox/commit/45775c607c61416a3e6c06a4dc79740626e333d2) Fixed empty tags - [`e06d3f9`](https://github.com/ArchiveBox/ArchiveBox/commit/e06d3f91287f5c060279b2dc4367943c5ea39e54) Fixed Link schema - [`533ae74`](https://github.com/ArchiveBox/ArchiveBox/commit/533ae7413c7be613acd33a8e8034d30d4f99f460) Removed comments - [`bf09c6b`](https://github.com/ArchiveBox/ArchiveBox/commit/bf09c6b40aad8f4cbdd6b32f15b881a01930daf0) Fixed docker test - [`4581ea9`](https://github.com/ArchiveBox/ArchiveBox/commit/4581ea956f665a188a8bcd07048eba738104bf2e) Fixed empty tags - [`62f3d64`](https://github.com/ArchiveBox/ArchiveBox/commit/62f3d648d4686304dc15218f8ca284f230239b3c) fix: reverse_func functional - [`b9e5b78`](https://github.com/ArchiveBox/ArchiveBox/commit/b9e5b781a7be88b7f4dd81546fcd239d1cd69a25) fix: Avoid creating empty tag on migration - [`10384a8`](https://github.com/ArchiveBox/ArchiveBox/commit/10384a8a6fbfe84d19f3f629a09e36ad4643d25b) style: Improve look of tags in admin list ### 📊 Changes **11 files changed** (+392 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description # Summary This PR migrate the snapshot tags field to a new independent model. # Related #425 # Changes these areas - [ ] Bugfixes - [x] Feature behavior - [ ] Command line interface - [ ] Configuration options - [ ] Internal architecture - [ ] Archived 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-15 01:31:29 +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#4195
No description provided.