dashboard / pico / chore(prose): migrate images to pgs #44 rss

accepted · opened on 2025-01-18T20:18:40Z by erock
Help
# add changes to patch request
git format-patch main --stdout | ssh pr.pico.sh pr add 44
# add review to patch request
git format-patch main --stdout | ssh pr.pico.sh pr add --review 44
# remove patchset
ssh pr.pico.sh ps rm ps-x
# checkout all patches
ssh pr.pico.sh pr print 44 | git am -3
# print a diff between the last two patches in a patch request
ssh pr.pico.sh pr diff 44
# accept PR
ssh pr.pico.sh pr accept 44
# close PR
ssh pr.pico.sh pr close 44

Logs

erock created pr with ps-94 on 2025-01-18T20:18:40Z
erock added ps-95 on 2025-01-18T20:20:30Z
erock changed status on 2025-02-01T18:43:36Z {"status":"accepted"}

Patchsets

ps-94 by erock on 2025-01-18T20:18:40Z
Range Diff ↕ rd-95
1: 89e0a31 ! 1: aa126f8 chore(prose): migrate images to pgs
ps-95 by erock on 2025-01-18T20:20:30Z

Range-diff rd-95

title
chore(prose): migrate images to pgs
description
Patch changed
old #1
89e0a31
new #1
aa126f8
Back to top
1: 89e0a31 ! 1: aa126f8 chore(prose): migrate images to pgs
prose/ssh.go prose/ssh.go
 		return
 	}
 
+	ctx := context.Background()
+	defer ctx.Done()
+
 	fileMap := map[string]filehandlers.ReadWriteHandler{
 		".md":      filehandlers.NewScpPostHandler(dbh, cfg, hooks),
 		".css":     filehandlers.NewScpPostHandler(dbh, cfg, hooks),