| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | Inject GIT_VERSION even later | Alex Auvolat | 2022-09-07 | 1 | -2/+7 |
| | * | Fix merge | Alex Auvolat | 2022-09-07 | 1 | -4/+4 |
| | * | Merge branch 'main' into improve-deps | Alex Auvolat | 2022-09-07 | 2 | -2/+49 |
| | |\ |
|
| | * | | Fix build error | Alex Auvolat | 2022-09-07 | 1 | -1/+1 |
| | * | | Add warnings when features are not included in build | Alex Auvolat | 2022-09-07 | 1 | -0/+5 |
| | * | | Error messages when system-libs XOR bundled-libs != 1 | Alex Auvolat | 2022-09-07 | 1 | -0/+6 |
| | * | | Make all HTTP services optionnal | Alex Auvolat | 2022-09-07 | 1 | -45/+67 |
| | * | | Report build features in garage --help | Alex Auvolat | 2022-09-07 | 2 | -4/+37 |
| | * | | Move GIT_VERSION injection later in build chain to reduce build times | Alex Auvolat | 2022-09-07 | 3 | -55/+55 |
| | * | | Disable k2v tests when feature is disabled | Alex Auvolat | 2022-09-06 | 1 | -0/+1 |
| | * | | Remove opentelemetry-otlp dep in api/ | Alex Auvolat | 2022-09-06 | 1 | -1/+1 |
| | * | | Make all DB engines optional build features | Alex Auvolat | 2022-09-06 | 1 | -2/+10 |
| | * | | Bump versions to 0.8.0 (compatibility is broken already) | Alex Auvolat | 2022-09-06 | 1 | -8/+8 |
| | * | | Fix clippy | Alex Auvolat | 2022-09-06 | 1 | -2/+2 |
| | * | | Allow building without Prometheus exporter (/metrics endpoint) | Jakub Jirutka | 2022-09-06 | 1 | -3/+5 |
| | * | | Make OTLP exporter optional via feature "telemetry-otlp" | Jakub Jirutka | 2022-09-06 | 3 | -2/+11 |
| | * | | Allow linking against system-provided libsqlite | Jakub Jirutka | 2022-09-03 | 1 | -0/+8 |
| | * | | Add feature "system-libs" to enable linking against system libraries | Jakub Jirutka | 2022-09-03 | 1 | -0/+1 |
* | | | | Merge branch 'lx-perf-improvements' into netapp-stream-body | Alex Auvolat | 2022-09-06 | 2 | -2/+49 |
|\| | | |
|
| * | | | Merge branch 'main' into lx-perf-improvements | Alex Auvolat | 2022-09-05 | 2 | -2/+49 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Ability to have up to 4 concurrently working resync workers | Alex Auvolat | 2022-09-02 | 2 | -1/+12 |
| | * | | block manager: refactor: split resync into separate file | Alex Auvolat | 2022-09-02 | 1 | -3/+4 |
| | * | | Ability to dynamically set resync tranquility | Alex Auvolat | 2022-09-02 | 2 | -0/+35 |
| | |/ |
|
* | | | Merge branch 'lx-perf-improvements' into netapp-stream-body | Alex Auvolat | 2022-08-31 | 2 | -2/+5 |
|\| | |
|
| * | | Add env filter to tracing subscriber | Alex Auvolat | 2022-08-31 | 2 | -1/+2 |
| * | | Tracing-subscriber: write to stderr | Alex Auvolat | 2022-08-31 | 1 | -1/+3 |
| * | | Replace logging crate pretty_env_logger by tracing_subscriber::fmt | Alex Auvolat | 2022-08-31 | 2 | -2/+2 |
* | | | Merge branch 'lx-perf-improvements' into netapp-stream-body | Alex Auvolat | 2022-08-29 | 2 | -51/+53 |
|\| | |
|
| * | | Merge branch 'main' into lx-perf-improvements | Alex Auvolat | 2022-08-29 | 2 | -51/+53 |
| |\| |
|
| | * | Configure structopt to report the right versionv0.7.2_ci-test-2bug/reported-version | Quentin Dufour | 2022-08-11 | 2 | -51/+53 |
* | | | update netapp to 0.5 | Alex Auvolat | 2022-07-29 | 1 | -1/+1 |
* | | | First adaptation to WIP netapp with streaming body | Alex Auvolat | 2022-07-29 | 4 | -11/+10 |
|/ / |
|
* | | cargo fmt | Alex Auvolat | 2022-07-29 | 1 | -1/+1 |
* | | Fix tests | Alex Auvolat | 2022-07-29 | 2 | -1/+4 |
* | | Compute hashes on dedicated threads | Alex Auvolat | 2022-07-29 | 1 | -1/+1 |
|/ |
|
* | Background task manager (#332) | Alex | 2022-07-08 | 6 | -98/+276 |
* | add delays in k2v test_items_and_indices | Alex Auvolat | 2022-07-08 | 1 | -0/+6 |
* | improve internal item counter mechanisms and implement bucket quotas (#326) | Alex | 2022-06-15 | 10 | -68/+246 |
* | Fix garage_db build on 32-bit systemsfix-build | Alex Auvolat | 2022-06-09 | 1 | -6/+1 |
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 5 | -48/+112 |
* | First version of admin API (#298) | Alex | 2022-05-24 | 6 | -116/+90 |
* | Add a K2V client library and CLI (#303) | trinity-1686a | 2022-05-18 | 3 | -29/+3 |
* | K2V: Fix `end` parameter and add tests (fix #305)fix-k2v-305 | Alex Auvolat | 2022-05-17 | 1 | -1/+88 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 23 | -65/+1690 |
* | Fix `layout show` to not show changes when there are no changes (#297) | Alex | 2022-05-09 | 2 | -5/+22 |
* | Update to netapp 0.4.2 (a tiny fix) | Alex Auvolat | 2022-04-07 | 1 | -1/+1 |
* | Add blocks in errored state to `garage stats` | Alex Auvolat | 2022-03-28 | 1 | -0/+6 |
* | Allow `garage layout assign` to assign to several nodes at once | Alex Auvolat | 2022-03-24 | 2 | -46/+56 |
* | Small change to partition assignation algorithm | Alex Auvolat | 2022-03-24 | 1 | -9/+9 |
* | Move block manager to separate module | Alex Auvolat | 2022-03-23 | 1 | -2/+1 |