BACK-487/488 - SSL fetch error handling, wiki pasted image promotion (split 6/9 of #669)#680
Draft
MrLesk wants to merge 2 commits into
Draft
BACK-487/488 - SSL fetch error handling, wiki pasted image promotion (split 6/9 of #669)#680MrLesk wants to merge 2 commits into
MrLesk wants to merge 2 commits into
Conversation
This was referenced Jun 9, 2026
Draft
6793e5a to
2922456
Compare
a289a3f to
1f275e7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Maintainer-split slice 6/9 of #669. All commits are authored by @kuwork — I only rebased them onto current
mainand resolved conflicts. Merge with Rebase and merge to keep the per-task commits and original authorship.Stack
Based on
pr669/5-search-sidebar-board(slice 5). Review only the two commits unique to this PR. After the previous slice merges, restack withgit rebase --onto main pr669/5-search-sidebar-board pr669/6-net-wiki-fixes.Tasks in this slice
BACK-487 — Gracefully handle SSL network errors in
GitOperations.fetchsrc/git/operations.ts: wrapfetch()and map SSL errors to a user-friendlyGitErrorsrc/test/git.test.ts: SSL error handling testsBACK-488 — Fix wiki pasted images not promoted on save
WikiDetail.tsx: on save, promote.temp/assets via the existing asset promotion API and rewrite URLs — matches task/document editor behaviorNotes
bun install --frozen-lockfile,bunx tsc --noEmit.Original combined PR: #669.
Full stack: #675 editor/paste → #676 wiki → #677 i18n → #678 doc editing → #679 search/sidebar → #680 fixes → #681 dates/stats → #682 Gantt → #683 timezone/polish — split from #669, all commits authored by @kuwork.