+152
-17
appview/db/pulls.go
+152
-17
appview/db/pulls.go
·································
·································
+10
appview/state/middleware.go
+10
appview/state/middleware.go
···
+137
-26
appview/state/pull.go
+137
-26
appview/state/pull.go
··················-resp, err := ksClient.MergeCheck([]byte(pull.LatestPatch()), f.OwnerDid(), f.RepoName, pull.TargetBranch)···············-resp, err := ksClient.Merge([]byte(pull.LatestPatch()), f.OwnerDid(), f.RepoName, pull.TargetBranch, pull.Title, pull.Body, ident.Handle.String(), email.Address)-s.pages.HxLocation(w, fmt.Sprintf("/@%s/%s/pulls/%d", f.OwnerHandle(), f.RepoName, pull.PullId))······
···············+func (s *State) mergeCheck(f *FullyResolvedRepo, pull *db.Pull, stack db.Stack) types.MergeCheckResponse {··················+resp, err := ksClient.Merge([]byte(patch), f.OwnerDid(), f.RepoName, pull.TargetBranch, pull.Title, pull.Body, ident.Handle.String(), email.Address)+s.pages.HxLocation(w, fmt.Sprintf("/@%s/%s/pulls/%d", f.OwnerHandle(), f.RepoName, pull.PullId))······
+1
-3
flake.nix
+1
-3
flake.nix
······
······
+2
-9
patchutil/patchutil.go
+2
-9
patchutil/patchutil.go
······