[PR #1757] Fix: Increase Snapshot URL max_length to 1600 characters #1506

Open
opened 2026-03-01 14:50:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/1757
Author: @pirate
Created: 1/8/2026
Status: 🔄 Open

Base: devHead: claude/issue-1688-20251229-2233


📝 Commits (1)

  • 584190b Fix: Increase Snapshot URL max_length from 200 to 1600 characters

📊 Changes

2 files changed (+20 additions, -1 deletions)

View changed files

archivebox/core/migrations/0025_alter_snapshot_url_max_length.py (+19 -0)
📝 archivebox/core/models.py (+1 -1)

📄 Description

Fixes #1688

Increases the Snapshot.url field max_length from 200 to 1600 characters to allow saving longer URLs in the Admin UI.

Changes

  • Updated Snapshot.url field in archivebox/core/models.py to max_length=1600
  • Created migration 0025_alter_snapshot_url_max_length.py

Generated with Claude Code


Summary by cubic

Increase Snapshot.url max_length from 200 to 1600 to support long URLs and prevent save/validation errors in the Admin UI.

  • Migration
    • Run database migrations.
    • No data loss; only the column size is updated.

Written for commit 584190babb. Summary will update on new commits.


🔄 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/1757 **Author:** [@pirate](https://github.com/pirate) **Created:** 1/8/2026 **Status:** 🔄 Open **Base:** `dev` ← **Head:** `claude/issue-1688-20251229-2233` --- ### 📝 Commits (1) - [`584190b`](https://github.com/ArchiveBox/ArchiveBox/commit/584190babbdeb4c51131b20d99f1f4e057923d36) Fix: Increase Snapshot URL max_length from 200 to 1600 characters ### 📊 Changes **2 files changed** (+20 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `archivebox/core/migrations/0025_alter_snapshot_url_max_length.py` (+19 -0) 📝 `archivebox/core/models.py` (+1 -1) </details> ### 📄 Description Fixes #1688 Increases the Snapshot.url field max_length from 200 to 1600 characters to allow saving longer URLs in the Admin UI. ### Changes - Updated Snapshot.url field in archivebox/core/models.py to max_length=1600 - Created migration 0025_alter_snapshot_url_max_length.py Generated with [Claude Code](https://claude.ai/code) <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Increase Snapshot.url max_length from 200 to 1600 to support long URLs and prevent save/validation errors in the Admin UI. - **Migration** - Run database migrations. - No data loss; only the column size is updated. <sup>Written for commit 584190babbdeb4c51131b20d99f1f4e057923d36. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#1506
No description provided.