aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.9.1v0.9.1rel-v0.9.1Alex Auvolat2024-01-161-1/+1
* Merge tag 'v0.8.5' into sync-08-09Alex Auvolat2024-01-161-143/+12
|\
| * Bump version to 0.8.5Alex Auvolat2024-01-161-1/+1
| * config: refactor secret sourcingAlex Auvolat2024-01-151-213/+7
| * Add allow_world_readable_secrets option to config fileFélix Baylac Jacqué2023-10-261-5/+77
| * util: move reading secret file into seperate helpernetworkException2023-10-191-16/+19
* | bump version to v0.9.0v0.9.0nextAlex Auvolat2023-10-101-1/+1
* | Merge branch 'main' into nextv0.9.0-rc1Alex Auvolat2023-10-033-4/+50
|\|
| * config: allow using paths for unix domain sockets in various placesnetworkException2023-09-291-4/+5
| * util: add helper sum type for unix and tcp socket addressesnetworkException2023-09-292-0/+45
* | actually update rmp-serde to 1.1.2 for both garage and netapp dependency (fix...v0.9.0-beta4Alex Auvolat2023-09-271-2/+2
* | Merge branch 'main' into nextAlex Auvolat2023-09-112-6/+60
|\|
| * config: make block_size and sled_cache_capacity expressable as stringsAlex Auvolat2023-09-112-8/+58
| * make lmdb's map_size configurable (fix #628)Alex Auvolat2023-09-111-0/+4
* | Merge branch 'main' into nextAlex Auvolat2023-09-111-2/+2
|\|
| * update version to 0.8.4v0.8.4hold-netapp-0.5.2Alex Auvolat2023-09-051-1/+1
* | block manager: skeleton for multi-hdd supportAlex Auvolat2023-09-061-1/+21
* | Merge branch 'main' into nextv0.9.0-beta1Alex Auvolat2023-08-292-3/+3
|\|
| * bump version to 0.8.3v0.8.3-rc1Alex Auvolat2023-08-281-1/+1
| * src/util: fix typoFlorian Klink2023-07-141-1/+1
* | Merge branch 'main' into nextAlex Auvolat2023-06-134-37/+23
|\|
| * set default for [consul-services] apiRoberto Hidalgo2023-05-221-0/+1
| * simplify code according to feedbackRoberto Hidalgo2023-05-221-10/+5
| * rename mode to consul_http_apiRoberto Hidalgo2023-05-221-8/+8
| * follow feedback, fold into existing featureRoberto Hidalgo2023-05-221-20/+19
| * allow additional ServiceMeta, docsRoberto Hidalgo2023-05-221-0/+3
| * register consul services against local agent instead of catalog apiRoberto Hidalgo2023-05-221-2/+23
| * Split format_table into separate crate and reduce k2v-client dependenciesformat_table-v0.1.0Alex Auvolat2023-05-172-33/+0
| * *: apply clippy recommendations.Jonathan Davies2023-05-092-2/+2
* | Make fsync an option for meta and dataAlex Auvolat2023-06-091-0/+7
* | Mark sled as deprecated, make lmdb default, and improve sqlite and lmdb defaultsAlex Auvolat2023-05-171-1/+1
* | Merge branch 'main' into nextAlex Auvolat2023-05-092-10/+5
|\|
| * move git-version dependency to main crate to reduce rebuildsAlex Auvolat2023-05-092-9/+4
| * Declare garage crates using workspace.dependenciesJakub Jirutka2023-05-091-1/+1
* | Merge branch 'main' into nextAlex Auvolat2023-04-2512-51/+411
|\|
| * Prepare for v0.8.2Alex Auvolat2023-03-131-2/+2
| * rpc/system_metrics.rs: Added rustversion label to garage_build_info metric.Jonathan Davies2023-03-103-0/+15
| * util/forwarded_headers.rs: Generalized handle_forwarded_for_headers()Jonathan Davies2023-03-032-0/+64
| * fixes for pr 499config-files-envAlex Auvolat2023-02-061-4/+4
| * secrets can be passed directly in config, as file, or as envAlex Auvolat2023-02-031-46/+70
| * Cargo.toml: Loosen tracing dependency to just 0.1.Jonathan Davies2023-01-261-1/+1
| * {model,util}/Cargo.toml: Updated blake2 from 0.9 to 0.10.Jonathan Davies2023-01-262-3/+3
| * {db,util}/Cargo.toml: Updated mktemp from 0.4 to 0.5.Jonathan Davies2023-01-261-1/+1
| * {garage,util}/Cargo.toml: Updated toml from 0.5 to 0.6.Jonathan Davies2023-01-261-1/+1
| * util/time.rs: Updated deprecated associated function to timestamp_opt().Jonathan Davies2023-01-261-1/+1
| * Add tests for `rpc_secret_file`Felix Scheinost2023-01-072-0/+122
| * Error on both `rpc_secret` and `rpc_secret_file`Felix Scheinost2023-01-071-1/+7
| * Implement `rpc_secret_file`Felix Scheinost2023-01-041-2/+24
| * bg var operation on all nodes at onceworker-getAlex Auvolat2023-01-041-0/+6
| * Uniform framework for bg variable managementAlex Auvolat2023-01-043-0/+142