Gwen Lg
|
141b3f24f1
|
chore: clean relative to references and borrows
- lint message: the borrowed expression implements the required traits
help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_borrows_for_generic_args
- lint message: this expression creates a reference which is immediately dereferenced by the compiler
help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_borrow
- lint message: you don't need to add `&` to all patterns
help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#match_ref_pat
- remove useless taken reference
lint message: needlessly taken reference of left operand
help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#op_ref
- use &Path instead of &PathBuf as fn parameters
lint message: writing `&PathBuf` instead of `&Path` involves a new object where a slice will do
help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#ptr_arg
|
2026-01-29 20:49:28 +01:00 |
|
Alex Auvolat
|
dc1a4ffd76
|
Merge branch 'main' into next-v2
|
2025-06-13 14:01:39 +02:00 |
|
Alex Auvolat
|
e6862c5d3d
|
cli: uniformize output and add some infos
|
2025-03-12 15:05:37 +01:00 |
|
Alex Auvolat
|
7c8fc04b96
|
massively speed up compilation of garage_api_admin by not using async_trait
|
2025-02-05 19:37:38 +01:00 |
|
Alex Auvolat
|
6a1079c412
|
admin api: impl RequestHandler for MetricsRequest
|
2025-02-03 18:54:51 +01:00 |
|
Alex Auvolat
|
b1629dd355
|
cli_v2: implement RetryBlockResync and PurgeBlocks
|
2025-02-03 18:54:51 +01:00 |
|
Alex Auvolat
|
d405a9f839
|
cli_v2: implement ListBlockErrors and GetBlockInfo
|
2025-02-03 18:54:51 +01:00 |
|