Commit Graph

510 Commits

Author SHA1 Message Date
Alex dbe457d3fa
Improve clarity 2021-10-21 17:43:42 +02:00
Alex bff5333c62
Move things around, improvements to CLI 2021-10-21 17:29:27 +02:00
Alex b7eccf5264
update cargo.nix 2021-10-21 14:10:11 +02:00
Alex 2fa65554f1
Persist peer list to file 2021-10-21 13:45:52 +02:00
Alex 1dc7cc7936
update netapp to fix connection bug 2021-10-21 12:34:05 +02:00
Alex 5e986c443f
Discovery via consul 2021-10-21 00:29:50 +02:00
Alex 6455347955
Update documentation 2021-10-20 16:10:18 +02:00
Alex c18920f8d1
run cargo2nix 2021-10-20 00:00:28 +02:00
Alex b2d24b2b5b
bump garage version to 0.4.0 2021-10-19 23:59:05 +02:00
Alex f1a68f6b57
Fix clippy 2021-10-19 23:53:49 +02:00
Alex d9c52e9a9c
Update documentation: real_world.md 2021-10-19 23:40:21 +02:00
Alex 550ce7db2a
Update doc: quick_start 2021-10-19 23:39:47 +02:00
Alex 12190efd41
Everything works, actually! 2021-10-19 23:39:47 +02:00
Alex a8ae78af0a
Adapt tests to new syntax with public keys 2021-10-19 23:39:45 +02:00
Alex 65070f3c05
Improvements to CLI and various fixes for netapp version 2021-10-19 23:38:42 +02:00
Alex e6da0dc900
First port of Garage to Netapp 2021-10-19 23:38:38 +02:00
Quentin dc017a0cab
Build Garage with Nix 2021-10-19 16:56:07 +02:00
Alex 1acf7e4c66
Fix git_version!() when not in git repo (fix #100) 2021-10-11 14:26:54 +02:00
Alex f6060b92aa
Fix HTTP return code for DeleteObject (fix #98) 2021-10-11 14:24:49 +02:00
Alex 0f9d9df83b
Update Drone signature 2021-10-11 11:46:05 +02:00
Alex f3a097abdf
WIP: try to fix #93, and improve S3 ListObjects (v1 and v2) API calls 2021-10-11 11:15:47 +02:00
Alex 1aed317818
Small changes on NGI kickoff talk 2021-10-07 11:12:34 +02:00
Quentin c5574c8409 Add links and put logos in a flexbox 2021-09-28 10:21:10 +02:00
Quentin 78f0c9ed38 Add a doc target to the Makefile 2021-09-28 10:13:14 +02:00
mricher de0228ca2a
Doc: add funding disclaimer for NGI/EU grant
PNG logs optimized, render to be checked by @quentin. Fix #106.
2021-09-25 17:21:07 +02:00
Alex df345e37db
Add sticker and NGI kickoff talk 2021-09-12 13:37:33 +02:00
Alex 740b863750
Update genkeys.sh to generate ed25519 keys instead of RSA 2021-07-06 11:16:04 +02:00
Alex fa394dcd27
Support pkcs8 private keys (allowing for ed25519 to be used for rpc) 2021-07-06 11:16:01 +02:00
trinity-1686a 30a7dee920 exit when inconsistent level of replication is detected (#92)
fix #88

Authored-by: Trinity Pointard <trinity.pointard@gmail.com>
Reviewed-on: Deuxfleurs/garage#92
Co-authored-by: trinity-1686a <trinity.pointard@gmail.com>
Co-committed-by: trinity-1686a <trinity.pointard@gmail.com>
2021-06-02 13:30:39 +02:00
Trinity Pointard b568765c75 try parsing rpc-host command-line parameter 2021-06-01 23:53:58 +02:00
Trinity Pointard e9c265e9dc format garage status output better 2021-06-01 19:12:27 +02:00
Alex 42f692b1e0
Documentation fixes (typo and small reorganization) 2021-05-31 23:55:51 +02:00
Alex 14fd3df654
Write about S3 client configuration 2021-05-31 17:41:21 +02:00
Alex 56ac9fd460
Updates to documentation 2021-05-31 17:23:35 +02:00
Alex d76a8576f4
Reorganize documentation 2021-05-31 17:13:36 +02:00
Trinity Pointard 289521886b make most changes suggested during install-party 2021-05-29 21:37:49 +02:00
Alex ebd21b325e
Write documentation on configuration file and other improvements 2021-05-28 18:00:59 +02:00
Alex b9127dd6f8
Prepare for v0.3.0 and add migration path from v0.2.1.x 2021-05-28 15:29:58 +02:00
Alex ddb2b29bfd
Rename datacenters into zones (doc not yet updated) 2021-05-28 14:07:36 +02:00
Alex b490ebc7f6
Many improvements on ring/replication and its configuration:
- 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)
2021-05-28 14:07:36 +02:00
Quentin c8aa1eb481
Add preliminary support for Duck 2021-05-15 10:24:20 +02:00
Quentin 5fdabf3e75
Add basic support for the "Versioning" command 2021-05-14 22:33:26 +02:00
Alex 6ccffc3162
Improved XML serialization
- Use quick_xml and serde for all XML response returned by the S3 API.
- Include tests for all structs used to generate XML
- Remove old manual XML escaping function which was unsafe
2021-05-06 22:37:15 +02:00
Trinity Pointard e4b9e4e24d
rename types to CamelCase 2021-05-03 22:15:09 +02:00
Trinity Pointard 6644df6b96
fix clippy warnings on garage 2021-05-03 22:11:42 +02:00
Trinity Pointard f8ae8fc4be
fix clippy warnings on web 2021-05-03 22:11:42 +02:00
Trinity Pointard 84856e84e5
fix clippy warnings on api 2021-05-03 22:11:41 +02:00
Trinity Pointard 4a1e079e8f
fix clippy warnings on model 2021-05-03 22:11:41 +02:00
Trinity Pointard f5a0cf0414
fix clippy warnings on table 2021-05-03 22:11:41 +02:00
Trinity Pointard f05bb111c2
fix clippy warnings on util and rpc 2021-05-03 22:11:41 +02:00