+1
-7
appview/db/pulls.go
+1
-7
appview/db/pulls.go
···err := e.QueryRow(`select next_pull_id from repo_pull_seqs where repo_at = ?`, repoAt).Scan(&pullId)-err := e.QueryRow(`select owner_did from pulls where repo_at = ? and pull_id = ?`, repoAt, pullId).Scan(&ownerDid)
+1
appview/pages/pages.go
+1
appview/pages/pages.go
+10
-1
appview/pages/templates/repo/pulls/new.html
+10
-1
appview/pages/templates/repo/pulls/new.html
···
-2
appview/pages/templates/settings.html
-2
appview/pages/templates/settings.html
······
+173
appview/randomart/randomart.go
+173
appview/randomart/randomart.go
···
+41
-12
appview/state/repo.go
+41
-12
appview/state/repo.go
············-resp, err := http.Get(fmt.Sprintf("http://%s/%s/%s/branches", f.Knot, f.OwnerDid(), f.RepoName))
+67
-3
appview/state/signer.go
+67
-3
appview/state/signer.go
······+func (us *UnsignedClient) newRequest(method, endpoint string, body []byte) (*http.Request, error) {