Commit Graph

7 Commits

Author SHA1 Message Date
Alexis Couvreur
3eb7d480da feat: add persistent storage (#30)
* refactor: remove unused default timeout

* feat: add persistent storage

Allows you to save the state to a file and load it upon restarting the app to restore the previous state.

* chore: upgrade to go 1.18

* use tinykv with generics

* build: add "-buildvcs=false" flag

Git is not available in golang:1.18-alpine image
2022-07-23 12:53:23 -04:00
Alexis Couvreur
0edf684643 ci: add "beta" branch to ci release trigger" 2022-07-23 12:53:23 -04:00
Alexis Couvreur
4f89362e41 ci: release on beta branch 2022-07-23 12:53:23 -04:00
Alexis Couvreur
fab46ad4c6 ci: release go binaries for linux/amd64 linux/arm64 linux/arm/v7 (#19) 2021-10-29 00:07:21 +02:00
Alexis COUVREUR
42b0a9a354 ci: build docker image on tag 2021-10-01 22:05:31 +02:00
Alexis COUVREUR
f2eabd73b6 ci(release): use PAT to trigger docker build on tag 2021-09-28 14:22:43 +02:00
Alexis Couvreur
f78af94572 ci: add build, docker and release pipelines (#6) 2021-09-25 22:22:46 +00:00