+25
-3
appview/pages/pages.go
+25
-3
appview/pages/pages.go
···
+4
-10
appview/pages/templates/repo/index.html
+4
-10
appview/pages/templates/repo/index.html
···-<div><a href="/{{ $id }}/{{ $.Name }}/commit/{{ .Hash.String }}" class="commit-hash">{{ slice .Hash.String 0 8 }}</a></div>+<div><a href="/{{ $.RepoInfo.OwnerWithAt }}/{{ $.RepoInfo.Name }}/commit/{{ .Hash.String }}" class="commit-hash">{{ slice .Hash.String 0 8 }}</a></div>···
+9
-10
appview/pages/templates/repo/log.html
+9
-10
appview/pages/templates/repo/log.html
···-<div><a href="/{{ $repo }}/commit/{{ .Hash.String }}" class="commit-hash">{{ slice .Hash.String 0 8 }}</a></div>+<div><a href="/{{ $.RepoInfo.OwnerWithAt }}/{{ $.RepoInfo.Name }}/commit/{{ .Hash.String }}" class="commit-hash">{{ slice .Hash.String 0 8 }}</a></div>···
+64
-20
appview/state/repo.go
+64
-20
appview/state/repo.go
·········+resp, err := http.Get(fmt.Sprintf("http://%s/%s/%s/log/%s", knot, id.DID.String(), repoName, ref))
-14
appview/state/signer.go
-14
appview/state/signer.go
···
+3
appview/state/state.go
+3
appview/state/state.go
···
+10
-9
knotserver/routes.go
+10
-9
knotserver/routes.go
···
+10
types/repo.go
+10
types/repo.go
···