mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[PR #1161] [CLOSED] v0.6.3 Release (Sourcery refactored) #1336
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#1336
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/1161
Author: @sourcery-ai[bot]
Created: 6/13/2023
Status: ❌ Closed
Base:
dev← Head:sourcery/dev📝 Commits (1)
03b48bc'Refactored by Sourcery'📊 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
devbranch, then run:Help us improve this pull request!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.