aboutsummaryrefslogtreecommitdiff
path: root/src/garage/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main-0.8.x' into sync-08-09sync-08-09Alex Auvolat2023-10-261-4/+28
|\
| * Merge pull request 'Add support for specifying `rpc_secret_file`, `metrics_to...Alex2023-10-191-4/+28
| |\
| | * garage: support specifying token / secret as environment variablesnetworkException2023-10-191-3/+27
| | * garage: fix admin-token descriptionnetworkException2023-10-191-1/+1
* | | Merge branch 'main' into nextAlex Auvolat2023-10-101-0/+3
|\| |
| * | Move convert_db command into main garage binaryconvert-db-main-binaryAlex Auvolat2023-10-101-0/+3
| |/
* | Merge branch 'main' into nextAlex Auvolat2023-05-091-0/+6
|\|
| * move git-version dependency to main crate to reduce rebuildsAlex Auvolat2023-05-091-0/+6
* | Merge branch 'main' into nextAlex Auvolat2023-04-251-8/+40
|\|
| * fixes for pr 499config-files-envAlex Auvolat2023-02-061-1/+2
| * secrets can be passed directly in config, as file, or as envAlex Auvolat2023-02-031-7/+38
| * Implement `rpc_secret_file`Felix Scheinost2023-01-041-1/+1
* | Merge branch 'main' into nextAlex Auvolat2023-01-041-15/+21
|\|
| * Prettier worker list table; remove useless CLI log messagesAlex Auvolat2022-12-121-15/+21
* | Return more info when layout's .check() fails, fix compilation, fix testAlex Auvolat2022-11-081-0/+3
|/
* Show a nice message and a backtrace when Garage panicsAlex Auvolat2022-11-041-16/+40
* Add TLS support for Consul discovery + refactoringAlex Auvolat2022-10-181-0/+2
* Allow for hostnames in bootstrap_peers and rpc_public_addr (fix #353)resolve-peer-namesAlex Auvolat2022-09-141-1/+7
* Merge branch 'main' into lx-perf-improvementsAlex Auvolat2022-09-081-3/+45
|\
| * Move version back into utilimprove-depsAlex Auvolat2022-09-071-3/+3
| * Inject GIT_VERSION even laterAlex Auvolat2022-09-071-2/+7
| * Error messages when system-libs XOR bundled-libs != 1Alex Auvolat2022-09-071-0/+6
| * Report build features in garage --helpAlex Auvolat2022-09-071-3/+33
| * Move GIT_VERSION injection later in build chain to reduce build timesAlex Auvolat2022-09-071-2/+2
| * Make OTLP exporter optional via feature "telemetry-otlp"Jakub Jirutka2022-09-061-0/+1
* | Add env filter to tracing subscriberAlex Auvolat2022-08-311-0/+1
* | Tracing-subscriber: write to stderrAlex Auvolat2022-08-311-1/+3
* | Replace logging crate pretty_env_logger by tracing_subscriber::fmtAlex Auvolat2022-08-311-1/+1
|/
* Configure structopt to report the right versionv0.7.2_ci-test-2bug/reported-versionQuentin Dufour2022-08-111-1/+2
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-9/+9
* First version of admin API (#298)Alex2022-05-241-0/+2
* Fix some new clippy lintsfix-resyncAlex Auvolat2022-03-141-1/+1
* Update to Netapp 0.4 which supports distributed tracingAlex Auvolat2022-03-141-2/+2
* Add tracing integration with opentelemetryAlex Auvolat2022-03-141-1/+1
* New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updatesAlex Auvolat2022-01-041-2/+2
* Some movement of helper code and refactoring of error handlingAlex Auvolat2022-01-041-1/+7
* Improve how node roles are assigned in Garagev0.5-beta1Alex Auvolat2021-11-161-1/+3
* Add environment variables equivalents for some CLI options.Jill2021-11-031-3/+8
* CLI: default rpc_hostv0.4-rc1Alex Auvolat2021-10-261-5/+20
* Improve CLI, adapt tests, update documentationAlex Auvolat2021-10-251-22/+58
* Improvements to CLI and various fixes for netapp versionAlex Auvolat2021-10-221-2/+1
* First port of Garage to NetappAlex Auvolat2021-10-221-43/+28
* try parsing rpc-host command-line parameterTrinity Pointard2021-06-011-1/+10
* make most requested changesTrinity Pointard2021-04-271-2/+1
* document garage crateTrinity Pointard2021-04-271-1/+3
* cargo fmtAlex Auvolat2021-03-121-5/+5
* Refactor CLI and prettify CLI outpuAlex Auvolat2021-03-121-508/+28
* Implement garage stats to get info on node contentsAlex Auvolat2021-03-121-0/+18
* Rename n_tokens into capacityAlex Auvolat2021-03-101-10/+10
* Some refactoringAlex Auvolat2021-02-211-0/+1