Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add compression using zstd (#173) | trinity-1686a | 2021-12-15 | 1 | -17/+22 |
| | | | | | | | | | fix #27 Co-authored-by: Trinity Pointard <trinity.pointard@gmail.com> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/173 Co-authored-by: trinity-1686a <trinity.pointard@gmail.com> Co-committed-by: trinity-1686a <trinity.pointard@gmail.com> | ||||
* | In ListBuckets, hide entry if no permsfeature/hide-buckets-without-perm | Quentin Dufour | 2021-11-22 | 1 | -0/+15 |
| | |||||
* | Start socat only oncev0.5.0bug/script-socat | Quentin Dufour | 2021-11-17 | 1 | -4/+4 |
| | | | | Fixes #124 | ||||
* | Improve how node roles are assigned in Garagev0.5-beta1 | Alex Auvolat | 2021-11-16 | 3 | -5/+6 |
| | | | | | | | | | | | | | | | | | - change the terminology: the network configuration becomes the role table, the configuration of a nodes becomes a node's role - the modification of the role table takes place in two steps: first, changes are staged in a CRDT data structure. Then, once the user is happy with the changes, they can commit them all at once (or revert them). - update documentation - fix tests - implement smarter partition assignation algorithm This patch breaks the format of the network configuration: when migrating, the cluster will be in a state where no roles are assigned. All roles must be re-assigned and commited at once. This migration should not pose an issue. | ||||
* | Improve CLI, adapt tests, update documentation | Alex Auvolat | 2021-10-25 | 4 | -23/+36 |
| | |||||
* | Build Garage with Nixfeature/static | Quentin Dufour | 2021-10-19 | 6 | -20/+20 |
| | |||||
* | Rename datacenters into zones (doc not yet updated) | Alex Auvolat | 2021-05-28 | 1 | -1/+1 |
| | |||||
* | 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 preliminary support for Duckfeature/duck | Quentin Dufour | 2021-05-15 | 2 | -0/+71 |
| | |||||
* | add clippy to the CI | Trinity Pointard | 2021-05-03 | 1 | -1/+1 |
| | |||||
* | S3 API: support ListBuckets | Quentin Dufour | 2021-05-03 | 1 | -0/+4 |
| | |||||
* | Add minio & rclone to our functional teststest/more-clients | Quentin Dufour | 2021-05-02 | 8 | -77/+157 |
| | | | | | | 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 | ||||
* | Introduce test case that demonstrates #59 (the & problem) | Quentin Dufour | 2021-04-27 | 1 | -17/+23 |
| | |||||
* | Use pre-prepared Docker image in CI to speed things up | Alex Auvolat | 2021-04-27 | 2 | -0/+14 |
| | |||||
* | Refactor CLI and prettify CLI outpu | Alex Auvolat | 2021-03-12 | 1 | -1/+1 |
| | |||||
* | Rename n_tokens into capacity | Alex Auvolat | 2021-03-10 | 1 | -1/+1 |
| | |||||
* | Use smaller capacities for nodes | Alex Auvolat | 2021-03-05 | 1 | -1/+1 |
| | |||||
* | Not fully tested: new multi-dc MagLev | Alex Auvolat | 2021-03-05 | 1 | -15/+15 |
| | |||||
* | Simulate stuff moving around | Alex Auvolat | 2021-02-25 | 1 | -68/+107 |
| | |||||
* | Add adapted version of maglev for multi-dc | Alex Auvolat | 2021-02-21 | 1 | -2/+76 |
| | |||||
* | Maglev simulation | Alex Auvolat | 2021-02-21 | 1 | -7/+61 |
| | |||||
* | Evaluate hash functions | Alex Auvolat | 2021-02-21 | 1 | -22/+25 |
| | |||||
* | Add script to simulate different kinds of rings | Alex Auvolat | 2021-02-21 | 1 | -0/+120 |
| | |||||
* | try to fix smoke test | Alex Auvolat | 2021-02-17 | 3 | -6/+11 |
| | | | | 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 |
| | |||||
* | Update testing script | Quentin Dufour | 2020-12-17 | 1 | -0/+14 |
| | |||||
* | Fix S3 command | Quentin | 2020-12-10 | 1 | -5/+10 |
| | |||||
* | Merge branch 'master' into feature/website | Quentin | 2020-12-10 | 3 | -6/+60 |
|\ | |||||
| * | Reduce garage.1.rnd size to store it inlinefeature/smoke-script | Quentin | 2020-12-06 | 1 | -1/+1 |
| | | |||||
| * | Indentation & comments | Quentin | 2020-12-06 | 1 | -9/+19 |
| | | |||||
| * | Test awscli/s3cmd interactions | Quentin | 2020-12-06 | 3 | -6/+41 |
| | | |||||
| * | Test garage list & delete commands | Quentin | 2020-12-06 | 1 | -0/+9 |
| | | |||||
| * | Improve README, add more tests | Quentin | 2020-12-06 | 2 | -6/+9 |
| | | |||||
| * | wip smoke test | Quentin | 2020-12-05 | 2 | -12/+9 |
| | | |||||
* | | Fix merge error | Quentin | 2020-11-29 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'master' into feature/website | Quentin | 2020-11-29 | 2 | -7/+8 |
|\| | |||||
| * | Use ipv6 localhost for dev cluster and different port numbers | Alex Auvolat | 2020-11-29 | 2 | -8/+8 |
| | | |||||
* | | Use aws cli version 2 | Quentin | 2020-11-29 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into feature/website | Quentin | 2020-11-29 | 4 | -1/+34 |
|\| | |||||
| * | A fix for s3cmd | Quentin | 2020-11-29 | 1 | -0/+1 |
| | | |||||
| * | Rollback logging on dev-cluster | Quentin | 2020-11-29 | 1 | -1/+1 |
| | | |||||
| * | Add a smoke test script | Quentin | 2020-11-29 | 3 | -1/+28 |
| | | |||||
| * | S3 does not support accentuated buckets + add a script to clean tmp | Quentin | 2020-11-29 | 2 | -3/+10 |
| | | |||||
* | | Use awscli instead of s3cmd | Quentin | 2020-11-21 | 2 | -11/+8 |
| | | |||||
* | | 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 | 2 | -1/+4 |
| | |||||
* | Quicker dev with more scripts | Quentin | 2020-11-20 | 4 | -0/+103 |