Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | garage: fix admin-token description | networkException | 2023-10-19 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | util: move reading secret file into seperate helper | networkException | 2023-10-19 | 1 | -16/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this patch moves the logic to read a secret file (and check for correct permissions) from `secret_from_file` into a new `read_secret_file` helper. | |||||
| | | * | | docs: add documentation for specifying token / secret file as environment ↵ | networkException | 2023-10-19 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | variables | |||||
| * | | | | Merge pull request 'fix typo in peertube doc' (#617) from ↵ | Alex | 2024-01-11 | 1 | -2/+2 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lapineige/garage:main into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/617 | |||||
| | * | | | | another typo | Lapineige | 2023-08-19 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | fix typo | Lapineige | 2023-08-19 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | bump crate versions to 0.10.0v0.10.0-beta1 | Alex Auvolat | 2024-01-11 | 12 | -86/+86 | |
| | | | | | | ||||||
* | | | | | | Merge pull request 'NLnet task 3' (#667) from nlnet-task3 into next-0.10 | Alex | 2024-01-11 | 41 | -1666/+3282 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/667 | |||||
| * | | | | | layout: refactoring and fix in layout helpernlnet-task3 | Alex Auvolat | 2023-12-11 | 7 | -33/+38 | |
| | | | | | | ||||||
| * | | | | | layout: refactor/fix bad while loop | Alex Auvolat | 2023-12-11 | 1 | -17/+14 | |
| | | | | | | ||||||
| * | | | | | fix some clippy lints | Alex Auvolat | 2023-12-11 | 9 | -22/+19 | |
| | | | | | | ||||||
| * | | | | | table: remove redundant tracing in insert_many | Alex Auvolat | 2023-12-11 | 1 | -5/+2 | |
| | | | | | | ||||||
| * | | | | | table: fix insert_many to not send duplicates | Alex Auvolat | 2023-12-08 | 1 | -1/+12 | |
| | | | | | | ||||||
| * | | | | | layout: refactoring, merge two files | Alex Auvolat | 2023-12-08 | 4 | -435/+440 | |
| | | | | | | ||||||
| * | | | | | rpc helper: small refactorings | Alex Auvolat | 2023-12-08 | 1 | -14/+17 | |
| | | | | | | ||||||
| * | | | | | layout: move block_read_nodes_of to rpc_helper to avoid double-locking | Alex Auvolat | 2023-12-08 | 3 | -70/+80 | |
| | | | | | | | | | | | | | | | | | | | | | | | | (in theory, this could have caused a deadlock) | |||||
| * | | | | | layout version: refactor get_node_zone | Alex Auvolat | 2023-12-08 | 2 | -26/+25 | |
| | | | | | | ||||||
| * | | | | | cli: improvements to the layout commands when multiple layouts are live | Alex Auvolat | 2023-12-08 | 4 | -29/+49 | |
| | | | | | | ||||||
| * | | | | | rpc: fix system::health | Alex Auvolat | 2023-12-08 | 1 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | fix build with discovery features | Alex Auvolat | 2023-12-07 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | layout: allow sync update tracker to progress with only quorums | Alex Auvolat | 2023-12-07 | 7 | -21/+152 | |
| | | | | | | ||||||
| * | | | | | layout cli: safer skip-dead-nodes command | Alex Auvolat | 2023-12-07 | 3 | -21/+49 | |
| | | | | | | ||||||
| * | | | | | table sync: use write quorums to report global success or failure of sync | Alex Auvolat | 2023-12-07 | 6 | -28/+36 | |
| | | | | | | ||||||
| * | | | | | rpc: refactor result tracking for quorum sets | Alex Auvolat | 2023-12-07 | 4 | -88/+121 | |
| | | | | | | ||||||
| * | | | | | layout updates: fix the set of nodes among which minima are calculated | Alex Auvolat | 2023-12-07 | 3 | -8/+27 | |
| | | | | | | ||||||
| * | | | | | admin: more info in admin GetClusterStatus | Alex Auvolat | 2023-11-28 | 5 | -94/+190 | |
| | | | | | | ||||||
| * | | | | | rpc helper: write comments + small refactoring of tracing | Alex Auvolat | 2023-11-28 | 1 | -17/+88 | |
| | | | | | | ||||||
| * | | | | | cli: remove historic layout info from status | Alex Auvolat | 2023-11-27 | 1 | -18/+0 | |
| | | | | | | ||||||
| * | | | | | cli: add layout history and layout assume-sync commands | Alex Auvolat | 2023-11-27 | 4 | -3/+147 | |
| | | | | | | ||||||
| * | | | | | cli: show when nodes are draining metadata | Alex Auvolat | 2023-11-27 | 1 | -64/+108 | |
| | | | | | | ||||||
| * | | | | | rpc: update system::health to take into account write sets for all partitions | Alex Auvolat | 2023-11-27 | 1 | -32/+45 | |
| | | | | | | ||||||
| * | | | | | block manager: read_block using old layout versions if necessary | Alex Auvolat | 2023-11-27 | 5 | -9/+50 | |
| | | | | | | ||||||
| * | | | | | table: implement write sets for insert_many | Alex Auvolat | 2023-11-16 | 1 | -30/+127 | |
| | | | | | | ||||||
| * | | | | | rpc_helper: don't use tokio::spawn for individual requests | Alex Auvolat | 2023-11-16 | 1 | -11/+7 | |
| | | | | | | ||||||
| * | | | | | layout: refactor digests and add "!=" assertions before epidemic bcast | Alex Auvolat | 2023-11-16 | 5 | -38/+45 | |
| | | | | | | ||||||
| * | | | | | layout: split helper in separate file; more precise difference tracking | Alex Auvolat | 2023-11-16 | 4 | -254/+256 | |
| | | | | | | ||||||
| * | | | | | layout: fix test | Alex Auvolat | 2023-11-15 | 1 | -2/+0 | |
| | | | | | | ||||||
| * | | | | | layou: implement ack locking | Alex Auvolat | 2023-11-15 | 10 | -46/+156 | |
| | | | | | | ||||||
| * | | | | | layout: add helper for cached/external values to centralize recomputation | Alex Auvolat | 2023-11-15 | 10 | -181/+222 | |
| | | | | | | ||||||
| * | | | | | layout: wip cache global mins | Alex Auvolat | 2023-11-15 | 3 | -31/+57 | |
| | | | | | | ||||||
| * | | | | | rpc: fix write set quorums | Alex Auvolat | 2023-11-15 | 4 | -13/+22 | |
| | | | | | | ||||||
| * | | | | | integration test: print stdout and stderr on subcommand crash | Alex Auvolat | 2023-11-15 | 2 | -34/+12 | |
| | | | | | | ||||||
| * | | | | | layout history merge: rm invalid versions when valid versions are added | Alex Auvolat | 2023-11-15 | 2 | -10/+28 | |
| | | | | | | ||||||
| * | | | | | layout: fix test | Alex Auvolat | 2023-11-14 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | table: take into account multiple write sets in inserts | Alex Auvolat | 2023-11-14 | 6 | -134/+189 | |
| | | | | | | ||||||
| * | | | | | layout: prepare for write sets | Alex Auvolat | 2023-11-14 | 13 | -48/+64 | |
| | | | | | | ||||||
| * | | | | | system: add todo wrt new layout | Alex Auvolat | 2023-11-14 | 1 | -1/+3 | |
| | | | | | | ||||||
| * | | | | | layout: fixes in schema | Alex Auvolat | 2023-11-14 | 1 | -21/+21 | |
| | | | | | | ||||||
| * | | | | | layout: refactoring of all_nodes | Alex Auvolat | 2023-11-14 | 7 | -27/+44 | |
| | | | | | | ||||||
| * | | | | | layout: some refactoring of nongateway nodes | Alex Auvolat | 2023-11-14 | 5 | -61/+95 | |
| | | | | | |