| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in admin API on BucketInfo | Quentin Dufour | 2022-11-11 | 1 | -2/+2 |
* | Merge pull request 'Use status code 204 No Content for empty responses' (#403... | Alex | 2022-10-18 | 4 | -8/+8 |
|\ |
|
| * | Use status code 204 No Content for empty responses | Tobias Krischer | 2022-10-17 | 4 | -8/+8 |
* | | cargo2nix unstable (patched), rust 1.63.0, nixpkgs 22.05 (32-bit builds are b... | Alex Auvolat | 2022-10-14 | 1 | -1/+1 |
|/ |
|
* | Fix span name for api server requests | Alex Auvolat | 2022-09-26 | 1 | -1/+5 |
* | Initialize metrics exporter earlier (fix #389)fix-metrics | Alex Auvolat | 2022-09-20 | 1 | -2/+5 |
* | Faster GetObject workflow for getting entire objectsfaster-get | Alex Auvolat | 2022-09-19 | 2 | -35/+52 |
* | Properly return HTTP 204 when deleting non-existent object (fix #227)deleteobject-204 | Alex Auvolat | 2022-09-14 | 1 | -8/+7 |
* | Fix clippy lint that says we should implement Eq | Alex Auvolat | 2022-09-13 | 2 | -23/+23 |
* | Remove/change println! in server code (fix #358) | Alex Auvolat | 2022-09-13 | 2 | -2/+0 |
* | Use streaming block API for get with Range requestsnetapp-stream-body | Alex Auvolat | 2022-09-13 | 1 | -33/+60 |
* | Merge branch 'lx-perf-improvements' into netapp-stream-body | Alex Auvolat | 2022-09-08 | 5 | -59/+65 |
|\ |
|
| * | Merge branch 'main' into lx-perf-improvements | Alex Auvolat | 2022-09-08 | 5 | -59/+65 |
| |\ |
|
| | * | Move version back into utilimprove-deps | Alex Auvolat | 2022-09-07 | 1 | -2/+2 |
| | * | Make all HTTP services optionnal | Alex Auvolat | 2022-09-07 | 3 | -27/+20 |
| | * | Report build features in garage --help | Alex Auvolat | 2022-09-07 | 1 | -0/+2 |
| | * | Move GIT_VERSION injection later in build chain to reduce build times | Alex Auvolat | 2022-09-07 | 1 | -1/+1 |
| | * | Remove opentelemetry-otlp dep in api/ | Alex Auvolat | 2022-09-06 | 1 | -2/+0 |
| | * | Bump versions to 0.8.0 (compatibility is broken already) | Alex Auvolat | 2022-09-06 | 1 | -6/+6 |
| | * | Allow building without Prometheus exporter (/metrics endpoint) | Jakub Jirutka | 2022-09-06 | 2 | -24/+36 |
| | * | Make OTLP exporter optional via feature "telemetry-otlp" | Jakub Jirutka | 2022-09-06 | 1 | -1/+2 |
* | | | Faster copy, better get error message | Alex Auvolat | 2022-09-06 | 2 | -9/+7 |
* | | | Make use of BytesBuf from new Netapp | Alex Auvolat | 2022-09-02 | 1 | -33/+10 |
* | | | Update to Netapp with OrderTag support and exploit OrderTags | Alex Auvolat | 2022-09-01 | 2 | -8/+23 |
* | | | Fix clippy | Alex Auvolat | 2022-07-29 | 2 | -5/+1 |
* | | | Use streaming in block manager | Alex Auvolat | 2022-07-29 | 2 | -13/+28 |
|/ / |
|
* | | fix clippy | Alex Auvolat | 2022-07-29 | 1 | -6/+1 |
* | | Faster chunker | Alex Auvolat | 2022-07-29 | 1 | -10/+32 |
* | | More make clippy happy | Alex Auvolat | 2022-07-29 | 1 | -2/+0 |
* | | Performance improvements: | Alex Auvolat | 2022-07-29 | 1 | -5/+25 |
* | | Compute hashes on dedicated threads | Alex Auvolat | 2022-07-29 | 4 | -24/+35 |
|/ |
|
* | improve internal item counter mechanisms and implement bucket quotas (#326) | Alex | 2022-06-15 | 7 | -75/+186 |
* | Send CORS headers for all requestsbug/cors | Quentin Dufour | 2022-06-13 | 1 | -9/+2 |
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 1 | -0/+2 |
* | Fix Content-Type headers for {admin,k2v} errors and admin responsesfix/admin-api-content-type | Alex Auvolat | 2022-05-25 | 8 | -43/+30 |
* | First version of admin API (#298) | Alex | 2022-05-24 | 39 | -410/+2134 |
* | K2V: Fix `end` parameter and add tests (fix #305)fix-k2v-305 | Alex Auvolat | 2022-05-17 | 1 | -1/+5 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 30 | -981/+2401 |
* | fix clippyfix-multipart-fragmentation | Alex Auvolat | 2022-04-19 | 1 | -1/+1 |
* | Prettier code for defragmentation | Alex Auvolat | 2022-04-19 | 1 | -104/+102 |
* | Defragmentation in UploadPartCopy: first pass (not pretty but it compiles) | Alex Auvolat | 2022-04-19 | 1 | -63/+122 |
* | remove size limitation in UploadPartCopy (#280) | withinboredom | 2022-04-19 | 1 | -12/+0 |
* | fix a clippy lint | Alex Auvolat | 2022-03-28 | 1 | -1/+1 |
* | Move block manager to separate module | Alex Auvolat | 2022-03-23 | 2 | -1/+2 |
* | add test framework for arbitraty S3 requests | trinity-1686a | 2022-03-23 | 2 | -9/+8 |
* | garage_api: Update streaming payload stream unit tests | KokaKiwi | 2022-03-23 | 1 | -1/+1 |
* | garage_api: Handle streaming payload early in request handling | KokaKiwi | 2022-03-23 | 3 | -57/+61 |
* | Fix some new clippy lintsfix-resync | Alex Auvolat | 2022-03-14 | 4 | -12/+6 |
* | Bump version to 0.7 because of incompatible Netapp | Alex Auvolat | 2022-03-14 | 1 | -4/+4 |
* | Add metrics to web endpoint | Alex Auvolat | 2022-03-14 | 1 | -10/+11 |