Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make use of website config, return error document on error | Alex Auvolat | 2022-01-13 | 1 | -2/+0 |
| | |||||
* | Add compression using zstd (#173) | trinity-1686a | 2021-12-15 | 1 | -0/+61 |
| | | | | | | | | | 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> | ||||
* | add support for vhost-style s3 bucket | Trinity Pointard | 2021-11-16 | 1 | -0/+3 |
| | |||||
* | allow missing bootstrap_peers in garage.toml | Trinity Pointard | 2021-11-05 | 1 | -1/+1 |
| | |||||
* | Improve CLI, adapt tests, update documentation | Alex Auvolat | 2021-10-25 | 1 | -11/+5 |
| | |||||
* | Improvements to CLI and various fixes for netapp version | Alex Auvolat | 2021-10-22 | 1 | -18/+8 |
| | | | | Discovery via consul, persist peer list to file | ||||
* | First port of Garage to Netapp | Alex Auvolat | 2021-10-22 | 1 | -33/+30 |
| | |||||
* | Many improvements on ring/replication and its configuration: | Alex Auvolat | 2021-05-28 | 1 | -28/+18 |
| | | | | | | | | | | | | | | | | | | | | - 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) | ||||
* | Tune Sled configuration | Alex Auvolat | 2021-05-03 | 1 | -0/+14 |
| | | | | | | | - Make sled cache size and flush interval configurable - Set less agressive default values: - cache size 128MB instead of 1GB - Flush interval 2 seconds instead of .5 seconds | ||||
* | run cargo fmt on util and make missing doc warning | Trinity Pointard | 2021-04-27 | 1 | -21/+21 |
| | |||||
* | document util crate | Trinity Pointard | 2021-04-27 | 1 | -0/+27 |
| | |||||
* | resolve domain to multiple addresses | Trinity Pointard | 2021-03-18 | 1 | -10/+17 |
| | | | | And warn instead of failling when a domain can't be resolved | ||||
* | remove domain resolution for *_bind_addr | Trinity Pointard | 2021-03-18 | 1 | -16/+0 |
| | |||||
* | simplify addresse deserialialiser and limit allocations | Trinity Pointard | 2021-03-18 | 1 | -23/+7 |
| | |||||
* | add support for using domain name in configuration | Trinity Pointard | 2021-03-18 | 1 | -1/+52 |
| | |||||
* | Remove epidemic propagation for fully replicated stuff: write directly to ↵ | Alex Auvolat | 2021-03-05 | 1 | -5/+5 |
| | | | | all nodes | ||||
* | Build path correctly | Quentin | 2020-11-11 | 1 | -0/+1 |
| | |||||
* | Extract bucket | Quentin | 2020-11-10 | 1 | -1/+2 |
| | |||||
* | Skeleton to the new web API | Quentin | 2020-11-02 | 1 | -1/+1 |
| | |||||
* | Add "web" configuration entry | Quentin | 2020-10-31 | 1 | -0/+7 |
| | |||||
* | Add automatic peer discovery from Consul | Alex Auvolat | 2020-06-30 | 1 | -0/+2 |
| | |||||
* | Rename epidemic_factor to epidemic_fanout (that's what it is); complete conf ↵ | Alex Auvolat | 2020-06-30 | 1 | -3/+3 |
| | | | | example in readme | ||||
* | Starting to be S3 compatible | Alex Auvolat | 2020-04-24 | 1 | -1/+8 |
| | |||||
* | Split code for modular compilation | Alex Auvolat | 2020-04-24 | 1 | -0/+66 |