Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [networking-fixes] add option to bind outgoing RPC sockets (fix #638) | Alex Auvolat | 2024-02-19 | 1 | -0/+3 |
| | | | | Thanks to yuka for the original patch. | ||||
* | [import-netapp] import Netapp code into Garage codebase | Alex Auvolat | 2024-02-15 | 3 | -9/+8 |
| | |||||
* | [fix-secrets-695] config: replace String by PathBuf for *_filefix-secrets-695 | Alex Auvolat | 2024-02-12 | 1 | -3/+3 |
| | |||||
* | [dep-upgrade-202402] refactor dependencies: move all as workspace deps | Alex Auvolat | 2024-02-05 | 1 | -32/+32 |
| | |||||
* | Bump version to 0.9.1v0.9.1rel-v0.9.1 | Alex Auvolat | 2024-01-16 | 1 | -1/+1 |
| | |||||
* | Merge tag 'v0.8.5' into sync-08-09 | Alex Auvolat | 2024-01-16 | 1 | -143/+12 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -1/+1 |
| | | |||||
| * | config: refactor secret sourcing | Alex Auvolat | 2024-01-15 | 1 | -213/+7 |
| | | |||||
| * | Add allow_world_readable_secrets option to config file | Félix Baylac Jacqué | 2023-10-26 | 1 | -5/+77 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes, the secret files permissions checks gets in the way. It's by no mean complete, it doesn't take the Posix ACLs into account among other things. Correctly checking the ACLs would be too involving (see https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/658#issuecomment-7102) and would likely still fail in some weird chmod settings. We're adding a new configuration file key allowing the user to disable this permission check altogether. The (already existing) env variable counterpart always take precedence to this config file option. That's useful in cases where the configuration file is static and cannot be easily altered. Fixes https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/658 Co-authored-by: Florian Klink <flokli@flokli.de> | ||||
| * | util: move reading secret file into seperate helper | networkException | 2023-10-19 | 1 | -16/+19 |
| | | | | | | | | | | | | this patch moves the logic to read a secret file (and check for correct permissions) from `secret_from_file` into a new `read_secret_file` helper. | ||||
* | | bump version to v0.9.0v0.9.0next | Alex Auvolat | 2023-10-10 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'main' into nextv0.9.0-rc1 | Alex Auvolat | 2023-10-03 | 3 | -4/+50 |
|\| | |||||
| * | config: allow using paths for unix domain sockets in various places | networkException | 2023-09-29 | 1 | -4/+5 |
| | | | | | | | | | | | | | | this patch updates the config format to also allow paths in bind addresses for unix domain sockets. this has been added to all apis except rpc. | ||||
| * | util: add helper sum type for unix and tcp socket addresses | networkException | 2023-09-29 | 2 | -0/+45 |
| | | | | | | | | | | this patch introduces a new sum type that can represent either a tcp socket address or a unix domain socket path. | ||||
* | | actually update rmp-serde to 1.1.2 for both garage and netapp dependency ↵v0.9.0-beta4 | Alex Auvolat | 2023-09-27 | 1 | -2/+2 |
| | | | | | | | | (fix #629) | ||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-09-11 | 2 | -6/+60 |
|\| | |||||
| * | config: make block_size and sled_cache_capacity expressable as strings | Alex Auvolat | 2023-09-11 | 2 | -8/+58 |
| | | |||||
| * | make lmdb's map_size configurable (fix #628) | Alex Auvolat | 2023-09-11 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-09-11 | 1 | -2/+2 |
|\| | |||||
| * | update version to 0.8.4v0.8.4hold-netapp-0.5.2 | Alex Auvolat | 2023-09-05 | 1 | -1/+1 |
| | | |||||
* | | block manager: skeleton for multi-hdd support | Alex Auvolat | 2023-09-06 | 1 | -1/+21 |
| | | |||||
* | | Merge branch 'main' into nextv0.9.0-beta1 | Alex Auvolat | 2023-08-29 | 2 | -3/+3 |
|\| | |||||
| * | bump version to 0.8.3v0.8.3-rc1 | Alex Auvolat | 2023-08-28 | 1 | -1/+1 |
| | | |||||
| * | src/util: fix typo | Florian Klink | 2023-07-14 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-06-13 | 4 | -37/+23 |
|\| | |||||
| * | set default for [consul-services] api | Roberto Hidalgo | 2023-05-22 | 1 | -0/+1 |
| | | |||||
| * | simplify code according to feedback | Roberto Hidalgo | 2023-05-22 | 1 | -10/+5 |
| | | |||||
| * | rename mode to consul_http_api | Roberto Hidalgo | 2023-05-22 | 1 | -8/+8 |
| | | |||||
| * | follow feedback, fold into existing feature | Roberto Hidalgo | 2023-05-22 | 1 | -20/+19 |
| | | |||||
| * | allow additional ServiceMeta, docs | Roberto Hidalgo | 2023-05-22 | 1 | -0/+3 |
| | | |||||
| * | register consul services against local agent instead of catalog api | Roberto Hidalgo | 2023-05-22 | 1 | -2/+23 |
| | | |||||
| * | Split format_table into separate crate and reduce k2v-client dependenciesformat_table-v0.1.0 | Alex Auvolat | 2023-05-17 | 2 | -33/+0 |
| | | |||||
| * | *: apply clippy recommendations. | Jonathan Davies | 2023-05-09 | 2 | -2/+2 |
| | | |||||
* | | Make fsync an option for meta and data | Alex Auvolat | 2023-06-09 | 1 | -0/+7 |
| | | |||||
* | | Mark sled as deprecated, make lmdb default, and improve sqlite and lmdb defaults | Alex Auvolat | 2023-05-17 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-05-09 | 2 | -10/+5 |
|\| | |||||
| * | move git-version dependency to main crate to reduce rebuilds | Alex Auvolat | 2023-05-09 | 2 | -9/+4 |
| | | |||||
| * | 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 | ||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-04-25 | 12 | -51/+411 |
|\| | |||||
| * | Prepare for v0.8.2 | Alex Auvolat | 2023-03-13 | 1 | -2/+2 |
| | | |||||
| * | rpc/system_metrics.rs: Added rustversion label to garage_build_info metric. | Jonathan Davies | 2023-03-10 | 3 | -0/+15 |
| | | |||||
| * | util/forwarded_headers.rs: Generalized handle_forwarded_for_headers() | Jonathan Davies | 2023-03-03 | 2 | -0/+64 |
| | | | | | | | | here. | ||||
| * | fixes for pr 499config-files-env | Alex Auvolat | 2023-02-06 | 1 | -4/+4 |
| | | |||||
| * | secrets can be passed directly in config, as file, or as env | Alex Auvolat | 2023-02-03 | 1 | -46/+70 |
| | | |||||
| * | Cargo.toml: Loosen tracing dependency to just 0.1. | Jonathan Davies | 2023-01-26 | 1 | -1/+1 |
| | | |||||
| * | {model,util}/Cargo.toml: Updated blake2 from 0.9 to 0.10. | Jonathan Davies | 2023-01-26 | 2 | -3/+3 |
| | | |||||
| * | {db,util}/Cargo.toml: Updated mktemp from 0.4 to 0.5. | Jonathan Davies | 2023-01-26 | 1 | -1/+1 |
| | | |||||
| * | {garage,util}/Cargo.toml: Updated toml from 0.5 to 0.6. | Jonathan Davies | 2023-01-26 | 1 | -1/+1 |
| | | |||||
| * | util/time.rs: Updated deprecated associated function to timestamp_opt(). | Jonathan Davies | 2023-01-26 | 1 | -1/+1 |
| | | |||||
| * | Add tests for `rpc_secret_file` | Felix Scheinost | 2023-01-07 | 2 | -0/+122 |
| | |