Commit graph

19 commits

Author SHA1 Message Date
445d1b7ccd
remove extra log line
All checks were successful
tests / go test (push) Successful in 16s
tests / golangci-lint (push) Successful in 17s
2025-03-06 21:57:06 -08:00
404acf6b7f
fix logic and log statement
All checks were successful
tests / go test (push) Successful in 8s
tests / golangci-lint (push) Successful in 16s
2025-03-06 21:41:19 -08:00
c86cc3da61
linter & use mutex
All checks were successful
tests / go test (push) Successful in 8s
tests / golangci-lint (push) Successful in 14s
2025-03-06 21:39:37 -08:00
affa5919f7
implement full request flow 2025-03-06 21:33:46 -08:00
cb20155b1e
pull out client reduce replay attack surface
Some checks failed
tests / go test (push) Successful in 17s
tests / golangci-lint (push) Failing after 17s
2025-03-06 20:33:19 -08:00
bfb88a05ff
chore(deps): update dependency golangci-lint to v1.64.6 (#6)
All checks were successful
tests / go test (push) Successful in 30s
tests / golangci-lint (push) Successful in 39s
Reviewed-on: #6
Co-authored-by: renovate[bot] <renovate@rgst.io>
Co-committed-by: renovate[bot] <renovate@rgst.io>
2025-03-04 23:03:19 +00:00
129550df35
fix(deps): update module google.golang.org/grpc to v1.71.0 (#8)
All checks were successful
tests / go test (push) Successful in 32s
tests / golangci-lint (push) Successful in 56s
Reviewed-on: #8
Co-authored-by: renovate[bot] <renovate@rgst.io>
Co-committed-by: renovate[bot] <renovate@rgst.io>
2025-03-04 22:55:17 +00:00
4bd08863eb
chore(deps): update dependency golang to v1.24.1 (#7)
Some checks failed
tests / golangci-lint (push) Has been cancelled
tests / go test (push) Has been cancelled
Reviewed-on: #7
Co-authored-by: renovate[bot] <renovate@rgst.io>
Co-committed-by: renovate[bot] <renovate@rgst.io>
2025-03-04 22:55:09 +00:00
a5d79f2787
switch to session model w/ client side enc
All checks were successful
tests / golangci-lint (push) Successful in 52s
tests / go test (push) Successful in 52s
2025-03-01 11:01:27 -08:00
eb74b6ea15
support encryption
Some checks failed
tests / golangci-lint (push) Failing after 20s
tests / go test (push) Successful in 41s
2025-03-01 10:10:47 -08:00
db95258d63
fix(deps): update module github.com/ncruces/go-sqlite3 to v0.24.0 (#5)
All checks were successful
tests / go test (push) Successful in 7s
tests / golangci-lint (push) Successful in 49s
Reviewed-on: #5
Co-authored-by: renovate[bot] <renovate@rgst.io>
Co-committed-by: renovate[bot] <renovate@rgst.io>
2025-02-28 21:13:55 +00:00
ebb558b167 fix(deps): update module entgo.io/ent to v0.14.3 (#4)
All checks were successful
tests / go test (push) Successful in 38s
tests / golangci-lint (push) Successful in 49s
Co-authored-by: renovate[bot] <renovate@rgst.io>
Co-committed-by: renovate[bot] <renovate@rgst.io>
2025-02-28 02:58:11 +00:00
05bfa6e729 fix(deps): update module github.com/ncruces/go-sqlite3 to v0.23.3 (#3)
All checks were successful
tests / golangci-lint (push) Successful in 17s
tests / go test (push) Successful in 1m1s
Co-authored-by: renovate[bot] <renovate@rgst.io>
Co-committed-by: renovate[bot] <renovate@rgst.io>
2025-02-24 17:58:23 +00:00
e49d9b61aa
chore(renovate): add renovate.json
All checks were successful
tests / go test (push) Successful in 8s
tests / golangci-lint (push) Successful in 15s
2025-02-23 12:29:55 -08:00
7993a6a054
chore: typos
All checks were successful
tests / golangci-lint (push) Successful in 27s
tests / go test (push) Successful in 33s
2025-02-22 22:19:48 -08:00
886e8aa11e
feat: key generation, basic CLI
All checks were successful
tests / golangci-lint (push) Successful in 51s
tests / go test (push) Successful in 55s
2025-02-22 22:11:11 -08:00
497cac49dd
feat: stub gRPC server and DB layer
All checks were successful
tests / go test (push) Successful in 41s
tests / golangci-lint (push) Successful in 41s
2025-02-22 18:39:14 -08:00
1f62001404
ci: use ACTUAL_GITHUB_TOKEN secret
All checks were successful
tests / golangci-lint (push) Successful in 30s
tests / go test (push) Successful in 33s
2025-02-13 18:06:57 -08:00
a0c82943d5
chore: initial commit w/ stencil
Some checks failed
tests / golangci-lint (push) Failing after 29s
tests / go test (push) Failing after 47s
2025-02-13 18:01:03 -08:00