aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* online repair workers: retry on errorAlex Auvolat2022-12-141-14/+10
* factorizeAlex Auvolat2022-12-141-5/+4
* better error message handlingAlex Auvolat2022-12-141-11/+12
* Get rid of background::spawnAlex Auvolat2022-12-143-37/+23
* Simplified and more aggressive worker exit logicAlex Auvolat2022-12-148-71/+32
* Add missing notifyAlex Auvolat2022-12-141-0/+1
* Improve error message on rpc connection failureAlex Auvolat2022-12-141-7/+9
* Refactor background runner and get rid of job workerAlex Auvolat2022-12-1416-213/+89
* Spawn all background workers in a separate stepAlex Auvolat2022-12-1411-58/+111
* Proper queueing for delayed inserts, now backed to diskAlex Auvolat2022-12-148-184/+194
* Small refactor of tables internalsAlex Auvolat2022-12-143-29/+24
* Fix error messagescli-improvementsAlex Auvolat2022-12-131-6/+4
* Add block.rc_size, table.size and table.merkle_tree_size metricsAlex Auvolat2022-12-134-4/+57
* cli: more info displayed on error in garage statsAlex Auvolat2022-12-131-4/+5
* cli: prettier table in garage statsAlex Auvolat2022-12-137-39/+93
* Implement `block retry-now` and `block purge`Alex Auvolat2022-12-134-5/+124
* Implement `block list-errors` and `block info`Alex Auvolat2022-12-138-28/+240
* cli: new worker info commandAlex Auvolat2022-12-136-11/+86
* cli: rename resync-n-workers into resync-worker-countAlex Auvolat2022-12-132-4/+4
* Prettier worker list table; remove useless CLI log messagesAlex Auvolat2022-12-1211-115/+138
* 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