Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [import-netapp] fix tests | Alex Auvolat | 2024-02-15 | 1 | -4/+68 |
| | |||||
* | [import-netapp] import Netapp code into Garage codebase | Alex Auvolat | 2024-02-15 | 1 | -42/+46 |
| | |||||
* | [fix-cargo-toml] fix cargo warnings in Cargo.toml filesfix-cargo-toml | Alex Auvolat | 2024-02-15 | 1 | -36/+36 |
| | |||||
* | [dep-upgrade-202402] update toml, kube and k8s-openapi | Alex Auvolat | 2024-02-08 | 1 | -309/+200 |
| | |||||
* | [lto-nix] enable LTO for release builds using Nixlto-nix | Alex Auvolat | 2024-02-08 | 1 | -1/+1 |
| | |||||
* | [dep-upgrade-202402] upgrade to http/hyper 1.x for tests | Alex Auvolat | 2024-02-05 | 1 | -2/+132 |
| | |||||
* | [dep-upgrade-202402] wip: port to http/hyper crates v1 | Alex Auvolat | 2024-02-05 | 1 | -45/+134 |
| | |||||
* | [dep-upgrade-202402] prepare migration to http/hyper 1.0 | Alex Auvolat | 2024-02-05 | 1 | -0/+2 |
| | |||||
* | [dep-upgrade-202402] update aws-sdk dependencies | Alex Auvolat | 2024-02-05 | 1 | -319/+638 |
| | |||||
* | [dep-upgrade-202402] upgrade easy dependencies | Alex Auvolat | 2024-02-05 | 1 | -84/+72 |
| | |||||
* | [dep-upgrade-202402] refactor dependencies: move all as workspace deps | Alex Auvolat | 2024-02-05 | 1 | -142/+75 |
| | |||||
* | [dep-upgrade-202402] update dependency minor versions using `cargo update` | Alex Auvolat | 2024-02-05 | 1 | -1309/+1494 |
| | |||||
* | Bump version to 0.9.1v0.9.1rel-v0.9.1 | Alex Auvolat | 2024-01-16 | 1 | -60/+60 |
| | |||||
* | Merge tag 'v0.8.5' into sync-08-09 | Alex Auvolat | 2024-01-16 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Garage v0.8.5 This minor release includes the following improvements and fixes: New features: - Configuration: make LMDB's `map_size` configurable and make `block_size` and `sled_cache_capacity` expressable as strings (such as `10M`) (#628, #630) - Add support for binding to Unix sockets for the S3, K2V, Admin and Web API servers (#640) - Move the `convert_db` command into the main Garage binary (#645) - Add support for specifying RPC secret and admin tokens as environment variables (#643) - Add `allow_world_readable_secrets` option to config file (#663, #685) Bug fixes: - Use `statvfs` instead of mount list to determine free space in metadata/data directories (#611, #631) - Add missing casts to fix 32-bit build (#632) - Fix error when none of the HTTP servers (S3/K2V/Admin/Web) is started and fix shutdown hang (#613, #633) - Add missing CORS headers to PostObject response (#609, #656) - Monitoring: finer histogram boundaries in Prometheus exported metrics (#531, #686) Other: - Documentation improvements (#641) | ||||
| * | Bump version to 0.8.5 | Alex Auvolat | 2024-01-16 | 1 | -60/+60 |
| | | |||||
| * | config: refactor secret sourcing | Alex Auvolat | 2024-01-15 | 1 | -1/+2 |
| | | |||||
* | | bump version to v0.9.0v0.9.0next | Alex Auvolat | 2023-10-10 | 1 | -60/+60 |
| | | |||||
* | | Merge branch 'main' into nextv0.9.0-rc1 | Alex Auvolat | 2023-10-03 | 1 | -1/+21 |
|\| | |||||
| * | cargo: add hyperlocal as a dependency | networkException | 2023-09-29 | 1 | -1/+21 |
| | | |||||
* | | actually update rmp-serde to 1.1.2 for both garage and netapp dependency ↵v0.9.0-beta4 | Alex Auvolat | 2023-09-27 | 1 | -13/+13 |
| | | | | | | | | (fix #629) | ||||
* | | update cargo.nix | Alex Auvolat | 2023-09-18 | 1 | -3/+4 |
| | | |||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-09-11 | 1 | -20/+19 |
|\| | |||||
| * | use statvfs instead of mount list to determine free data/meta space (fix #611) | Alex Auvolat | 2023-09-11 | 1 | -20/+18 |
| | | |||||
| * | config: make block_size and sled_cache_capacity expressable as strings | Alex Auvolat | 2023-09-11 | 1 | -2/+2 |
| | | |||||
| * | make lmdb's map_size configurable (fix #628) | Alex Auvolat | 2023-09-11 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-09-11 | 1 | -72/+72 |
|\| | |||||
| * | update version to 0.8.4v0.8.4hold-netapp-0.5.2 | Alex Auvolat | 2023-09-05 | 1 | -62/+61 |
| | | |||||
| * | Revert netapp update, hold to version 0.5.2 that uses rmp-serde 0.15 | Alex Auvolat | 2023-09-05 | 1 | -22/+11 |
| | | |||||
* | | update cargo.nix | Alex Auvolat | 2023-09-06 | 1 | -1/+2 |
| | | |||||
* | | update cargo.nix | Alex Auvolat | 2023-08-30 | 1 | -2/+2 |
| | | |||||
* | | use a NaiveDate in data model, it serializes to string (iso 8601 format) | Alex Auvolat | 2023-08-30 | 1 | -3/+4 |
| | | |||||
* | | Merge branch 'main' into nextv0.9.0-beta1 | Alex Auvolat | 2023-08-29 | 1 | -1812/+1646 |
|\| | |||||
| * | add garage_db dependency in garage_rpcnext-0.8 | Alex Auvolat | 2023-08-28 | 1 | -1/+2 |
| | | |||||
| * | bump version to 0.8.3v0.8.3-rc1 | Alex Auvolat | 2023-08-28 | 1 | -59/+59 |
| | | |||||
| * | update cargo.nix | Alex Auvolat | 2023-08-28 | 1 | -934/+859 |
| | | |||||
| * | Update Cargo.nix | Alex Auvolat | 2023-07-03 | 1 | -70/+45 |
| | | |||||
| * | Update Cargo.nix | Alex Auvolat | 2023-06-27 | 1 | -1350/+1295 |
| | | |||||
* | | update netapp's rmp-serde dependency to v1.1 | Alex Auvolat | 2023-06-13 | 1 | -21/+9 |
| | | |||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-06-13 | 1 | -1564/+1681 |
|\| | |||||
| * | bump k2v-client to v0.0.4k2v-client-aws-sigv4 | Alex Auvolat | 2023-05-22 | 1 | -5/+5 |
| | | |||||
| * | Add basic k2v_client integration tests | Alex Auvolat | 2023-05-22 | 1 | -1/+2 |
| | | |||||
| * | Port k2v-client to aws-sigv4 since rusoto_signature is deprecated | Alex Auvolat | 2023-05-19 | 1 | -214/+204 |
| | | |||||
| * | add tracing to k2v-client | Alex Auvolat | 2023-05-18 | 1 | -4/+8 |
| | | |||||
| * | fix clippy lint in format-table crateformat_table-v0.1.1split-format-table | Alex Auvolat | 2023-05-17 | 1 | -6/+6 |
| | | |||||
| * | Split format_table into separate crate and reduce k2v-client dependenciesformat_table-v0.1.0 | Alex Auvolat | 2023-05-17 | 1 | -35/+43 |
| | | |||||
| * | fix base64 uses | Alex Auvolat | 2023-05-16 | 1 | -28/+30 |
| | | |||||
| * | update Cargo.nix | Alex Auvolat | 2023-05-11 | 1 | -539/+788 |
| | | |||||
* | | move git-version dependency to main crate to reduce rebuilds | Alex Auvolat | 2023-06-09 | 1 | -6/+6 |
| | | |||||
* | | Mark sled as deprecated, make lmdb default, and improve sqlite and lmdb defaults | Alex Auvolat | 2023-05-17 | 1 | -72/+72 |
| | | |||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-05-09 | 1 | -96/+34 |
|\| |