mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[PR #775] [MERGED] refactor: migrate bookmark static pages to new http server #783
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#783
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/go-shiori/shiori/pull/775
Author: @fmartingr
Created: 11/11/2023
Status: ✅ Merged
Merged: 12/28/2023
Merged by: @fmartingr
Base:
master← Head:feat/bookmark-http-new📝 Commits (10+)
e08a22cmigrate bookmark content route to new http server4159d5enew archive page776b86bMerge remote-tracking branch 'origin/master' into feat/bookmark-http-new46f5645Merge remote-tracking branch 'origin/master' into feat/bookmark-http-new1b49d90remove unused go generate commentbb84c19database mock600e741utils cleanup887d23funused var68f12efdomains refactor and tests7a2ad09Merge remote-tracking branch 'origin/master' into feat/bookmark-http-new📊 Changes
65 files changed (+1319 additions, -916 deletions)
View changed files
📝
Makefile(+5 -0)📝
docs/Configuration.md(+30 -12)📝
go.mod(+1 -1)📝
go.sum(+2 -0)📝
internal/cmd/add.go(+2 -2)📝
internal/cmd/check.go(+1 -1)📝
internal/cmd/import.go(+2 -2)📝
internal/cmd/pocket.go(+2 -2)📝
internal/cmd/root.go(+8 -4)📝
internal/cmd/server.go(+5 -2)📝
internal/cmd/update.go(+2 -2)📝
internal/cmd/utils.go(+1 -1)📝
internal/config/config.go(+3 -3)➖
internal/config/dependencies.go(+0 -25)📝
internal/core/ebook.go(+7 -8)📝
internal/core/ebook_test.go(+55 -57)📝
internal/core/processing.go(+14 -42)📝
internal/core/processing_test.go(+31 -56)📝
internal/database/database.go(+3 -3)📝
internal/database/database_test.go(+15 -15)...and 45 more files
📄 Description
/bookmark/:id/contentto new http server/bookmark/:id/thumbto new http server/bookmark/:id/archiveto new http servermodel.Bookmarkintomodel.BookmarkDTOto prepare future changesBookmarkDomainto perform operations with BookmarksHasEbookHasArchiveGetThumbnailPathHasThumbnailGetBookmarkGetBookmarkContentsFromArchiveArchiverDomainGetBookmarkArchiveStorageDomainaferoas filesystem abstractionFixes #751
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.