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
/
spindle
5 folders
3 files
at
e7a160961536da3d9ffc418b382d325f8b9b2ce8
John Andersen
spindle: engine: more specific image pull error message
1y ago
e47737da
config
spindle: engine: more specific image pull error message time=2025-07-13T14:35:21.719Z level=ERROR msg="pipeline failed!" component=spindle image=nixery.tangled.sh/python/bash/git/coreutils/nix workflowId=knot1.tangled.sh-3ltu3twqimw22-fix-todos.yaml error="Error response from daemon: received unexpected HTTP status: 500 Internal Server Error Related: https://discord.com/channels/1361963801993285692/1393783888530243647/1393964321431617586 Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
1 year ago
db
appview,spindle: handle graceful shutdown of websockets Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
engine
spindle: engine: more specific image pull error message time=2025-07-13T14:35:21.719Z level=ERROR msg="pipeline failed!" component=spindle image=nixery.tangled.sh/python/bash/git/coreutils/nix workflowId=knot1.tangled.sh-3ltu3twqimw22-fix-todos.yaml error="Error response from daemon: received unexpected HTTP status: 500 Internal Server Error Related: https://discord.com/channels/1361963801993285692/1393783888530243647/1393964321431617586 Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
1 year ago
models
spindle: rework clone step use git fetch instead of git clone. git clone is lacking in that it does not permit cloning at a specific rev. when paired with `--branch` flag, there is no guarantee if the required rev is available in the shallow clone. with git fetch however, we are able to fetch a specific rev. the steps are a little more involved however: git init git remote add origin <url> git fetch --depth=<d> --recurse-submodules=<yes|no> <sha> git checkout FETCH_HEAD Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
queue
spindle: rework db schema Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
ingester.go
spindle: fix invite check & did filter Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
server.go
spindle: fix rbac domain prefix Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
stream.go
appview,spindle: handle graceful shutdown of websockets Signed-off-by: oppiliappan <me@oppi.li>
1 year ago