alpha
Login
or
Join now
usaa.ma
/
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
core
/
knotserver
/
git
/
at
ba8bc13628bcc8057f086f2e6ef248b85306fb78
1 folder
17 files
smit.codes
appview: zip download for repo
7w ago
1f1b83e6
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>
7 months ago
branch.go
appview: zip download for repo Implementation of [issue #581](https://tangled.org/tangled.org/core/issues/581). Adds a `zip` download when downloading a repo. Defaults to zip for windows, and `tar.gz` for non-windows with a dropdown to choose the preferred format. Signed-off-by: Smit Patil <smit@smit.codes>
1 month ago
branch_test.go
knotserver/git: fix pagination in git.Branches Signed-off-by: oppiliappan <me@oppi.li>
5 months ago
cmd.go
appview: zip download for repo Implementation of [issue #581](https://tangled.org/tangled.org/core/issues/581). Adds a `zip` download when downloading a repo. Defaults to zip for windows, and `tar.gz` for non-windows with a dropdown to choose the preferred format. Signed-off-by: Smit Patil <smit@smit.codes>
1 month ago
diff.go
knotserver/git: fix double allocation of stdout Signed-off-by: oppiliappan <me@oppi.li>
2 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>
7 months ago
git.go
knotserver: create a fork PR link Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>
2 months ago
language.go
knotserver/git: improve language detection performance - early exit on vendored dirs, dotfiles, docs, and config files - avoid using FileContentN, directly use object.GetBlob instead - avoid calling parent.Size() and directly access blob.Size instead Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
language_test.go
knotserver/git: regression test language percentage skips unknown files
2 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>
5 months ago
merge.go
knotserver: fix refresh in merge-check contexts Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
merge_test.go
appview: fix vet nits somehow missed this. Signed-off-by: oppiliappan <me@oppi.li>
5 months ago
post_receive.go
knotserver/git: fix pagination in git.Branches Signed-off-by: oppiliappan <me@oppi.li>
5 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>
3 months ago
tag_test.go
knotserver/git: add comprehensive tag tests, improve parseTagRecord coverage Signed-off-by: Matías Insaurralde <matias@insaurral.de>
3 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>
5 months ago
tree.go
knotserver/git: fix double allocation in lastCommit calculation Signed-off-by: oppiliappan <me@oppi.li>
2 months ago