aboutsummaryrefslogtreecommitdiff
path: root/src/k2v-client/bin/k2v-cli.rs
Commit message (Collapse)AuthorAgeFilesLines
* introduce dedicated return type for PollRangetrinity-1686a2023-06-241-11/+7
|
* Port k2v-client to aws-sigv4 since rusoto_signature is deprecatedAlex Auvolat2023-05-191-8/+7
|
* add tracing to k2v-clientAlex Auvolat2023-05-181-0/+9
|
* Split format_table into separate crate and reduce k2v-client dependenciesformat_table-v0.1.0Alex Auvolat2023-05-171-1/+1
|
* 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>