aboutsummaryrefslogtreecommitdiff
path: root/src/k2v-client/bin
Commit message (Collapse)AuthorAgeFilesLines
* cargo fmtk2v-client-fixesAlex Auvolat2023-05-161-1/+3
|
* k2v-cli: fix sort_key being partition_key and specify which keyAlex Auvolat2023-05-161-3/+3
|
* fix base64 usesAlex Auvolat2023-05-161-4/+6
|
* k2v-client libary poll_range and CLI poll-rangeAlex Auvolat2023-01-111-52/+151
|
* Fix poll item when item didn't changek2v-poll-fixAlex Auvolat2022-07-041-1/+8
|
* Add `poll` command to `k2v-cli` (#335)Alex2022-07-041-0/+28
| | | | | | | Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/335 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me>
* K2V client improvements (#307)v0.7.2Alex2022-05-241-0/+466
- [x] Better distinguish error types - [x] Parse error messages received from server - [x] Remove `src/` folder layer, we don't have that for other crates Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/307 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me>