+18
-2
appview/db/pulls.go
+18
-2
appview/db/pulls.go
···-insert into pulls (repo_at, owner_did, pull_id, title, target_branch, body, rkey, state, source_branch, source_repo_at)+repo_at, owner_did, pull_id, title, target_branch, body, rkey, state, source_branch, source_repo_at, stack_id, change_id, parent_change_id···
+147
appview/state/pull.go
+147
appview/state/pull.go
·········+s.pages.Notice(w, "pull", "Stacking is only supported on branch and fork based pull-requests.")+s.pages.Notice(w, "pull", "Stacking is only supported if all patches contain a change-id commit header.")
+9
appview/xrpcclient/xrpc.go
+9
appview/xrpcclient/xrpc.go
···+func (c *Client) RepoApplyWrites(ctx context.Context, input *atproto.RepoApplyWrites_Input) (*atproto.RepoApplyWrites_Output, error) {+if err := c.Do(ctx, c.authArgs, xrpc.Procedure, "application/json", "com.atproto.repo.applyWrites", nil, input, &out); err != nil {func (c *Client) RepoGetRecord(ctx context.Context, cid string, collection string, repo string, rkey string) (*atproto.RepoGetRecord_Output, error) {
+2
flake.nix
+2
flake.nix
+16
patchutil/patchutil.go
+16
patchutil/patchutil.go
···