aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAgeFilesLines
* update version to 0.8.4v0.8.4hold-netapp-0.5.2Alex Auvolat2023-09-051-1/+1
|
* bump version to 0.8.3v0.8.3-rc1Alex Auvolat2023-08-281-1/+1
|
* src/util: fix typoFlorian Klink2023-07-141-1/+1
|
* 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
|
* 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
| | | | | | | | 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.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
| | | | here.
* 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
|
* Remove token_bucket.rsAlex Auvolat2023-01-042-41/+0
|
* use impossible enum typeAlex Auvolat2023-01-031-1/+1
|
* more idiomatic and shorterAlex Auvolat2023-01-031-1/+1
|
* fix doc and add tests for migrate.rsformat-migrationAlex Auvolat2023-01-031-6/+91
|
* move debug_serialize to garage_util::encodeAlex Auvolat2023-01-033-16/+17
|
* Make it explicit when using nonversioned encodingAlex Auvolat2023-01-034-23/+34
|
* Refactor how things are migratedAlex Auvolat2023-01-034-12/+103
|
* Merge branch 'main' into internals-reworkinternals-reworkAlex Auvolat2023-01-021-2/+2
|\
| * Bump everything to v0.8.1Alex Auvolat2023-01-021-2/+2
| |
* | Get rid of background::spawnAlex Auvolat2022-12-141-16/+0
| |
* | Simplified and more aggressive worker exit logicAlex Auvolat2022-12-141-50/+23
| |
* | Refactor background runner and get rid of job workerAlex Auvolat2022-12-142-99/+13
|/
* cli: prettier table in garage statsAlex Auvolat2022-12-131-2/+6
|
* Prettier worker list table; remove useless CLI log messagesAlex Auvolat2022-12-122-7/+18
|
* Fix issue with 'http(s)://' prefixconsul-tlsAlex Auvolat2022-10-181-2/+2
|
* Add TLS support for Consul discovery + refactoringAlex Auvolat2022-10-181-10/+35
|
* Fix instant substractions that might have panickedfix-timeAlex Auvolat2022-09-292-6/+12
|
* RPC performance changesAlex Auvolat2022-09-191-0/+5
| | | | | | - configurable ping timeout - single, much higher, configurable RPC timeout - no more concurrency semaphore
* Allow for hostnames in bootstrap_peers and rpc_public_addr (fix #353)resolve-peer-namesAlex Auvolat2022-09-141-25/+3
|
* Fix clippy lint that says we should implement EqAlex Auvolat2022-09-135-5/+5
|
* Merge pull request 'use netapp streaming body' (#343) from ↵Alex2022-09-131-3/+1
|\ | | | | | | | | | | netapp-stream-body into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/343
| * Use netapp 0.5 published from crates.ioAlex Auvolat2022-09-131-2/+1
| |