Gwen Lg
|
f2f6669bf0
|
style: clean use for question_mark
- remove useless `Ok` enclosing with `?`
lint message: enclosing `Ok` and `?` operator are unneeded
help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_question_mark
- use question mark instead of manual implementation
lint message: this `match` expression can be replaced with `?`
help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#question_mark
|
2026-01-29 20:49:28 +01:00 |
|
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 |
|
Gwen Lg
|
295c850380
|
chore: add taplo.toml and resave Cargo.toml
Signed-off-by: Gwen Lg <me@gwenlg.fr>
|
2026-01-29 20:49:28 +01:00 |
|
Alex Auvolat
|
582b168b6a
|
bump version to v2.2.0
|
2026-01-24 12:32:22 +01:00 |
|
trinity-1686a
|
ef913843f7
|
fmt
|
2025-11-01 19:35:11 +01:00 |
|
trinity-1686a
|
1fe932d07f
|
migrate to this error
it doesn't generate a bazillion warning at compile time
|
2025-11-01 17:25:23 +01:00 |
|
Alex Auvolat
|
b43f309ec7
|
bump version to v2.1.0
|
2025-09-15 15:50:02 +02:00 |
|
Alex Auvolat
|
4c139bcbca
|
add error case for layout not ready, and fail earlier in many places
|
2025-09-13 20:52:51 +02:00 |
|
Alex
|
47772eb525
|
Merge pull request 'fix: return consistent cors headers on api error' (#1115) from Xstoudi/garage:fix/consistent-cors into main-v2
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1115
|
2025-08-27 16:19:36 +00:00 |
|
trinity-1686a
|
6f9d6919a9
|
log access keys
|
2025-08-03 15:31:51 +02:00 |
|
Xavier Stouder
|
985ad68ade
|
fix: run cargo format
|
2025-07-31 22:52:27 +02:00 |
|
Xavier Stouder
|
0dabf9b22f
|
fix: return consistent cors headers on api error
|
2025-07-30 22:20:48 +02:00 |
|
Alex Auvolat
|
d38d62f4d7
|
bump version to v2.0.0
|
2025-04-17 12:36:41 +02:00 |
|
Alex Auvolat
|
1e13a66b42
|
rework bucket helper functions to use local access where relevant
|
2025-03-25 13:00:48 +01:00 |
|
Alex Auvolat
|
29ce490dd6
|
Merge branch 'main' into next-v2
|
2025-03-05 14:50:22 +01:00 |
|
Alex Auvolat
|
12f15c4c2b
|
fix readme paths in cargo.toml for new crates
|
2025-03-05 11:00:19 +01:00 |
|
Alex Auvolat
|
4689b10448
|
bump version to v1.1.0
|
2025-03-05 10:19:51 +01:00 |
|
Alex Auvolat
|
c5df820e2c
|
api: start refactor of signature to calculate checksums earlier
|
2025-02-17 18:47:06 +01:00 |
|
Alex Auvolat
|
44a896f9b5
|
api: add logic to parse x-amz-content-sha256
|
2025-02-16 18:25:35 +01:00 |
|
Alex Auvolat
|
cee7560fc1
|
api: refactor: move checksum algorithms to common
|
2025-02-16 17:25:55 +01:00 |
|
Alex Auvolat
|
61f3de6496
|
Merge branch 'main' into next-v2
|
2025-02-05 21:00:19 +01:00 |
|
Alex Auvolat
|
5475da8ea8
|
remove async_trait used in generic_server.rs
|
2025-02-05 20:31:34 +01:00 |
|
Alex Auvolat
|
fe937c2901
|
Merge branch 'main' into next-v2
|
2025-02-01 19:07:17 +01:00 |
|
Alex Auvolat
|
3d5e9a027e
|
cargo defs: simplify and fix descriptions
|
2025-01-31 18:54:29 +01:00 |
|
Alex Auvolat
|
4563313f87
|
use cargo-shear to remove many unused dependencies between crates
|
2025-01-31 18:47:30 +01:00 |
|
Alex Auvolat
|
afa28706e5
|
split s3/cors.rs into also common/cors.rs
|
2025-01-31 18:42:14 +01:00 |
|
Alex Auvolat
|
84f1db91c4
|
fix things up
|
2025-01-31 18:34:57 +01:00 |
|
Alex Auvolat
|
9fa20d45be
|
wip: split garage_api into garage_api_{common,s3,k2v,admin}
|
2025-01-31 18:18:29 +01:00 |
|
Alex Auvolat
|
af1a530834
|
admin api: refactor using macro
|
2025-01-29 19:26:16 +01:00 |
|
Alex Auvolat
|
c99bfe69ea
|
admin api: new router_v2 with unified path syntax
|
2025-01-29 19:26:16 +01:00 |
|
Alex Auvolat
|
9f3c7c3720
|
api: better handling of helper errors to distinguish error codes
|
2025-01-29 19:14:34 +01:00 |
|
Stefan Majer
|
2eb9fcae20
|
Fix all typos
|
2025-01-16 13:22:00 +01:00 |
|
Alex Auvolat
|
bbde9bc912
|
Merge branch 'main' into next-0.10
|
2024-03-04 15:56:10 +01:00 |
|
Yureka
|
fb55682c66
|
add request context helper
|
2024-03-04 13:26:39 +01:00 |
|
Alex Auvolat
|
90cab5b8f2
|
[fix-presigned] add comments and reorganize
|
2024-02-28 12:24:21 +01:00 |
|
Alex Auvolat
|
e9f759d4cb
|
[fix-presigned] presigned requests: allow x-amz-* query parameters to stand in for equivalent headers
|
2024-02-28 12:24:21 +01:00 |
|
Alex Auvolat
|
cf2af186fc
|
Merge branch 'main' into next-0.10
|
2024-02-13 11:36:28 +01:00 |
|
Alex Auvolat
|
5c63193d1d
|
[dep-upgrade-202402] fix shutdown issue introduced when upgrading hyper
|
2024-02-08 23:43:59 +01:00 |
|
Alex Auvolat
|
e524e7a30d
|
[dep-upgrade-202402] rename BytesBody into ErrorBody for clarity
|
2024-02-07 14:45:52 +01:00 |
|
Alex Auvolat
|
a22bd31920
|
[dep-upgrade-202402] migration to http/hyper 1.0 for k2v api
|
2024-02-05 19:27:12 +01:00 |
|
Alex Auvolat
|
6e69a1fffc
|
[dep-upgrade-202402] prepare migration to http/hyper 1.0
|
2024-02-05 14:44:12 +01:00 |
|
Alex Auvolat
|
393c4d4515
|
layout: add helper for cached/external values to centralize recomputation
|
2023-11-15 14:20:50 +01:00 |
|
Alex Auvolat
|
8e292e06b3
|
layout: some refactoring of nongateway nodes
|
2023-11-14 12:48:38 +01:00 |
|
Alex Auvolat
|
bfb1845fdc
|
layout: refactor to use a RwLock on LayoutHistory
|
2023-11-09 14:12:05 +01:00 |
|
Alex Auvolat
|
8dccee3ccf
|
cluster layout: adapt all uses of ClusterLayout to LayoutHistory
|
2023-11-08 19:28:36 +01:00 |
|
Alex Auvolat
|
4a9c94514f
|
avoid using layout_watch in System directly
|
2023-11-08 16:41:00 +01:00 |
|
Alex Auvolat
|
12d1dbfc6b
|
remove Ring and use ClusterLayout everywhere
|
2023-11-08 15:41:24 +01:00 |
|
networkException
|
7907a09acc
|
api: allow custom unix bind mode and use 0o220 for admin server
|
2023-10-03 17:31:40 +02:00 |
|
networkException
|
8ec6a53b35
|
everywhere: support unix sockets when binding in various places
this patch implements binding to paths as a unix socket for generic
server and web server.
|
2023-09-29 18:57:44 +02:00 |
|
Jonathan Davies
|
c783194e8b
|
*: apply clippy recommendations.
|
2023-05-09 20:49:34 +01:00 |
|