alpha
Login
or
Join now
tangled.org
/
core
Star
2
Fork
66
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Monorepo for Tangled
tangled.org
Star
2
Fork
66
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
11
Pulls
25
Pipelines
core
/
knotmirror
/
xrpc
/
gitea
/
at
tan-456/in-diff-view-add-open-full-file-button
7 files
Seongmin Lee
knotmirror/xrpc: include blob size on `git.getEntry`
8d ago
02270a21
batch.go
knotmirror/xrpc: include blob size on `git.getEntry` Signed-off-by: Seongmin Lee <git@boltless.me>
1 week ago
blob.go
knotmirror/xrpc: include blob size on `git.getEntry` Signed-off-by: Seongmin Lee <git@boltless.me>
1 week ago
commit.go
knotmirror/xrpc: implement `git.getEntry` Signed-off-by: Seongmin Lee <git@boltless.me>
3 weeks ago
commit_test.go
knotmirror/xrpc/gitea: parse commit extra headers this will fix the verified mark bug Signed-off-by: Seongmin Lee <git@boltless.me>
1 week ago
entry.go
knotmirror/xrpc: implement `git.getEntry` Signed-off-by: Seongmin Lee <git@boltless.me>
3 weeks ago
gitea.go
knotmirror: prefer `cat-file --buffer` for frequent endpoints ideally we should use this everywhere and completely remove the go-git dependency. go-git consumes a lot of memory for large repos because it loads pack index into heap memory. This is preferred way of other go based git forges like go-git. lots of code are copied from go-git implementation and slightly modified to match tangled's data model. Signed-off-by: Seongmin Lee <git@boltless.me>
1 month ago
submodule.go
knotmirror/xrpc: implement `git.getEntry` Signed-off-by: Seongmin Lee <git@boltless.me>
3 weeks ago