[PR #1161] [CLOSED] v0.6.3 Release (Sourcery refactored) #1336

Closed
opened 2026-03-01 14:49:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/1161
Author: @sourcery-ai[bot]
Created: 6/13/2023
Status: Closed

Base: devHead: sourcery/dev


📝 Commits (1)

📊 Changes

21 files changed (+523 additions, -497 deletions)

View changed files

📝 archivebox/cli/archivebox_add.py (+1 -4)
📝 archivebox/config.py (+252 -182)
📝 archivebox/core/settings.py (+1 -4)
📝 archivebox/core/views.py (+16 -12)
📝 archivebox/extractors/__init__.py (+12 -9)
📝 archivebox/extractors/favicon.py (+5 -3)
📝 archivebox/extractors/media.py (+1 -4)
📝 archivebox/extractors/singlefile.py (+4 -4)
📝 archivebox/extractors/title.py (+8 -9)
📝 archivebox/index/__init__.py (+16 -29)
📝 archivebox/index/html.py (+5 -5)
📝 archivebox/index/schema.py (+12 -18)
📝 archivebox/logging_util.py (+69 -80)
📝 archivebox/main.py (+80 -94)
📝 archivebox/parsers/__init__.py (+3 -11)
📝 archivebox/parsers/pocket_api.py (+4 -5)
📝 archivebox/system.py (+3 -1)
📝 archivebox/util.py (+10 -10)
📝 setup.py (+8 -8)
📝 tests/test_init.py (+11 -3)

...and 1 more files

📄 Description

Pull Request #721 refactored by Sourcery.

If you're happy with these changes, merge this Pull Request using the Squash and merge strategy.

NOTE: As code is pushed to the original Pull Request, Sourcery will
re-run and update (force-push) this Pull Request with new refactorings as
necessary. If Sourcery finds no refactorings at any point, this Pull Request
will be closed automatically.

See our documentation here.

Run Sourcery locally

Reduce the feedback loop during development by using the Sourcery editor plugin:

Review changes via command line

To manually merge these changes, make sure you're on the dev branch, then run:

git fetch origin sourcery/dev
git merge --ff-only FETCH_HEAD
git reset HEAD^

Help us improve this pull request!


🔄 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/1161 **Author:** [@sourcery-ai[bot]](https://github.com/apps/sourcery-ai) **Created:** 6/13/2023 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `sourcery/dev` --- ### 📝 Commits (1) - [`03b48bc`](https://github.com/ArchiveBox/ArchiveBox/commit/03b48bccbc7ecd11af203ef6f2d9876da0133458) 'Refactored by Sourcery' ### 📊 Changes **21 files changed** (+523 additions, -497 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/cli/archivebox_add.py` (+1 -4) 📝 `archivebox/config.py` (+252 -182) 📝 `archivebox/core/settings.py` (+1 -4) 📝 `archivebox/core/views.py` (+16 -12) 📝 `archivebox/extractors/__init__.py` (+12 -9) 📝 `archivebox/extractors/favicon.py` (+5 -3) 📝 `archivebox/extractors/media.py` (+1 -4) 📝 `archivebox/extractors/singlefile.py` (+4 -4) 📝 `archivebox/extractors/title.py` (+8 -9) 📝 `archivebox/index/__init__.py` (+16 -29) 📝 `archivebox/index/html.py` (+5 -5) 📝 `archivebox/index/schema.py` (+12 -18) 📝 `archivebox/logging_util.py` (+69 -80) 📝 `archivebox/main.py` (+80 -94) 📝 `archivebox/parsers/__init__.py` (+3 -11) 📝 `archivebox/parsers/pocket_api.py` (+4 -5) 📝 `archivebox/system.py` (+3 -1) 📝 `archivebox/util.py` (+10 -10) 📝 `setup.py` (+8 -8) 📝 `tests/test_init.py` (+11 -3) _...and 1 more files_ </details> ### 📄 Description Pull Request #721 refactored by [Sourcery](https://sourcery.ai/github/). If you're happy with these changes, merge this Pull Request using the *Squash and merge* strategy. **NOTE**: As code is pushed to the original Pull Request, Sourcery will re-run and update (force-push) this Pull Request with new refactorings as necessary. If Sourcery finds no refactorings at any point, this Pull Request will be closed automatically. See our documentation [here](https://docs.sourcery.ai/GitHub/Using-Sourcery-for-GitHub/). <details> <summary>Run Sourcery locally</summary> <p> Reduce the feedback loop during development by using the Sourcery editor plugin: </p> <ul> <li><a href="https://sourcery.ai/download/?editor=vscode">VS Code</a></li> <li><a href="https://sourcery.ai/download/?editor=pycharm">PyCharm</a></li> </ul> </details> <details> <summary>Review changes via command line</summary> <p>To manually merge these changes, make sure you're on the <code>dev</code> branch, then run:</p> <pre> git fetch origin sourcery/dev git merge --ff-only FETCH_HEAD git reset HEAD^ </pre> </details> Help us [improve](https://research.typeform.com/to/j06Spdfr?type=pr_refactor&github_login=pirate&base_repo=https%3A%2F%2Fgithub.com%2FArchiveBox%2FArchiveBox.git&base_remote_ref=refs%2Fpull%2F721%2Fhead&base_ref=dev&base_sha=733dbfa1f3ac917d9761ec185293594d0cacd75b&head_repo=https%3A%2F%2Fgithub.com%2FArchiveBox%2FArchiveBox.git&head_ref=sourcery%2Fdev&base_pr_number=721&base_pr_state=open) this pull request! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:49:22 +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#1336
No description provided.