alpha
Login
or
Join now
oyster.cafe
/
tangled-core
forked from
tangled.org/core
Star
0
Fork
0
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
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
tangled-core
/
knotserver
/
git
/
at
2d8c946e44950af9e856818f8ea2b87613829a62
1 folder
16 files
Seongmin Lee
appview,knotmirror: use knotmirror to read the repository
4mo ago
35ceae65
service
knotserver: remove 'uploadPack.allowFilter' config override in UploadPack This is better set in a global configuration file, and is set in the default config for the nix module anyway. Signed-off-by: tjh <x@tjh.dev>
6 months ago
branch.go
knotserver/git: move git.Branch into branch.go makes more sense imo. Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
branch_test.go
knotserver/git: fix pagination in git.Branches Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
cmd.go
knotserver/git: refactor command runner Signed-off-by: oppiliappan <me@oppi.li>
11 months ago
diff.go
patchutil,types: implement DiffRenderer interface for all diffs types.NiceDiff and patchutil.Interdiff now implement the new interface. this allows us to remove the differing rendering logic necessary to present each kind of diff.
6 months ago
fork.go
knotserver: use local clones if repo is hosted on the same knot detect the host to clone from and use a local clone if possible. Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
git.go
appview,knotmirror: use knotmirror to read the repository 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>
4 months ago
language.go
knotserver: detect bun.lock files as generated this is a patch fix, the real fix would be to add this to go-enry's list of generated file names. Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
last_commit.go
knotserver/git: improve lastCommit calculations for dirs and files bigger portions of the logic for directories and files are now shared. Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
merge.go
knotserver/git: rework merge check to also use `git am` we were using `git apply` in merge check and `git am` for the actual merge, but in reality, there are slight behavior changes among the two. this change switches out `git apply` in `mergeCheck` to use `git am` when dealing with mailbox style patches. Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
merge_test.go
appview: fix vet nits somehow missed this. Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
post_receive.go
knotserver/git: fix pagination in git.Branches Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
repo.go
set default branch from KNOT_REPO_MAIN_BRANCH
1 year ago
tag.go
knotserver/git: move tag signatures out of message Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
tag_test.go
apview/repo: add a redirect to get latest tag Signed-off-by: Evan Jarrett <evan@evanjarrett.com>
4 months ago
test_common.go
knotserver/git: add common test utilities makes it easier to setup and teardown git repos for tests Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
tree.go
knotserver/xrpc: return last commit info in tree responses Signed-off-by: oppiliappan <me@oppi.li>
4 months ago