+188
-44
api/tangled/cbor_gen.go
+188
-44
api/tangled/cbor_gen.go
······-if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len(*t.CreatedAt))); err != nil {-if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len("sourceRepo"))); err != nil {-if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len(*t.SourceRepo))); err != nil {+if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len(*t.CreatedAt))); err != nil {············
+15
-9
api/tangled/repopull.go
+15
-9
api/tangled/repopull.go
···-LexiconTypeID string `json:"$type,const=sh.tangled.repo.pull" cborgen:"$type,const=sh.tangled.repo.pull"`+LexiconTypeID string `json:"$type,const=sh.tangled.repo.pull" cborgen:"$type,const=sh.tangled.repo.pull"`
+8
-1
appview/db/db.go
+8
-1
appview/db/db.go
···
+82
-7
appview/db/pulls.go
+82
-7
appview/db/pulls.go
·········-`, pull.RepoAt, pull.OwnerDid, pull.PullId, pull.Title, pull.TargetBranch, pull.Body, pull.Rkey, pull.State)+insert into pulls (repo_at, owner_did, pull_id, title, target_branch, body, rkey, state, source_branch, source_repo_at)························
+2
-3
appview/pages/pages.go
+2
-3
appview/pages/pages.go
···
+15
-8
appview/pages/templates/fragments/pullActions.html
+15
-8
appview/pages/templates/fragments/pullActions.html
······
+73
-39
appview/pages/templates/repo/pulls/new.html
+73
-39
appview/pages/templates/repo/pulls/new.html
···-<li class="leading-relaxed">Grab the diff using <code class="bg-gray-100 dark:bg-gray-700 px-1 py-0.5 rounded text-gray-800 dark:text-gray-200 font-mono text-sm">git diff</code>.</li>···-<input type="text" name="title" id="title" class="w-full dark:bg-gray-700 dark:text-white dark:border-gray-600" />+<input type="text" name="title" id="title" class="w-full dark:bg-gray-700 dark:text-white dark:border-gray-600" />-class="p-1 mb-2 border border-gray-200 bg-white dark:bg-gray-700 dark:text-white dark:border-gray-600"-<button type="submit" class="btn dark:bg-gray-600 dark:hover:bg-gray-500 dark:text-white">create</button>+class="p-1 border border-gray-200 bg-white dark:bg-gray-700 dark:text-white dark:border-gray-600"+class="p-1 border border-gray-200 bg-white dark:bg-gray-700 dark:text-white dark:border-gray-600"
+9
-1
appview/pages/templates/repo/pulls/pull.html
+9
-1
appview/pages/templates/repo/pulls/pull.html
···<span class="text-xs rounded bg-gray-100 dark:bg-gray-700 text-black dark:text-white font-mono px-2 mx-1/2 inline-flex items-center">+<span class="text-xs rounded bg-gray-100 dark:bg-gray-700 text-black dark:text-white font-mono px-2 mx-1/2 inline-flex items-center">
+8
-1
appview/pages/templates/repo/pulls/pulls.html
+8
-1
appview/pages/templates/repo/pulls/pulls.html
···<span class="text-xs rounded bg-gray-100 dark:bg-gray-600 text-black dark:text-white font-mono px-2 mx-1/2 inline-flex items-center">+<span class="text-xs rounded bg-gray-100 dark:bg-gray-700 text-black dark:text-white font-mono px-2 mx-1/2 inline-flex items-center">
+103
-3
appview/state/pull.go
+103
-3
appview/state/pull.go
············
+15
appview/state/signer.go
+15
appview/state/signer.go
···+func (us *UnsignedClient) Compare(ownerDid, repoName, rev1, rev2 string) (*http.Response, error) {
+1
cmd/gen.go
+1
cmd/gen.go
+71
-10
knotserver/git/diff.go
+71
-10
knotserver/git/diff.go
·········
+10
knotserver/git/git.go
+10
knotserver/git/git.go
···
+1
knotserver/handler.go
+1
knotserver/handler.go
+30
-1
knotserver/routes.go
+30
-1
knotserver/routes.go
······
+24
-5
lexicons/pulls/pull.json
+24
-5
lexicons/pulls/pull.json
·········
+7
types/diff.go
+7
types/diff.go
+4
types/repo.go
+4
types/repo.go