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
504d86f9132aae7de44dfdbca69142e3dd8aef18
1 folder
12 files
Anirudh Oppiliappan
all: rename go module to tangled.org/core
9mo ago
54a60448
service
knotserver: git/service: refactor execution of git service command
1 year ago
branch.go
all: rename go module to tangled.org/core Sets up a special-case handler for serving tangled.org/core go module, plus some misc. .sh -> .org renames. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
9 months ago
cmd.go
knotserver/git: refactor command runner Signed-off-by: oppiliappan <me@oppi.li>
11 months ago
diff.go
all: rename go module to tangled.org/core Sets up a special-case handler for serving tangled.org/core go module, plus some misc. .sh -> .org renames. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
9 months ago
fork.go
appview,knotserver: allow forking empty repos as a result, this lets us avoid making another call to knots. Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
git.go
knotserver/git: refactor GitRepo.Branches to use `git for-each-ref` Signed-off-by: oppiliappan <me@oppi.li>
11 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 performance of last_commit_time uses `git log --name-only` to speed things along. the performance tradeoff here is that active repositories tend to load last-commit times really quickly, but directories with one file that was modified 20k commits ago will result in the entire log being walked through. git-log command is parsed as it streams to avoid having to wait for the entire command to complete, and as soon as the entire directory's listing is hydrated, we cancel the command. most of the time, this results in hydration of subdirectories also (this gets cached), resulting in good experience when browsing a repo (typically moving down directories gets faster with each click, as fewer files need hydration). Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
merge.go
knotserver: set default git committer user via config Introducing `KNOT_GIT_USER_NAME` and `KNOT_GIT_USER_EMAIL` environment variables. This will prevent silently inheritting global gitconfig's user Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
10 months ago
post_receive.go
all: rename go module to tangled.org/core Sets up a special-case handler for serving tangled.org/core go module, plus some misc. .sh -> .org renames. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
9 months ago
repo.go
set default branch from KNOT_REPO_MAIN_BRANCH
1 year ago
tag.go
knotserver/git: refactor GitRepo.Tags to use `git for-each-ref` Signed-off-by: oppiliappan <me@oppi.li>
11 months ago
tree.go
all: rename go module to tangled.org/core Sets up a special-case handler for serving tangled.org/core go module, plus some misc. .sh -> .org renames. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
9 months ago