back interdiff of round #2 and #1

appview: remove all occurrences of DidHandleMap #457

merged
opened by oppi.li targeting master from push-wpkykovtqxnx
ERROR
appview/db/reaction.go

Failed to calculate interdiff for this file.

ERROR
appview/issues/issues.go

Failed to calculate interdiff for this file.

ERROR
appview/knots/knots.go

Failed to calculate interdiff for this file.

ERROR
appview/pages/funcmap.go

Failed to calculate interdiff for this file.

ERROR
appview/pages/pages.go

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/knots/dashboard.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/issues/fragments/issueComment.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/issues/issue.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/issues/issues.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/pipelines/fragments/pipelineSymbol.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/pipelines/fragments/workflowSymbol.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/pulls/fragments/pullHeader.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/pulls/pull.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/pulls/pulls.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/spindles/dashboard.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/timeline.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/user/fragments/editPins.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/user/fragments/picHandleLink.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/user/fragments/repoCard.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/user/profile.html

Failed to calculate interdiff for this file.

ERROR
appview/pulls/pulls.go

Failed to calculate interdiff for this file.

ERROR
appview/spindles/spindles.go

Failed to calculate interdiff for this file.

ERROR
appview/state/profile.go

Failed to calculate interdiff for this file.

REVERTED
appview/state/router.go
··· 5 5 "strings" 6 6 7 7 "github.com/go-chi/chi/v5" 8 - chimw "github.com/go-chi/chi/v5/middleware" 9 8 "github.com/gorilla/sessions" 10 9 "tangled.sh/tangled.sh/core/appview/issues" 11 10 "tangled.sh/tangled.sh/core/appview/knots" ··· 98 97 99 98 func (s *State) StandardRouter(mw *middleware.Middleware) http.Handler { 100 99 r := chi.NewRouter() 101 - r.Mount("/debug", chimw.Profiler()) 102 100 103 101 r.Handle("/static/*", s.pages.Static()) 104 102
ERROR
appview/state/state.go

Failed to calculate interdiff for this file.

REVERTED
cmd/appview/main.go
··· 5 5 "log" 6 6 "log/slog" 7 7 "net/http" 8 - _ "net/http/pprof" 9 8 "os" 10 9 11 10 "tangled.sh/tangled.sh/core/appview/config"