|
412ab77b08
|
comments and clippy lint fixes
|
2023-06-09 16:23:37 +02:00 |
|
|
511e07ecd4
|
fix mpu counter (add missing workers) and report info at appropriate places
|
2023-06-09 16:23:37 +02:00 |
|
|
4ea53dc759
|
Add multipart upload repair
|
2023-06-09 16:23:37 +02:00 |
|
|
058518c22b
|
refactor repair workers with a trait
|
2023-06-09 16:23:37 +02:00 |
|
|
8644376ac2
|
fix test; simplify code
|
2023-06-09 16:23:37 +02:00 |
|
|
75a0e01372
|
fix online repair
|
2023-06-09 16:23:37 +02:00 |
|
|
bb176ebcb8
|
cargo fmt
|
2023-06-09 16:23:37 +02:00 |
|
|
87be8eeb93
|
updaet block admin for new multipartupload models
|
2023-06-09 16:23:37 +02:00 |
|
|
1e466b11eb
|
Revert integration tests to using Sled as LMDB causes failures
|
2023-06-09 13:23:08 +02:00 |
|
|
8a74e1c2bd
|
Split garage/admin.rs into smaller files
|
2023-06-06 15:39:15 +02:00 |
|
|
19639705e6
|
Mark sled as deprecated, make lmdb default, and improve sqlite and lmdb defaults
|
2023-05-17 14:30:53 +02:00 |
|
|
351d734e6c
|
Merge branch 'main' into next
|
2023-05-09 12:40:08 +02:00 |
|
|
9e0a9c1c15
|
move git-version dependency to main crate to reduce rebuilds
|
2023-05-09 11:35:32 +02:00 |
|
|
d2deee0b8b
|
Declare garage crates using workspace.dependencies
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
|
2023-05-09 08:46:15 +00:00 |
|
|
833cf082da
|
Remove unnecessary/unused "timeago" features
To decrease dependency bloat and binary size.
|
2023-05-07 01:03:54 +02:00 |
|
|
fa78d806e3
|
Merge branch 'main' into next
|
2023-04-25 12:34:26 +02:00 |
|
|
0a1ddcf630
|
Prepare for v0.8.2
|
2023-03-13 18:46:31 +01:00 |
|
|
d6ffa57f40
|
Merge pull request 'Increase Garage tests robustness' (#526) from tests/increase-robustness into main
Reviewed-on: Deuxfleurs/garage#526
Reviewed-by: Alex <alex@adnab.me>
Reviewed-by: trinity-1686a <trinity.pointard@gmail.com>
|
2023-03-13 17:26:21 +00:00 |
|
|
70b5424b99
|
use one key per context to isolate tests
|
2023-03-13 15:06:05 +01:00 |
|
|
2687fb7fa8
|
do not assume Garage boots in 2sec during tests
|
2023-03-13 15:06:05 +01:00 |
|
Jonathan Davies
|
4421378023
|
garage/admin.rs: Display Rust version in stats output.
|
2023-03-10 14:46:54 +00:00 |
|
|
80e2326998
|
fixes for pr 499
|
2023-02-06 12:23:55 +01:00 |
|
|
656b8d42de
|
secrets can be passed directly in config, as file, or as env
|
2023-02-03 15:27:39 +01:00 |
|
Jonathan Davies
|
9c354f0a8f
|
Improved bucket authorization response strings.
|
2023-01-29 20:34:41 +00:00 |
|
Jonathan Davies
|
004bb5b4f1
|
api_server.rs: Adapted to use query string per Caddy upstream change.
|
2023-01-29 20:34:37 +00:00 |
|
|
d6af95d205
|
fix cli display bug
|
2023-01-26 17:50:50 +01:00 |
|
|
3113f6b5f2
|
more fixes
|
2023-01-26 17:14:17 +01:00 |
|
|
1dff62564f
|
fix clippy
|
2023-01-26 17:05:31 +01:00 |
|
|
590a0a8450
|
Merge branch 'main' into k2v-watch-range-2
|
2023-01-26 16:46:40 +01:00 |
|
|
94d559ae00
|
Merge branch 'main' into report-disk-usage
|
2023-01-26 16:20:41 +01:00 |
|
|
efb6b6e868
|
Disk space report
Report available disk space on nodes and calculate cluster-wide available space in `garage stats` (fix #479)
|
2023-01-26 15:04:32 +01:00 |
|
Jonathan Davies
|
20c1cdf662
|
Cargo.toml: Loosen tracing dependency to just 0.1.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
f6eaf3661c
|
garage/Cargo.toml: Updated timeage from 0.3 to 0.4.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
d3b2a68988
|
{garage,util}/Cargo.toml: Updated toml from 0.5 to 0.6.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
36944f1839
|
Cargo.toml: Updated base64 from 0.13 to 0.21.
|
2023-01-26 11:13:07 +00:00 |
|
Jonathan Davies
|
4962b88f8b
|
tests/s3/website.rs: Added website hosting authorization check tests.
|
2023-01-13 09:39:02 +00:00 |
|
|
dac254a6e7
|
Merge branch 'main' into k2v-watch-range-2
|
2023-01-11 17:09:37 +01:00 |
|
|
de1111076b
|
PollRange integration test
|
2023-01-11 10:04:41 +01:00 |
|
Jonathan Davies
|
cb07e6145c
|
Changed all instances of assignation to assignment.
|
2023-01-05 11:09:25 +00:00 |
|
|
f2106c2733
|
Implement rpc_secret_file
|
2023-01-04 18:35:10 +01:00 |
|
|
29dbcb8278
|
bg var operation on all nodes at once
|
2023-01-04 13:25:57 +01:00 |
|
|
f3f27293df
|
Uniform framework for bg variable management
|
2023-01-04 13:07:13 +01:00 |
|
|
80e4abb98d
|
Merge pull request 'Changed all instances of 'key new' to 'key create' to make it the same as the bucket commands.' (#459) from jpds/garage:key-create-standardize into next
Reviewed-on: Deuxfleurs/garage#459
|
2023-01-04 10:35:49 +00:00 |
|
|
570e5e5bbb
|
Merge branch 'main' into next
|
2023-01-04 11:34:43 +01:00 |
|
|
8d5505514f
|
Make it explicit when using nonversioned encoding
|
2023-01-03 15:27:36 +01:00 |
|
|
cdb2a591e9
|
Refactor how things are migrated
|
2023-01-03 14:44:47 +01:00 |
|
Jonathan Davies
|
8be862aa19
|
Changed all instances of 'key new' to 'key create' to make it consistent as bucket commands issued normally around the same time.
|
2023-01-03 11:11:12 +00:00 |
|
|
939a6d67e8
|
Merge branch 'main' into internals-rework
|
2023-01-02 15:07:44 +01:00 |
|
|
6775569525
|
Bump everything to v0.8.1
|
2023-01-02 14:15:33 +01:00 |
|
|
6b857a9b8c
|
cargo fmt
|
2023-01-02 13:50:42 +01:00 |
|