alpha
Login
or
Join now
dunkirk.sh
/
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.
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
Pulls
Pipelines
core
/
knotserver
/
at
76f9501c1d0dac8bd4e4780d1c7687d3c34e52e1
3 folders
9 files
Akshay
minor tweaks, add logging
1y ago
6d84fad3
config
minor tweaks, add logging
1 year ago
db
add in-memory jetstream did filter
1 year ago
git
knotserver: git: fetch last commit time against current plumbing.Hash This fixes the bug where paths wouldn't show up in non-default branches. We were running 'git log' against the bare repository that was pointing to the default branch, which would then return no output for that specific path since -- understandably -- the path doesn't exist on the default branch. This change simply passes the current g.h (plumbing.Hash) to 'git log' which resolves the path in that ref.
1 year ago
file.go
all: rename module to tangled.sh/tangled.sh/core
1 year ago
git.go
all: rename module to tangled.sh/tangled.sh/core
1 year ago
handler.go
minor tweaks, add logging
1 year ago
http_util.go
knotserver: implement /merge and /merge/check endpoints /:did/:repo/merge is only ever used when actually performing the merge, so by this point all conflicts should've been rectified and the merge *should* succeed. This is the appview's responsibility. /:did/:repo/merge/check checks for mergeability, and can be used to repeatedly check as the supplied patch is updated by the submitter.
1 year ago
internal.go
all: rename module to tangled.sh/tangled.sh/core
1 year ago
jetstream.go
add in-memory jetstream did filter
1 year ago
middleware.go
defer last event time in appview ingester
1 year ago
routes.go
add in-memory jetstream did filter
1 year ago
util.go
all: use securejoin
1 year ago