garage/src/rpc
Quentin 2c7bae935a
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/tag Build is passing
continuous-integration/drone Build is passing
continuous-integration/drone/push Build is passing
Configure structopt to report the right version
By default, structopt reports the value provided by
the env var CARGO_PKG_VERSION, feeded by Cargo when reading
Cargo.toml. However for Garage we use a versioning based on git,
so we often report a version that is behind the real version.
In this commit, we create garage_util::version::garage() that
reports the right version and configure all structopt subcommands
to call this function instead of using the env var.
2022-08-11 10:21:45 +02:00
..
Cargo.toml Configure structopt to report the right version 2022-08-11 10:21:45 +02:00
consul.rs Fix some new clippy lints 2022-03-14 12:27:49 +01:00
kubernetes.rs Add feature flag for Kubernetes discovery 2022-03-24 16:57:43 +01:00
layout.rs First version of admin API (#298) 2022-05-24 12:16:39 +02:00
lib.rs Add feature flag for Kubernetes discovery 2022-03-24 16:57:43 +01:00
metrics.rs Add many metrics in table/ and rpc/ 2022-03-14 10:51:50 +01:00
ring.rs Improve how node roles are assigned in Garage 2021-11-16 16:05:53 +01:00
rpc_helper.rs Fix some new clippy lints 2022-03-14 12:27:49 +01:00
system.rs Configure structopt to report the right version 2022-08-11 10:21:45 +02:00