Monorepo for Tangled tangled.org

appview,knotmirror: use knotmirror to read the repository #1164

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

Underlying types except the interface hasn't changed much. Removed xrpcclient.HandleXrpcErr() call as appview always expect knotmirror with compatible API.

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

Labels

None yet.

assignee

None yet.

Participants 3
AT URI
at://did:plc:xasnlahkri4ewmbuzly2rlc5/sh.tangled.repo.pull/3mh3qbj6ygg22
Interdiff #3 #4
appview/config/config.go

This file has not been changed.

appview/pulls/pulls.go

This file has not been changed.

appview/repo/archive.go

This file has not been changed.

appview/repo/artifact.go

This file has not been changed.

appview/repo/branches.go

This file has not been changed.

appview/repo/compare.go

This file has not been changed.

appview/repo/index.go

This file has not been changed.

appview/repo/log.go

This file has not been changed.

appview/repo/settings.go

This file has not been changed.

appview/repo/tags.go

This file has not been changed.

appview/repo/tree.go

This file has not been changed.

knotmirror/config/config.go

This file has not been changed.

knotmirror/knotmirror.go

This file has not been changed.

knotmirror/xrpc/git_getArchive.go

This file has not been changed.

knotmirror/xrpc/git_getBlob.go

This file has not been changed.

knotmirror/xrpc/git_getBranch.go

This file has not been changed.

knotmirror/xrpc/git_getTag.go

This file has not been changed.

knotmirror/xrpc/git_getTree.go

This file has not been changed.

knotmirror/xrpc/git_listBranches.go

This file has not been changed.

knotmirror/xrpc/git_listCommits.go

This file has not been changed.

knotmirror/xrpc/git_listLanguages.go

This file has not been changed.

knotmirror/xrpc/git_listTags.go

This file has not been changed.

knotmirror/xrpc/xrpc.go

This file has not been changed.

knotserver/git/git.go

This file has not been changed.

History

5 rounds 5 comments
sign up or login to add to the discussion
1 commit
expand
appview,knotmirror: use knotmirror to read the repository
2/3 failed, 1/3 success
expand
expand 0 comments
pull request successfully merged
1 commit
expand
appview,knotmirror: use knotmirror to read the repository
expand 0 comments
1 commit
expand
appview,knotmirror: use knotmirror to read the repository
expand 0 comments
1 commit
expand
appview,knotmirror: use knotmirror to read the repository
expand 5 comments

appview/config/config.go:49: can the appview be run without the knotmirror at all?

Yes.

we can't run appview without db syncing atproto repos
we can't run appview without knotmirror syncing git repos

simple as that

knotmirror/xrpc/xrpc.go:34

Just to confirm that this doesn't double up on /xrpc/xrpc/something right?

@lewis.moe Thank you for pointing out. Seems like I changed too much since testing it. I'll resubmit everything after testing everything again.

1 commit
expand
appview,knotmirror: use knotmirror to read the repository
expand 0 comments