Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [dep-upgrade-202402] upgrade to http/hyper 1.x for tests | Alex Auvolat | 2024-02-05 | 1 | -1/+3 |
| | |||||
* | [dep-upgrade-202402] update aws-sdk dependencies | Alex Auvolat | 2024-02-05 | 1 | -0/+1 |
| | |||||
* | [dep-upgrade-202402] refactor dependencies: move all as workspace deps | Alex Auvolat | 2024-02-05 | 1 | -16/+16 |
| | |||||
* | bump k2v-client to v0.0.4k2v-client-aws-sigv4 | Alex Auvolat | 2023-05-22 | 1 | -1/+1 |
| | |||||
* | Port k2v-client to aws-sigv4 since rusoto_signature is deprecated | Alex Auvolat | 2023-05-19 | 1 | -5/+7 |
| | |||||
* | add tracing to k2v-client | Alex Auvolat | 2023-05-18 | 1 | -2/+4 |
| | |||||
* | Split format_table into separate crate and reduce k2v-client dependenciesformat_table-v0.1.0 | Alex Auvolat | 2023-05-17 | 1 | -3/+2 |
| | |||||
* | k2v-client 0.0.2 | Alex Auvolat | 2023-05-16 | 1 | -1/+1 |
| | |||||
* | fix base64 uses | Alex Auvolat | 2023-05-16 | 1 | -1/+2 |
| | |||||
* | k2v-client/Cargo.toml: Make tokio dep match other packages. | Jonathan Davies | 2023-05-09 | 1 | -1/+1 |
| | |||||
* | Declare garage crates using workspace.dependencies | Jakub Jirutka | 2023-05-09 | 1 | -1/+1 |
| | | | | | | | | This will allow to really disable "sled" feature without declaring `default-features = false` in every Cargo.toml where garage_db and garage_model is used. See https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table | ||||
* | Prepare for v0.8.2 | Alex Auvolat | 2023-03-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'main' into k2v-watch-range-2 | Alex Auvolat | 2023-01-26 | 1 | -7/+7 |
|\ | |||||
| * | Cargo.toml: Updated clap from 3.1.18 to 4.1. | Jonathan Davies | 2023-01-26 | 1 | -1/+1 |
| | | |||||
| * | k2v-client/Cargo.toml: Loosen dependencies. | Jonathan Davies | 2023-01-26 | 1 | -5/+5 |
| | | |||||
| * | Cargo.toml: Updated base64 from 0.13 to 0.21. | Jonathan Davies | 2023-01-26 | 1 | -1/+1 |
| | | |||||
* | | Poll cleanup | Alex Auvolat | 2023-01-11 | 1 | -1/+1 |
| | | |||||
* | | k2v-client libary poll_range and CLI poll-range | Alex Auvolat | 2023-01-11 | 1 | -1/+2 |
|/ | |||||
* | Bump everything to v0.8.1 | Alex Auvolat | 2023-01-02 | 1 | -1/+1 |
| | |||||
* | definitively expunge openssl from dependencies everywhere | Alex Auvolat | 2022-10-14 | 1 | -1/+1 |
| | |||||
* | Bump versions to 0.8.0 (compatibility is broken already) | Alex Auvolat | 2022-09-06 | 1 | -1/+1 |
| | |||||
* | Publish k2v-client crate to crates.io (#337) | Alex | 2022-07-04 | 1 | -2/+7 |
| | | | | | | | Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/337 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me> | ||||
* | K2V client improvements (#307)v0.7.2 | Alex | 2022-05-24 | 1 | -0/+5 |
| | | | | | | | | | | | - [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> | ||||
* | Add a K2V client library and CLI (#303) | trinity-1686a | 2022-05-18 | 1 | -0/+27 |
lib.rs could use getting split in modules, but I'm not sure how exactly Co-authored-by: trinity-1686a <trinity@deuxfleurs.fr> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/303 Co-authored-by: trinity-1686a <trinity.pointard@gmail.com> Co-committed-by: trinity-1686a <trinity.pointard@gmail.com> |