Signed-off-by: Seongmin Lee git@boltless.me
+8
-8
appview/issues/issues.go
+8
-8
appview/issues/issues.go
···············rp.pages.HxLocation(w, fmt.Sprintf("/%s/issues/%d#comment-%d", ownerSlashRepo, issue.IssueId, commentId))·········
···············rp.pages.HxLocation(w, fmt.Sprintf("/%s/issues/%d#comment-%d", ownerSlashRepo, issue.IssueId, commentId))·········
+3
-3
appview/issues/opengraph.go
+3
-3
appview/issues/opengraph.go
···
···
+1
-1
appview/middleware/middleware.go
+1
-1
appview/middleware/middleware.go
+1
-1
appview/pulls/opengraph.go
+1
-1
appview/pulls/opengraph.go
···
···
+18
-18
appview/pulls/pulls.go
+18
-18
appview/pulls/pulls.go
···············s.pages.HxLocation(w, fmt.Sprintf("/%s/pulls/%d#comment-%d", ownerSlashRepo, pull.PullId, commentId))···s.pages.Notice(w, "pull", "This knot doesn't support branch-based pull requests. Try another way?")-s.handleBranchBasedPull(w, r, &f.Repo, user, title, body, targetBranch, sourceBranch, isStacked)s.pages.Notice(w, "pull", "This knot doesn't support fork-based pull requests. Try another way?")-s.handleForkBasedPull(w, r, &f.Repo, user, fromFork, title, body, targetBranch, sourceBranch, isStacked)s.pages.Notice(w, "pull", "This knot doesn't support patch-based pull requests. Send your patch over email.")··················
···············s.pages.HxLocation(w, fmt.Sprintf("/%s/pulls/%d#comment-%d", ownerSlashRepo, pull.PullId, commentId))···s.pages.Notice(w, "pull", "This knot doesn't support branch-based pull requests. Try another way?")s.pages.Notice(w, "pull", "This knot doesn't support fork-based pull requests. Try another way?")+s.handleForkBasedPull(w, r, f, user, fromFork, title, body, targetBranch, sourceBranch, isStacked)s.pages.Notice(w, "pull", "This knot doesn't support patch-based pull requests. Send your patch over email.")··················
+2
-2
appview/repo/artifact.go
+2
-2
appview/repo/artifact.go
······
······
+4
-4
appview/repo/blob.go
+4
-4
appview/repo/blob.go
············
············
+1
-1
appview/repo/feed.go
+1
-1
appview/repo/feed.go
+3
-3
appview/repo/index.go
+3
-3
appview/repo/index.go
······-languageInfo, err := rp.getLanguageInfo(r.Context(), l, &f.Repo, xrpcc, result.Ref, ref == "")···
·········
+2
-2
appview/repo/log.go
+2
-2
appview/repo/log.go
······
······
+1
-1
appview/repo/opengraph.go
+1
-1
appview/repo/opengraph.go
+11
-11
appview/repo/repo.go
+11
-11
appview/repo/repo.go
···············-ex, err := comatproto.RepoGetRecord(r.Context(), client, "", tangled.RepoNSID, f.Repo.Did, f.Repo.Rkey)······-ex, err := comatproto.RepoGetRecord(r.Context(), client, "", tangled.RepoNSID, f.Repo.Did, f.Repo.Rkey)············
·································
+4
-4
appview/repo/settings.go
+4
-4
appview/repo/settings.go
············
············
+1
-1
appview/repo/tree.go
+1
-1
appview/repo/tree.go
···
···
+2
-8
appview/reporesolver/resolver.go
+2
-8
appview/reporesolver/resolver.go
······
······