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
85c4eb9b3d909e1fb2a2c47fbbf6c015efb99fa9
oppiliappan
workflow: move workflow parsing into compiler
1y ago
bba4923d
config
workflow: move workflow parsing into compiler this simplifies the error collection logic a lot. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
db
knotserver: switch timestamps to unix nanos Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
git
knotserver: fix commit counting for branch creation rev-list was over-counting Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
xrpc
knotserver: minor fixups to xrpc APIs Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
events.go
knotclient: use unix nanos in event consumer Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
file.go
appview/ingester: ingest sh.tangled.string from the firehose Signed-off-by: oppiliappan <me@oppi.li>
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: add xrpc api for set default branch 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
ingester.go
workflow: move workflow parsing into compiler this simplifies the error collection logic a lot. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
internal.go
workflow: move workflow parsing into compiler this simplifies the error collection logic a lot. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
middleware.go
defer last event time in appview ingester
1 year ago
routes.go
knotserver: allow downloading archives of refs with slashes in their names This allows us to be more precise when downloading e.g. tags that have the same name as branches (in which case Git defaults to the branch, not sure what go-git does). Signed-off-by: Winter <winter@winter.cafe>
1 year ago
server.go
knotserver,spindle: ingest collaborator record and update rbac Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
util.go
rbac,knotserver: move `ThisServer` const to rbac pkg Signed-off-by: oppiliappan <me@oppi.li>
1 year ago