aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix bucket creation tests to take permissions into accountAlex Auvolat2022-12-122-0/+30
* | Properly enforce allow_create_bucketfix-allow-create-bucketAlex Auvolat2022-12-121-0/+9
|/
* simplifyadmin-health-apiAlex Auvolat2022-12-111-8/+1
* Always return 200 OK on /v0/health, reinstate admin api doc as draft and comp...Alex Auvolat2022-12-111-6/+1
* Separate /health (simple text answer) and /v0/health (full json answer, authe...Alex Auvolat2022-12-053-48/+33
* Refactor health check and add ability to return it in jsonAlex Auvolat2022-12-057-95/+156
* Implement /health admin API endpoint to check node healthAlex Auvolat2022-12-054-0/+103
* Fix logs appearing twicefix-logsAlex Auvolat2022-11-291-1/+1
* Tentative fix for issue #414try-fix-414Alex Auvolat2022-11-211-3/+5
* Add sled default in garage_model alsoAlex Auvolat2022-11-211-1/+2
* put sled as default feature in garage_dbAlex Auvolat2022-11-211-0/+1
* Fix typo in admin API on BucketInfoQuentin Dufour2022-11-111-2/+2
* Show a nice message and a backtrace when Garage panicsAlex Auvolat2022-11-042-16/+41
* Clearer error messsagesAlex Auvolat2022-11-041-2/+2
* Add garage bucket cleanup-incomplete-uploads commandcleanup-uploads-commandAlex Auvolat2022-11-044-1/+123
* Change reqwest rustls featuresAlex Auvolat2022-10-181-1/+1
* Fix issue with 'http(s)://' prefixconsul-tlsAlex Auvolat2022-10-182-5/+5
* move things aroundAlex Auvolat2022-10-181-9/+8
* Load TLS certificates only onceAlex Auvolat2022-10-182-132/+133
* Add TLS support for Consul discovery + refactoringAlex Auvolat2022-10-188-113/+158
* Merge pull request 'Use status code 204 No Content for empty responses' (#403...Alex2022-10-1810-76/+76
|\
| * Use status code 204 No Content for empty responsesTobias Krischer2022-10-1710-76/+76
* | Fix conditional testing in garage_dbAlex Auvolat2022-10-141-4/+9
* | definitively expunge openssl from dependencies everywhereAlex Auvolat2022-10-143-6/+5
* | cargo2nix unstable (patched), rust 1.63.0, nixpkgs 22.05 (32-bit builds are b...Alex Auvolat2022-10-142-2/+2
|/
* Fix instant substractions that might have panickedfix-timeAlex Auvolat2022-09-294-8/+16
* Shutdown properly on SIGTERM/SIGHUP and on Windows signalshandle-sigtermAlex Auvolat2022-09-281-1/+42
* Fix span name for api server requestsAlex Auvolat2022-09-261-1/+5
* Initialize metrics exporter earlier (fix #389)fix-metricsAlex Auvolat2022-09-202-3/+13
* Ability to have custom timeouts in request strategy (not used)configurable-timeoutsAlex Auvolat2022-09-203-14/+26
* Merge branch 'main' into configurable-timeoutsAlex Auvolat2022-09-202-2/+3
|\
| * Change a warn! into a debug!less-noiseAlex Auvolat2022-09-202-2/+3
* | RPC performance changesAlex Auvolat2022-09-1911-123/+84
|/
* Faster GetObject workflow for getting entire objectsfaster-getAlex Auvolat2022-09-192-35/+52
* Properly return HTTP 204 when deleting non-existent object (fix #227)deleteobject-204Alex Auvolat2022-09-142-8/+16
* Allow for hostnames in bootstrap_peers and rpc_public_addr (fix #353)resolve-peer-namesAlex Auvolat2022-09-144-43/+68
* Add checks on replication_factor of layouts we use (fix #363, fix #364)various-fixes-for-0.8Alex Auvolat2022-09-132-6/+26
* Fix clippy lint that says we should implement EqAlex Auvolat2022-09-1318-47/+47
* Remove/change println! in server code (fix #358)Alex Auvolat2022-09-134-4/+1
* Ensure data dir is created immediately when Garage starts (fix #349)Alex Auvolat2022-09-131-2/+7
* Merge pull request 'use netapp streaming body' (#343) from netapp-stream-body...Alex2022-09-1320-285/+509
|\
| * Use streaming block API for get with Range requestsnetapp-stream-bodyAlex Auvolat2022-09-131-33/+60
| * Use netapp 0.5 published from crates.ioAlex Auvolat2022-09-134-8/+4
| * improvements in block managerAlex Auvolat2022-09-121-13/+16
| * Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-09-0837-425/+952
| |\
| * | Faster copy, better get error messageAlex Auvolat2022-09-062-9/+7
| * | Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-09-069-531/+731
| |\ \
| * | | Reenable node orderingAlex Auvolat2022-09-061-6/+4
| * | | Make use of BytesBuf from new NetappAlex Auvolat2022-09-021-33/+10
| * | | cargo fmtAlex Auvolat2022-09-021-1/+2