aboutsummaryrefslogtreecommitdiff
path: root/src/garage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into next-0.10Alex Auvolat2024-02-222-22/+25
|\
| * [lock-createbucket] Add node-global lock for bucket/key operations (fix #723)lock-createbucketAlex Auvolat2024-02-222-22/+25
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-202-1/+2
|\|
| * [peer-metrics] refactor SystemMetrics to hold a reference to SystemAlex Auvolat2024-02-201-0/+1
| * [networking-fixes] add option to bind outgoing RPC sockets (fix #638)Alex Auvolat2024-02-191-1/+1
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-152-4/+3
|\|
| * [import-netapp] import Netapp code into Garage codebaseAlex Auvolat2024-02-152-4/+3
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-1321-267/+737
|\|
| * [fix-secrets-695] config: replace String by PathBuf for *_filefix-secrets-695Alex Auvolat2024-02-121-9/+11
| * [fix-secrets-695] take into account rpc secret from file for cli commands (fi...Alex Auvolat2024-02-122-9/+16
| * Merge pull request 'Implement header overriding in GetObject (fix #650)' (#71...Alex2024-02-091-0/+24
| |\
| | * [header-override-650] implement header overriding in GetObject (fix #650)header-override-650Alex Auvolat2024-02-091-0/+24
| * | Merge pull request '`garage block info`: find blocks by prefix (fix #682)' (#...Alex2024-02-091-2/+45
| |\ \ | | |/ | |/|
| | * [block-info-short-682] `garage block info`: find blocks by prefix (fix #682)block-info-short-682Alex Auvolat2024-02-091-2/+45
| * | [multi-char-delimiter-692] allow multi-character delimiters in List* (fix #692)Alex Auvolat2024-02-091-0/+60
| |/
| * [dep-upgrade-202402] fix shutdown issue introduced when upgrading hyperdep-upgrade-202402Alex Auvolat2024-02-081-9/+4
| * [dep-upgrade-202402] cargo clippy fixesAlex Auvolat2024-02-084-10/+8
| * [dep-upgrade-202402] refactor http listener codeAlex Auvolat2024-02-071-3/+2
| * [dep-upgrade-202402] upgrade to http/hyper 1.x for testsAlex Auvolat2024-02-058-35/+69
| * [dep-upgrade-202402] prepare migration to http/hyper 1.0Alex Auvolat2024-02-056-72/+38
| * [dep-upgrade-202402] update aws-sdk dependenciesAlex Auvolat2024-02-055-45/+56
| * [dep-upgrade-202402] refactor dependencies: move all as workspace depsAlex Auvolat2024-02-051-41/+41
| * make all garage_db::Engine variants un-conditionalZdenek Crha2024-01-221-0/+8
| * convert_db: cleanup naming and comments for open overridesZdenek Crha2024-01-221-6/+6
| * convert_db: prevent conversion between same input/output engineZdenek Crha2024-01-181-12/+13
| * convert_db: allow LMDB map size overrideZdenek Crha2024-01-171-4/+29
| * Bump version to 0.9.1v0.9.1rel-v0.9.1Alex Auvolat2024-01-161-1/+1
| * help, comments: make clear that full-length node ID = public keyAlex Auvolat2024-01-163-8/+9
| * Merge tag 'v0.8.5' into sync-08-09Alex Auvolat2024-01-165-37/+333
| |\
| | * Bump version to 0.8.5Alex Auvolat2024-01-161-1/+1
| | * Merge pull request 'monitoring: finer histogram boundaries in prometheus metr...Alex2024-01-151-1/+8
| | |\
| | | * monitoring: finer histogram boundaries in prometheus metrics (fix #531)Alex Auvolat2024-01-151-1/+8
| | * | config: additional tests for secret sourcingAlex Auvolat2024-01-151-2/+40
| | * | config: refactor secret sourcingAlex Auvolat2024-01-155-58/+285
| | |/
| | * Merge pull request 'Add support for specifying `rpc_secret_file`, `metrics_to...Alex2023-10-193-6/+30
| | |\
| | | * garage: support specifying token / secret as environment variablesnetworkException2023-10-193-5/+29
| | | * garage: fix admin-token descriptionnetworkException2023-10-191-1/+1
* | | | bump crate versions to 0.10.0v0.10.0-beta1Alex Auvolat2024-01-111-1/+1
* | | | cli: improvements to the layout commands when multiple layouts are liveAlex Auvolat2023-12-084-29/+49
* | | | layout: allow sync update tracker to progress with only quorumsAlex Auvolat2023-12-071-3/+3
* | | | layout cli: safer skip-dead-nodes commandAlex Auvolat2023-12-073-21/+49
* | | | admin: more info in admin GetClusterStatusAlex Auvolat2023-11-282-5/+6
* | | | cli: remove historic layout info from statusAlex Auvolat2023-11-271-18/+0
* | | | cli: add layout history and layout assume-sync commandsAlex Auvolat2023-11-273-2/+139
* | | | cli: show when nodes are draining metadataAlex Auvolat2023-11-271-64/+108
* | | | layou: implement ack lockingAlex Auvolat2023-11-151-1/+1
* | | | layout: add helper for cached/external values to centralize recomputationAlex Auvolat2023-11-151-2/+1
* | | | integration test: print stdout and stderr on subcommand crashAlex Auvolat2023-11-152-34/+12
* | | | layout: refactoring of all_nodesAlex Auvolat2023-11-142-11/+12
* | | | layout admin: add missing calls to update_hashAlex Auvolat2023-11-091-1/+2