alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
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.
This repository has no description
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
2
Pulls
1
Pipelines
core
/
knotserver
/
git
1 folder
16 files
at
8148dc0f63b1f8a6c23d55edaefe3f5e350408f4
oppiliappan
knotserver/git: allow applying empty patches
3mo ago
8de928b9
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>
8 months ago
branch.go
knotserver/git: allow applying empty patches will just create an empty commit with title/body if a mailbox is supplied with an empty patch. Signed-off-by: oppiliappan <me@oppi.li>
3 months ago
branch_test.go
knotserver/git: fix pagination in git.Branches Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
cmd.go
knotserver/xrpc: merge-base for combined patch in repo compare Lewis: May this revision serve well! <lewis@tangled.org>
4 months ago
diff.go
knotserver/xrpc: merge-base for combined patch in repo compare Lewis: May this revision serve well! <lewis@tangled.org>
4 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>
8 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>
5 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>
11 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>
6 months ago
merge.go
knotserver/git: allow applying empty patches will just create an empty commit with title/body if a mailbox is supplied with an empty patch. Signed-off-by: oppiliappan <me@oppi.li>
3 months ago
merge_test.go
appview: fix vet nits somehow missed this. Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
post_receive.go
knotserver/git: fix pagination in git.Branches Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
repo.go
set default branch from KNOT_REPO_MAIN_BRANCH
1 year ago
tag.go
knotserver/git: extract parseTagRecord helper from Tags Signed-off-by: Matías Insaurralde <matias@insaurral.de>
4 months ago
tag_test.go
knotserver/git: add comprehensive tag tests, improve parseTagRecord coverage Signed-off-by: Matías Insaurralde <matias@insaurral.de>
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>
6 months ago
tree.go
knotserver/xrpc: return last commit info in tree responses Signed-off-by: oppiliappan <me@oppi.li>
6 months ago