| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix error when none of S3/K2V/WEB/ADMIN server is started (fix #613) | Alex Auvolat | 2023-09-12 | 1 | -10/+17 |
* | secrets can be passed directly in config, as file, or as env | Alex Auvolat | 2023-02-03 | 1 | -2/+3 |
* | Refactor background runner and get rid of job worker | Alex Auvolat | 2022-12-14 | 1 | -6/+6 |
* | Spawn all background workers in a separate step | Alex Auvolat | 2022-12-14 | 1 | -0/+3 |
* | Shutdown properly on SIGTERM/SIGHUP and on Windows signalshandle-sigterm | Alex Auvolat | 2022-09-28 | 1 | -1/+42 |
* | Initialize metrics exporter earlier (fix #389)fix-metrics | Alex Auvolat | 2022-09-20 | 1 | -1/+8 |
* | Fix build error | Alex Auvolat | 2022-09-07 | 1 | -1/+1 |
* | Add warnings when features are not included in build | Alex Auvolat | 2022-09-07 | 1 | -0/+5 |
* | Make all HTTP services optionnal | Alex Auvolat | 2022-09-07 | 1 | -45/+67 |
* | Fix clippy | Alex Auvolat | 2022-09-06 | 1 | -2/+2 |
* | Make OTLP exporter optional via feature "telemetry-otlp" | Jakub Jirutka | 2022-09-06 | 1 | -1/+7 |
* | improve internal item counter mechanisms and implement bucket quotas (#326) | Alex | 2022-06-15 | 1 | -47/+3 |
* | Fix garage_db build on 32-bit systemsfix-build | Alex Auvolat | 2022-06-09 | 1 | -6/+1 |
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 1 | -7/+47 |
* | First version of admin API (#298) | Alex | 2022-05-24 | 1 | -17/+19 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 1 | -5/+21 |
* | Move block manager to separate module | Alex Auvolat | 2022-03-23 | 1 | -2/+1 |
* | Make admin server optional | Alex Auvolat | 2022-03-14 | 1 | -6/+12 |
* | Refactoring: rename config files, make modifications less invasive | Alex Auvolat | 2022-03-14 | 1 | -2/+2 |
* | Add metrics to API endpoint | Alex Auvolat | 2022-03-14 | 1 | -2/+3 |
* | Refactor how durations are measured | Alex Auvolat | 2022-03-14 | 1 | -1/+1 |
* | Add tracing integration with opentelemetry | Alex Auvolat | 2022-03-14 | 1 | -0/+6 |
* | Implement basic metrics in table | Maximilien R | 2022-03-14 | 1 | -1/+1 |
* | Update dependencies and add admin module with metrics | mricher | 2022-03-14 | 1 | -1/+12 |
* | Improve CLI, adapt tests, update documentation | Alex Auvolat | 2021-10-25 | 1 | -1/+1 |
* | Improvements to CLI and various fixes for netapp version | Alex Auvolat | 2021-10-22 | 1 | -1/+7 |
* | First port of Garage to Netapp | Alex Auvolat | 2021-10-22 | 1 | -53/+34 |
* | fix clippy warnings on garage | Trinity Pointard | 2021-05-03 | 1 | -4/+4 |
* | Tune Sled configuration | Alex Auvolat | 2021-05-03 | 1 | -1/+6 |
* | document api crate | Trinity Pointard | 2021-04-27 | 1 | -2/+2 |
* | document web crate | Trinity Pointard | 2021-04-27 | 1 | -2/+2 |
* | Improve bootstraping: do it regularly; persist peer list | Alex Auvolat | 2021-04-27 | 1 | -1/+1 |
* | Some improvements in background worker but we terminate late | Alex Auvolat | 2021-03-15 | 1 | -18/+15 |
* | WIP migrate to tokio 1 | Alex Auvolat | 2021-03-15 | 1 | -3/+3 |
* | Refactor CLI and prettify CLI outpu | Alex Auvolat | 2021-03-12 | 1 | -0/+1 |
* | Checkpoint: add merkle tree in data table | Alex Auvolat | 2021-03-11 | 1 | -1/+1 |
* | Remove migration paths from 0.1 branch | Alex Auvolat | 2021-03-10 | 1 | -22/+1 |
* | Update sled & try to debug deadlock (but its in sled...) | Alex Auvolat | 2021-02-23 | 1 | -1/+22 |
* | Fix formatting | Quentin | 2020-11-10 | 1 | -1/+1 |
* | Skeleton to the new web API | Quentin | 2020-11-02 | 1 | -0/+6 |
* | Rename garage_core to garage_model | Alex Auvolat | 2020-07-07 | 1 | -1/+1 |
* | Add automatic peer discovery from Consul | Alex Auvolat | 2020-06-30 | 1 | -1/+5 |
* | Split code for modular compilation | Alex Auvolat | 2020-04-24 | 1 | -0/+87 |