| Commit message (Expand) | Author | Age | Files | Lines |
* | Update .drone.yml signaturefix-drone-signature | Alex Auvolat | 2022-09-05 | 1 | -1/+1 |
* | Merge pull request 'Make block resync speed dynamically configurable' (#369) ... | Alex | 2022-09-05 | 8 | -527/+724 |
|\ |
|
| * | fix clippyresync-ajustable-speed | Alex Auvolat | 2022-09-02 | 1 | -2/+2 |
| * | Ability to have up to 4 concurrently working resync workers | Alex Auvolat | 2022-09-02 | 4 | -22/+95 |
| * | Make BlockManagerLocked fully private again | Alex Auvolat | 2022-09-02 | 2 | -25/+24 |
| * | block manager: refactor: split resync into separate file | Alex Auvolat | 2022-09-02 | 5 | -555/+595 |
| * | Ability to dynamically set resync tranquility | Alex Auvolat | 2022-09-02 | 6 | -23/+108 |
|/ |
|
* | 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 |
* | Shorter page titledoc/admin-api | Alex Auvolat | 2022-05-24 | 1 | -1/+1 |
* | Add lost content for Restic with Garage | Alex Auvolat | 2022-05-24 | 1 | -0/+55 |
* | Add documentation for new Admin API and a few infos on K2V | Alex Auvolat | 2022-05-24 | 3 | -7/+116 |
* | K2V client improvements (#307)v0.7.2 | Alex | 2022-05-24 | 6 | -6/+65 |
* | First version of admin API (#298) | Alex | 2022-05-24 | 65 | -984/+3251 |
* | Add a K2V client library and CLI (#303) | trinity-1686a | 2022-05-18 | 14 | -199/+1721 |
* | K2V: Fix `end` parameter and add tests (fix #305)fix-k2v-305 | Alex Auvolat | 2022-05-17 | 2 | -2/+93 |
* | Make background runner terminate correctly | Alex Auvolat | 2022-05-17 | 1 | -15/+22 |
* | Fix ReadIndex spec and add JSON5 remark to docfix-k2v-doc | Alex Auvolat | 2022-05-16 | 1 | -7/+44 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 83 | -1228/+6493 |
* | Update netapp to 0.4.4, fix #300v0.7.1netapp-0.4.4 | Alex Auvolat | 2022-05-09 | 3 | -19/+19 |
* | Fix `layout show` to not show changes when there are no changes (#297) | Alex | 2022-05-09 | 2 | -5/+22 |
* | fix clippyfix-multipart-fragmentation | Alex Auvolat | 2022-04-19 | 1 | -1/+1 |