No description
Find a file
Andrew Ferrazzutti f15260d1ca Drop postgres schema on failed migration
If db-move fails, don't leave behind a partially-created postgres DB
that will block attempts at future migrations.

Only delete schemas created by the current db-move, lest a valid,
pre-existing postgres DB exists that shouldn't be deleted.
2022-08-11 11:18:47 -04:00
cmd/signaldctl Drop postgres schema on failed migration 2022-08-11 11:18:47 -04:00
debian add db move subcommand 2022-02-22 15:46:27 -08:00
signald bump protocol 2022-05-17 18:14:09 -07:00
tools/generator avoid races when sending requests 2022-04-10 22:41:24 +00:00
.aptly.conf Add .aptly.conf 2021-01-30 01:09:30 -08:00
.gitignore Add shell completion 2021-02-02 21:03:02 -08:00
.gitlab-ci.yml add new db migration code, add sqlite to postgres migration test in CI 2022-05-17 17:59:24 -07:00
go.mod add db move subcommand 2022-02-22 15:46:27 -08:00
go.sum add db move subcommand 2022-02-22 15:46:27 -08:00
LICENSE Allow users to configure a default account 2021-02-01 19:14:10 -08:00
Makefile Try to fix the debian version tags 2021-08-07 13:29:42 -07:00
protocol.json bump protocol 2022-05-17 18:14:09 -07:00
README.md Update some links 2021-07-23 18:38:05 -07:00
version.sh Try to fix the debian version tags 2021-08-07 13:29:42 -07:00

signald-go

a golang library for communicating with signald

for signaldctl, see signaldctl README