Use status code 204 No Content for empty responses
Tobias Krischer
2022-10-16 19:46:15 +0200
4582a8f34aMerge pull request 'Update 'doc/book/reference-manual/features.md'' (#402) from borgified/garage:borgified-patch-1 into main
Quentin
2022-10-16 07:41:32 +0000
fcf9ac674aTests written in layout.rs added staged_parameters to ClusterLayout removed the serde(default) -> will need a migration function
Mendes
2022-10-10 17:19:25 +0200
911eb17bd9corrected warnings of cargo clippy
Mendes
2022-10-06 14:53:57 +0200
9407df60ccCorrected two bugs: - self.node_id_vec was not properly updated when the previous ring was empty - ClusterLayout::merge was not considering changes in the layout parameters
Mendes
2022-10-06 12:54:51 +0200
a951b6c452Added a CLI command to update the parameters for the layout computation (for now, only the zone redundancy)
Mendes
2022-10-05 16:04:19 +0200
ceac3713d6modifications in several files to : - have consistent error return types - store the zone redundancy in a Lww - print the error and message in the CLI (TODO: for the server Api, should msg be returned in the body response?)
Mendes
2022-10-05 15:29:48 +0200
829f815a89Merge remote-tracking branch 'origin/main' into optimal-layout
Mendes
2022-10-04 18:14:49 +0200
99f96b9564deleted zone_redundancy from System struct
Mendes
2022-10-04 18:09:24 +0200
a096ced355Merge pull request 'Fix instant substractions that might have panicked' (#398) from fix-time into main
Alex
2022-10-02 16:41:06 +0200
e21b672c96Merge pull request 'Add helm chart' (#331) from chemicstry/garage:helm_chart into main
Alex
2022-10-02 16:40:54 +0200
db0c8b3980Updates values.yml with some opinionated and untested defaults
Maximilien R
2022-08-11 01:35:41 +0200
6dba7dadf4Add missing ClusterRole and bindings for CRDs
Maximilien R
2022-06-22 10:04:59 +0200
Fix instant substractions that might have panicked
Alex Auvolat
2022-09-29 15:53:54 +0200
497164d782Merge pull request 'Shutdown properly on SIGTERM/SIGHUP and on Windows signals' (#397) from handle-sigterm into main
Alex
2022-09-28 12:16:55 +0200
Document db_engine
Alex Auvolat
2022-09-27 16:52:36 +0200
2197753dfdMerge pull request 'Add step to generate multi-arch Docker container in CI' (#393) from multi-arch-container into main
v0.8.0-rc1
Alex
2022-09-27 11:55:49 +0200
3f95a0f717Merge pull request 'Enable k2v feature flag by default in CI' (#302) from k2v into main
Alex
2022-09-27 11:38:23 +0200
7291747a28Merge pull request 'Documentation changes for v0.8' (#394) from doc-0.8 into main
Alex
2022-09-27 11:37:12 +0200
bd842e1388Correction of a few bugs in the tests, modification of ClusterLayout::check
Mendes
2022-09-22 19:30:01 +0200
7f3249a237New version of the algorithm that calculate the layout. It takes as paramters the replication factor and the zone redundancy, computes the largest partition size reachable with these constraints, and among the possible assignation with this partition size, it computes the one that moves the least number of partitions compared to the previous assignation. This computation uses graph algorithms defined in graph_algo.rs
Mendes
2022-09-21 14:39:59 +0200
af2b2f26b4Merge pull request 'Update README (fix#230)' (#391) from new-readme into main
Alex
2022-09-21 13:28:52 +0200
Some work on documentation towards v0.8
Alex Auvolat
2022-09-14 19:31:13 +0200
89b8087ba8Merge pull request 'Properly return HTTP 204 when deleting non-existent object (fix#227)' (#384) from deleteobject-204 into main
Alex
2022-09-14 17:16:39 +0200
Properly return HTTP 204 when deleting non-existent object (fix#227)
Alex Auvolat
2022-09-14 17:07:55 +0200
82600acf77Merge pull request 'Allow for hostnames in bootstrap_peers and rpc_public_addr (fix#353)' (#383) from resolve-peer-names into main
Alex
2022-09-14 16:37:18 +0200
Simplify+improve async hasher by using bounded channel
Alex Auvolat
2022-09-12 16:23:43 +0200
c4adbeed51Added the section with description proofs of the parametric assignment computation in the optimal layout report
Mendes
2022-09-10 13:51:12 +0200