garage/src/garage
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
..
cli Configure structopt to report the right version 2022-08-11 10:21:45 +02:00
repair Background task manager (#332) 2022-07-08 13:30:26 +02:00
tests add delays in k2v test_items_and_indices 2022-07-08 10:41:57 +02:00
admin.rs Background task manager (#332) 2022-07-08 13:30:26 +02:00
Cargo.toml Background task manager (#332) 2022-07-08 13:30:26 +02:00
main.rs Configure structopt to report the right version 2022-08-11 10:21:45 +02:00
server.rs improve internal item counter mechanisms and implement bucket quotas (#326) 2022-06-15 20:20:28 +02:00
tracing_setup.rs First version of admin API (#298) 2022-05-24 12:16:39 +02:00