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
00727cfdef3e4a9906132cd62d5b277989e729e4
Winter
knotserver: always show pipeline errors
1y ago
d3e7d517
config
knotserver: always show pipeline errors IMO, we shouldn't make errors opt-in to actually show upon push, at least not if/until we have a UI to show them to the user. Signed-off-by: Winter <winter@winter.cafe>
1 year ago
db
*/db: set sqlite options across all connections in the pool This does result in the removal of some options that aren't supported by the SQLite driver [0], but IMO we can stick with the defaults for these. [0]: https://github.com/mattn/go-sqlite3#connection-string Signed-off-by: Winter <winter@winter.cafe>
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: special-case tangled.sh host in push rejection msg Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago
handler.go
appview,knotserver,spindle: rework jetstream do not return errors from ingesters, this causes the read loop to be killed. 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
appview,knotserver,spindle: rework jetstream do not return errors from ingesters, this causes the read loop to be killed. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
internal.go
knotserver: always show pipeline errors IMO, we shouldn't make errors opt-in to actually show upon push, at least not if/until we have a UI to show them to the user. Signed-off-by: Winter <winter@winter.cafe>
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