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
4 folders
11 files
at
b8d38fa2312becc77ad473196e7ca78b5067e65d
oppiliappan
knotserver: introduce oplog streaming endpoint
1y ago
89dcba81
config
knotserver: introduce oplog streaming endpoint allows subscribers to stream git operations from knotserver. includes a very primitive backfill implementation such that we can upgrade to xrpc streams down the line. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
db
knotserver: introduce notifier package Notifier is a semaphore that can be used to indicate a change in a resource. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
git
knotserver: git: add more fields to NiceDiff.Commit These should now let us reconstruct the commit object (or at least the git cat-file equivalent) appview-side. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago
notifier
knotserver: introduce notifier package Notifier is a semaphore that can be used to indicate a change in a resource. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
events.go
knotserver: introduce oplog streaming endpoint allows subscribers to stream git operations from knotserver. includes a very primitive backfill implementation such that we can upgrade to xrpc streams down the line. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
file.go
all: rename module to tangled.sh/tangled.sh/core
1 year ago
git.go
knotserver: git: improve protocol handling - Disable caching of responses as suggested by documentation. <https://git-scm.com/docs/http-protocol#_smart_server_response> - Return plain-text errors so the git client will display them. - Check Content-Type of upload-pack request.
1 year ago
handler.go
knotserver: introduce oplog streaming endpoint allows subscribers to stream git operations from knotserver. includes a very primitive backfill implementation such that we can upgrade to xrpc streams down the line. Signed-off-by: oppiliappan <me@oppi.li>
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
knotserver: introduce notifier package Notifier is a semaphore that can be used to indicate a change in a resource. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
jetstream.go
lexicons: rename, format and other required changes
1 year ago
middleware.go
defer last event time in appview ingester
1 year ago
routes.go
knotserver: calculate repoindex items in parallel performing rev-list and filetree in sequential occupy a large amount of the client budget. we can parallelize all these expensive operations. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
server.go
knotserver: introduce notifier package Notifier is a semaphore that can be used to indicate a change in a resource. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
util.go
knotserver: implement internal endpoint to record git push records git operations in an "oplog" table. this table can be routinely cleaned up as necessary. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago