| Commit message (Expand) | Author | Age | Files | Lines |
* | Report build features in garage --help | Alex Auvolat | 2022-09-07 | 7 | -9/+63 |
* | Move GIT_VERSION injection later in build chain to reduce build times | Alex Auvolat | 2022-09-07 | 13 | -79/+76 |
* | cargo fmt | Alex Auvolat | 2022-09-06 | 2 | -2/+0 |
* | Include code from v0.5.1 directly to remove dependencies | Alex Auvolat | 2022-09-06 | 14 | -290/+386 |
* | 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 | 4 | -81/+75 |
* | Update Nix files with optional db engines | Alex Auvolat | 2022-09-06 | 2 | -32/+42 |
* | Document available build features | Alex Auvolat | 2022-09-06 | 1 | -16/+33 |
* | Make all DB engines optional build features | Alex Auvolat | 2022-09-06 | 5 | -7/+50 |
* | Bump versions to 0.8.0 (compatibility is broken already) | Alex Auvolat | 2022-09-06 | 11 | -120/+120 |
* | Force disable pkg-config for libsodum-sys and libzstd-sys | Alex Auvolat | 2022-09-06 | 1 | -0/+18 |
* | Update .nix files | Alex Auvolat | 2022-09-06 | 2 | -132/+156 |
* | Fix clippy | Alex Auvolat | 2022-09-06 | 1 | -2/+2 |
* | Merge pull request 'Make OTLP exporter optional and allow building without Pr... | Alex | 2022-09-06 | 6 | -30/+55 |
|\ |
|
| * | Allow building without Prometheus exporter (/metrics endpoint) | Jakub Jirutka | 2022-09-06 | 3 | -27/+41 |
| * | Make OTLP exporter optional via feature "telemetry-otlp" | Jakub Jirutka | 2022-09-06 | 4 | -3/+13 |
| * | Use the new cargo feature resolver "2" | Jakub Jirutka | 2022-09-06 | 1 | -0/+1 |
|/ |
|
* | Remove Heed default features | Alex Auvolat | 2022-09-05 | 2 | -2/+1 |
* | Allow linking against system-provided libsqlite | Jakub Jirutka | 2022-09-03 | 2 | -1/+10 |
* | Add feature "system-libs" to enable linking against system libraries | Jakub Jirutka | 2022-09-03 | 4 | -0/+7 |
* | Add some documentation for Caddy | Quentin Dufour | 2022-08-12 | 1 | -0/+22 |
* | Configure structopt to report the right versionv0.7.2_ci-test-2bug/reported-version | Quentin Dufour | 2022-08-11 | 12 | -90/+97 |
* | drone: set TARGET env as needed by "to_s3" func | Quentin Dufour | 2022-08-03 | 1 | -1/+5 |
* | Migrate to nix-daemon buildersci/bump-nix-img | Quentin Dufour | 2022-07-29 | 1 | -194/+13 |
* | Run clippy in nix, leveraging nix caching ability | Quentin Dufour | 2022-07-26 | 6 | -74/+148 |
* | Refactor default.nix to follow Nix Flakes patterns | Quentin Dufour | 2022-07-26 | 4 | -189/+201 |
* | Bump Nix image to 22.05 | Quentin Dufour | 2022-07-26 | 2 | -45/+40 |
* | Fix: compile aarch64+armv6 as static binaries | Quentin Dufour | 2022-07-26 | 1 | -27/+29 |
* | Put log-lines in nix.conf | Quentin Dufour | 2022-07-26 | 2 | -1/+2 |
* | Fail if compiled binary is dynamic | Quentin Dufour | 2022-07-26 | 3 | -65/+98 |
* | Uniformize tracing::* imports (hopefully fixes 32-bit build)fix-32bit-build | Alex Auvolat | 2022-07-15 | 4 | -4/+3 |
* | Background task manager (#332) | Alex | 2022-07-08 | 27 | -737/+2049 |
* | add delays in k2v test_items_and_indices | Alex Auvolat | 2022-07-08 | 1 | -0/+6 |
* | Publish k2v-client crate to crates.io (#337) | Alex | 2022-07-04 | 1 | -2/+7 |
* | Fix poll item when item didn't changek2v-poll-fix | Alex Auvolat | 2022-07-04 | 2 | -5/+12 |
* | Add `poll` command to `k2v-cli` (#335) | Alex | 2022-07-04 | 1 | -0/+28 |
* | Fix typo | Alex | 2022-06-29 | 1 | -1/+1 |
* | Slides for talk at IMT Atlantique / STACK on 2022-06-23 (#333) | Alex | 2022-06-23 | 47 | -0/+8532 |
* | improve internal item counter mechanisms and implement bucket quotas (#326) | Alex | 2022-06-15 | 32 | -347/+962 |
* | Send CORS headers for all requestsbug/cors | Quentin Dufour | 2022-06-13 | 1 | -9/+2 |
* | Fix garage_db build on 32-bit systemsfix-build | Alex Auvolat | 2022-06-09 | 3 | -14/+16 |
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 42 | -645/+3090 |
* | docs: Add Trafik reverse proxy documentation | Simon C | 2022-06-07 | 1 | -2/+139 |
* | docs: Fix title level | Simon C | 2022-06-07 | 1 | -1/+1 |
* | docs: Add link to facilitate navigation in the documentation | Simon C | 2022-06-07 | 1 | -1/+1 |
* | Remove useless MC_REGION env variabledoc2 | Quentin Dufour | 2022-06-02 | 1 | -10/+0 |
* | Fix garage_version() now that GIT_VERSION is read in crate garage_rpcv0.7.2.1 | Alex Auvolat | 2022-06-02 | 1 | -1/+1 |
* | Fix Content-Type headers for {admin,k2v} errors and admin responsesfix/admin-api-content-type | Alex Auvolat | 2022-05-25 | 8 | -43/+30 |
* | Fixes to S3 compatibility page (#314) | Alex | 2022-05-25 | 1 | -29/+48 |
* | Update Ceph S3 endpoints compatibility | Quentin Dufour | 2022-05-25 | 1 | -28/+36 |