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
7 folders
4 files
at
3ee002a15f72974196cca53b95b070cc0fb8174b
Winter
*/db: set sqlite options across all connections in the pool
1y ago
ea126347
config
*/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
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
engine
spindle/secrets: add openbao manager Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago
models
spindle: pass secrets to engine as env vars 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
secrets
*/db: actually enable foreign keys `sql.DB` pools connections, which means that there's a good chance that our foreign keys aren't actually being enforced, unless a goroutine happens to be using the connection that was made when we set `pragma foreign_keys = 1`. Signed-off-by: Winter <winter@winter.cafe>
1 year ago
xrpc
spindle/xrpc: pass a context down Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
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
motd
spindle: move MOTD to embedded file Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
server.go
spindle: ensure that event source is identical to the repo's knot thanks @winter.bsky.social for the report! 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