Commit graph

7 commits

Author SHA1 Message Date
Alex Senger
27c6be0d1b
#23 fixes context in tests 2024-09-20 11:37:52 +02:00
Alex Senger
8a4cb38940
#23 threads context through to stores 2024-09-19 10:28:31 +02:00
Alex Senger
1760aaf19d
#188 allows redis store to use clustered redis 2024-09-13 14:14:56 +02:00
Alex Senger
1e621394d5
#21 allows to overwrite postgres connection 2024-04-19 17:11:10 +02:00
Alex Senger
f0acb329f7
#9 fixes linting issues 2024-04-10 16:45:34 +02:00
Matias Morán Losada
71bbc397e2 An attempt to work around a gopkg.in/module error in a dependency (#100)
* An attempt to work around a gopkg.in/module error in a dependency

* replace go-sqlmock module to new source in tests
2019-08-31 13:19:23 -07:00
Harlow Ward
c72f561abd
Replace Checkpoint with Store interface (#90)
As we work towards introducing consumer groups to the repository we need a more generic name for the persistence layer for storing checkpoints and leases for given shards. 

* Rename `checkpoint` to `store`
2019-07-28 21:18:40 -07:00