[PR #392] [MERGED] Support old index case: cmd is string #4163

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

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/392
Author: @cdvv7788
Created: 7/24/2020
Status: Merged
Merged: 7/24/2020
Merged by: @pirate

Base: djangoHead: cmd-string


📝 Commits (2)

  • d04c9b3 fix: if cmd in Link parsing is found to be a string, put it inside a list
  • 9d316ac test: bypass mypy check

📊 Changes

2 files changed (+14 additions, -13 deletions)

View changed files

📝 .github/workflows/test.yml (+12 -13)
📝 archivebox/index/schema.py (+2 -0)

📄 Description

Summary

Change to list if cmd is a string

**Related issues: #374

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/392 **Author:** [@cdvv7788](https://github.com/cdvv7788) **Created:** 7/24/2020 **Status:** ✅ Merged **Merged:** 7/24/2020 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `django` ← **Head:** `cmd-string` --- ### 📝 Commits (2) - [`d04c9b3`](https://github.com/ArchiveBox/ArchiveBox/commit/d04c9b3281aaaf3fae3ffe4b4fe38b48461e357b) fix: if `cmd` in Link parsing is found to be a string, put it inside a list - [`9d316ac`](https://github.com/ArchiveBox/ArchiveBox/commit/9d316ac928e7c07bcc82800755aff0d62cf3c024) test: bypass mypy check ### 📊 Changes **2 files changed** (+14 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+12 -13) 📝 `archivebox/index/schema.py` (+2 -0) </details> ### 📄 Description # Summary Change to list if cmd is a string **Related issues: #374 # Changes these areas - [X] 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:29:53 +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#4163
No description provided.