aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request 'system metrics improvements' (#726) from peer-metrics int...Alex2024-02-202-104/+305
|\
| * [peer-metrics] add basic cluster node status metrics (fix #545)Alex Auvolat2024-02-201-0/+94
| * [peer-metrics] refactor SystemMetrics to hold a reference to SystemAlex Auvolat2024-02-202-72/+82
| * [peer-metrics] Add metrics for cluster health, like GetClusterHealth admin APIAlex Auvolat2024-02-202-28/+172
| * [peer-metrics] refactor/simplify SystemMetricsAlex Auvolat2024-02-202-88/+41
* | Merge pull request 'Filter nodes Garage tries to connect to' (#719) from reco...Alex2024-02-201-5/+16
|\ \ | |/ |/|
| * [reconnect-only-current] filter nodes to reconnect toAlex Auvolat2024-02-201-5/+16
* | [networking-fixes] add option to bind outgoing RPC sockets (fix #638)Alex Auvolat2024-02-191-1/+4
* | [networking-fixes] use rpc_public_addr in netapp's HelloMessageAlex Auvolat2024-02-191-5/+5
|/
* [import-netapp] move and rename FullMeshPeeringSrategy to PeeringManagerimport-netappAlex Auvolat2024-02-152-17/+17
* [import-netapp] import Netapp code into Garage codebaseAlex Auvolat2024-02-155-16/+15
* [dep-upgrade-202402] refactor dependencies: move all as workspace depsAlex Auvolat2024-02-051-27/+27
* 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-162-2/+2
* fix compilation on macostrinity-1686a2023-10-151-2/+2
* bump version to v0.9.0v0.9.0nextAlex Auvolat2023-10-101-1/+1
* actually update rmp-serde to 1.1.2 for both garage and netapp dependency (fix...v0.9.0-beta4Alex Auvolat2023-09-271-1/+1
* Merge branch 'main' into nextAlex Auvolat2023-09-271-9/+9
|\
| * fix hang on shutdownAlex Auvolat2023-09-121-9/+9
* | new layout: use deterministic randomness for reproducible resultsAlex Auvolat2023-09-211-2/+6
* | new layout: fix clippy lintsAlex Auvolat2023-09-183-17/+17
* | new layout: improve display and fix commentsAlex Auvolat2023-09-181-7/+7
* | new layout: make zone_redundancy optionnal (if not set, is maximum)Alex Auvolat2023-09-181-35/+96
* | new layout: improve output displayAlex Auvolat2023-09-122-43/+43
* | Merge branch 'main' into nextv0.9.0-beta2Alex Auvolat2023-09-111-2/+2
|\|
| * fix 32-bit buildfix-32bitAlex Auvolat2023-09-111-2/+2
* | Merge branch 'main' into nextAlex Auvolat2023-09-112-37/+31
|\|
| * use statvfs instead of mount list to determine free data/meta space (fix #611)Alex Auvolat2023-09-112-10/+9
* | Merge branch 'main' into nextAlex Auvolat2023-09-111-2/+2
|\|
| * update version to 0.8.4v0.8.4hold-netapp-0.5.2Alex Auvolat2023-09-051-1/+1
| * Revert netapp update, hold to version 0.5.2 that uses rmp-serde 0.15Alex Auvolat2023-09-051-1/+1
* | correct free data space accounting for multiple data dirs on same fsAlex Auvolat2023-09-071-5/+23
* | block manager: skeleton for multi-hdd supportAlex Auvolat2023-09-061-4/+19
* | Merge branch 'main' into nextv0.9.0-beta1Alex Auvolat2023-08-291-2/+3
|\|
| * add garage_db dependency in garage_rpcnext-0.8Alex Auvolat2023-08-281-0/+1
| * bump version to 0.8.3v0.8.3-rc1Alex Auvolat2023-08-281-1/+1
| * cargo: Updated gethostname v0.2.3 -> v0.4.3.Jonathan Davies2023-08-281-1/+1
* | admin api: switch GetClusterHealth to camelcase (fix #381 again)Alex Auvolat2023-06-141-2/+2
* | update netapp's rmp-serde dependency to v1.1Alex Auvolat2023-06-131-1/+1
* | Merge branch 'main' into nextAlex Auvolat2023-06-131-60/+111
|\|
| * simplify code according to feedbackRoberto Hidalgo2023-05-221-65/+45
| * rename mode to consul_http_apiRoberto Hidalgo2023-05-221-33/+25
| * revert rpc/Cargo.tomlRoberto Hidalgo2023-05-221-1/+0
| * follow feedback, fold into existing featureRoberto Hidalgo2023-05-224-306/+139
| * allow additional ServiceMeta, docsRoberto Hidalgo2023-05-221-7/+12
| * cargo fmtRoberto Hidalgo2023-05-222-4/+14
| * register consul services against local agent instead of catalog apiRoberto Hidalgo2023-05-224-3/+235
* | New multipart upload table layoutAlex Auvolat2023-06-091-1/+1
* | Merge branch 'main' into nextAlex Auvolat2023-05-091-1/+1
|\|
| * Declare garage crates using workspace.dependenciesJakub Jirutka2023-05-091-1/+1