Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve CLI, adapt tests, update documentation | Alex Auvolat | 2021-10-25 | 1 | -8/+20 |
| | |||||
* | Build Garage with Nixfeature/static | Quentin Dufour | 2021-10-19 | 1 | -1/+8 |
| | |||||
* | Many improvements on ring/replication and its configuration: | Alex Auvolat | 2021-05-28 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | - Explicit "replication_mode" configuration parameters that takes either "none", "2" or "3" as values, instead of letting user configure replication factor themselves. These are presets whose corresponding replication/quorum values can be found in replication/mode.rs - Explicit support for single-node and two-node deployments (number of nodes must be at least "replication_mode", with "none" we can have only one node) - Ring is now stored much more compactly with 256*8 + n*32 bytes, instead of 256*32 bytes - Support for gateway-only nodes that do not store data (these nodes still need a metadata_directory to store the list of bucket and keys since those are stored on all nodes; it also technically needs a data_directory to start but it will stay empty unless we have bugs) | ||||
* | Add minio & rclone to our functional teststest/more-clients | Quentin Dufour | 2021-05-02 | 1 | -0/+15 |
| | | | | | | It is now possible to configure which clients you do not want to test with the env variable SKIP_XXX=1, XXX being the client name. eg. SKIP_S3CMD=1 ./script/test-smoke.sh | ||||
* | try to fix smoke test | Alex Auvolat | 2021-02-17 | 1 | -6/+6 |
| | | | | dev cluster: don't ipv6 (fixes smoke test in container?) | ||||
* | Fix S3 ListObjects result and replace println!s by debug!s0.1.1b | Alex Auvolat | 2021-01-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into feature/website | Quentin | 2020-11-29 | 1 | -6/+6 |
|\ | |||||
| * | Use ipv6 localhost for dev cluster and different port numbers | Alex Auvolat | 2020-11-29 | 1 | -6/+6 |
| | | |||||
| * | Rollback logging on dev-cluster | Quentin | 2020-11-29 | 1 | -1/+1 |
| | | |||||
| * | Add a smoke test script | Quentin | 2020-11-29 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into feature/website | Quentin | 2020-11-21 | 1 | -0/+2 |
|/ | |||||
* | Fix dev-env.sh for source; print which garage in dev-cluster.sh | Alex Auvolat | 2020-11-20 | 1 | -0/+3 |
| | |||||
* | Quicker dev with more scripts | Quentin | 2020-11-20 | 1 | -0/+54 |