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
80dba691739b90e5fafc511b3008f86acffb025a
oppiliappan
spindle: rework clone step
1y ago
d52bd97a
config
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
db
appview,spindle: handle graceful shutdown of websockets Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
engine
spindle/engine: fix flaky envs test Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
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