Monorepo for Tangled tangled.org

lexicons: introduce repo.temp xrpc methods #1163

merged opened by boltless.me targeting master from sl/knotmirror

These experimental xrpc methods use at-uri instead of did/name format to reference the repository.

Signed-off-by: Seongmin Lee git@boltless.me

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:xasnlahkri4ewmbuzly2rlc5/sh.tangled.repo.pull/3mh3qbj6yd322
+2 -2
Interdiff #1 #2
api/tangled/tempanalyzeMerge.go

This file has not been changed.

api/tangled/tempdefs.go

This file has not been changed.

api/tangled/tempgetArchive.go

This file has not been changed.

api/tangled/tempgetBlob.go

This file has not been changed.

api/tangled/tempgetBranch.go

This file has not been changed.

api/tangled/tempgetCommit.go

This file has not been changed.

api/tangled/tempgetDiff.go

This file has not been changed.

api/tangled/tempgetEntity.go

This file has not been changed.

api/tangled/tempgetHead.go

This file has not been changed.

api/tangled/tempgetTag.go

This file has not been changed.

api/tangled/tempgetTree.go

This file has not been changed.

api/tangled/templistBranches.go

This file has not been changed.

api/tangled/templistCommits.go

This file has not been changed.

api/tangled/templistLanguages.go

This file has not been changed.

api/tangled/templistTags.go

This file has not been changed.

lexicons/git/temp/analyzeMerge.json

This file has not been changed.

lexicons/git/temp/defs.json

This file has not been changed.

lexicons/git/temp/getArchive.json

This file has not been changed.

lexicons/git/temp/getBlob.json

This file has not been changed.

lexicons/git/temp/getBranch.json

This file has not been changed.

lexicons/git/temp/getCommit.json

This file has not been changed.

lexicons/git/temp/getDiff.json

This file has not been changed.

lexicons/git/temp/getEntity.json

This file has not been changed.

lexicons/git/temp/getHead.json

This file has not been changed.

lexicons/git/temp/getTag.json

This file has not been changed.

lexicons/git/temp/getTree.json

This file has not been changed.

lexicons/git/temp/listBranches.json

This file has not been changed.

lexicons/git/temp/listCommits.json

This file has not been changed.

lexicons/git/temp/listLanguages.json

This file has not been changed.

lexicons/git/temp/listTags.json

This file has not been changed.

+2 -2
knotmirror/db/db.go
··· 37 37 did text not null, 38 38 rkey text not null, 39 39 at_uri text generated always as ('at://' || did || '/' || 'sh.tangled.repo' || '/' || rkey) stored, 40 - cid text not null, 40 + cid text, 41 41 42 42 -- record content 43 43 name text not null, 44 44 knot_domain text not null, 45 45 46 - -- sync data 46 + -- sync info 47 47 git_rev text not null, 48 48 repo_sha text not null, 49 49 state text not null default 'pending',

History

5 rounds 3 comments
sign up or login to add to the discussion
1 commit
expand
lexicons: introduce git.temp xrpc methods
2/3 failed, 1/3 success
expand
expand 0 comments
pull request successfully merged
1 commit
expand
lexicons: introduce git.temp xrpc methods
expand 0 comments
1 commit
expand
lexicons: introduce git.temp xrpc methods
expand 0 comments
1 commit
expand
lexicons: introduce repo.temp xrpc methods
expand 3 comments

ill not comment on the nomenclature here, because i understand that these are temp and can be upgraded at any time? am i right in understanding that the only affected bits will be knotmirror and appview and we can easily upgrade those services?

correct. For general naming, I'm trying to follow the official guidelines here.

sounds good! my only nit would be with analyzeMerge (maybe getMergeStatus or something?). but no immediate change required for this patch.

1 commit
expand
lexicons: introduce repo.temp xrpc methods
expand 0 comments