Commit Graph

9 Commits

Author SHA1 Message Date
Asim Aslam
71dc4459d2 Add opts to service proto (#1517)
* Add opts to service proto

* Support database/table opts
2021-02-19 12:48:01 +03:00
Asim Aslam
82496bae86 prefix store dir 2021-02-19 12:48:01 +03:00
c691d2c5a1 dont display t.Log/t.Logf as errors in github actions (#1508)
* fix tests and github action annotations

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2021-02-19 12:48:01 +03:00
Asim Aslam
2ee0a43774 use single data bucket 2021-02-19 12:48:01 +03:00
Asim Aslam
1c20be9d91 add Store Close method (#1500)
* add Store Close method

* Update sync store build failure
2021-02-19 12:48:01 +03:00
Asim Aslam
d5ceff0944 fix file tests 2021-02-19 12:48:01 +03:00
Janos Dobronszki
af9214a4f9 Setting up file store in constructor and not in init which is o… (#1499) 2021-02-19 12:48:01 +03:00
Janos Dobronszki
090303e1af Use file store by default (as opposed to memory store) (#1498)
* Use file store by default (as opposed to memory store)

* Default table for file store
2021-02-19 12:48:01 +03:00
Janos Dobronszki
c65fec6a6c Disk backed local store (#1491) 2021-02-19 12:48:01 +03:00