Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some movement of helper code and refactoring of error handling | Alex Auvolat | 2022-01-04 | 1 | -0/+1 |
| | |||||
* | New buckets for 0.6.0: small fixes, including: | Alex Auvolat | 2022-01-04 | 1 | -0/+1 |
| | | | | | | | | - ensure bucket names are correct aws s3 names - when making aliases, ensure timestamps of links in both ways are the same - fix small remarks by trinity - don't have a separate website_access field | ||||
* | New buckets for 0.6.0: migration code and build files | Alex Auvolat | 2022-01-04 | 1 | -15/+16 |
| | |||||
* | Model changes | Alex Auvolat | 2022-01-04 | 1 | -0/+1 |
| | |||||
* | New model for buckets | Alex Auvolat | 2022-01-04 | 1 | -19/+119 |
| | |||||
* | Add compression using zstd (#173) | trinity-1686a | 2021-12-15 | 1 | -0/+42 |
| | | | | | | | | | 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> | ||||
* | Improve how node roles are assigned in Garagev0.5-beta1 | Alex Auvolat | 2021-11-16 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | | - 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. | ||||
* | add support for vhost-style s3 bucket | Trinity Pointard | 2021-11-16 | 1 | -1/+1 |
| | |||||
* | Use published netapp crate instead of git repo | Alex Auvolat | 2021-10-26 | 1 | -1/+2 |
| | |||||
* | Improve CLI, adapt tests, update documentation | Alex Auvolat | 2021-10-25 | 1 | -1/+1 |
| | |||||
* | Improvements to CLI and various fixes for netapp version | Alex Auvolat | 2021-10-22 | 1 | -213/+12 |
| | | | | Discovery via consul, persist peer list to file | ||||
* | First port of Garage to Netapp | Alex Auvolat | 2021-10-22 | 1 | -311/+392 |
| | |||||
* | Prepare for v0.3.0 and add migration path from v0.2.1.xv0.3.0 | Alex Auvolat | 2021-05-28 | 1 | -14/+69 |
| | |||||
* | S3 API: support ListBuckets | Quentin Dufour | 2021-05-03 | 1 | -0/+12 |
| | |||||
* | update to v0.2.1v0.2.1release-v0.2.1 | Alex Auvolat | 2021-03-19 | 1 | -9/+9 |
| | |||||
* | Support old CPUsmaster | Alex Auvolat | 2021-03-19 | 1 | -108/+22 |
| | |||||
* | Prepare for release 0.2 | Alex Auvolat | 2021-03-18 | 1 | -173/+111 |
| | |||||
* | Update dependencies | Alex Auvolat | 2021-03-16 | 1 | -183/+71 |
| | |||||
* | WIP migrate to tokio 1 | Alex Auvolat | 2021-03-15 | 1 | -190/+84 |
| | |||||
* | Time and metadata improvements | Alex Auvolat | 2021-03-15 | 1 | -0/+1 |
| | |||||
* | Implement garage stats to get info on node contents | Alex Auvolat | 2021-03-12 | 1 | -0/+23 |
| | |||||
* | WIP big refactoring | Alex Auvolat | 2021-03-11 | 1 | -1/+2 |
| | |||||
* | Remove migration paths from 0.1 branch | Alex Auvolat | 2021-03-10 | 1 | -235/+25 |
| | |||||
* | Update sled & try to debug deadlock (but its in sled...) | Alex Auvolat | 2021-02-23 | 1 | -15/+149 |
| | |||||
* | Add blake2 and xxhash hash functions | Alex Auvolat | 2021-02-23 | 1 | -16/+131 |
| | |||||
* | Fix build0.1.1 | Alex Auvolat | 2021-01-15 | 1 | -291/+321 |
| | |||||
* | Forgot a bump | Alex Auvolat | 2021-01-15 | 1 | -15/+15 |
| | |||||
* | Bump everything to 0.1.1 | Alex Auvolat | 2021-01-15 | 1 | -20/+20 |
| | |||||
* | Remove unused dependencies | Quentin | 2021-01-15 | 1 | -13/+0 |
| | |||||
* | Merge branch 'master' into feature/website | Quentin | 2020-12-10 | 1 | -0/+1 |
|\ | |||||
| * | Propose ETag fixbug/etag | Alex Auvolat | 2020-12-05 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into feature/website | Quentin | 2020-11-22 | 1 | -1/+8 |
|\| | |||||
| * | Fix base64/hex checksum comparison | Quentin | 2020-11-22 | 1 | -1/+8 |
| | | |||||
* | | Merge branch 'master' into feature/website | Quentin | 2020-11-21 | 1 | -0/+39 |
|\| | |||||
| * | data hexdump in warningfeature/better-crdt | Alex Auvolat | 2020-11-20 | 1 | -0/+39 |
| | | |||||
| * | Update cargo.lock | Alex Auvolat | 2020-11-08 | 1 | -706/+705 |
| | | |||||
* | | Use handle_get | Quentin | 2020-11-21 | 1 | -0/+1 |
| | | |||||
* | | We are able to serve a file | Quentin | 2020-11-21 | 1 | -0/+1 |
| | | |||||
* | | Support punnycode | Quentin | 2020-11-20 | 1 | -0/+1 |
| | | |||||
* | | Make it compile again | Quentin | 2020-11-19 | 1 | -0/+1 |
| | | |||||
* | | Extract bucket | Quentin | 2020-11-10 | 1 | -0/+1 |
| | | |||||
* | | It compiles! | Quentin | 2020-11-03 | 1 | -0/+1 |
| | | |||||
* | | Skeleton to the new web API | Quentin | 2020-11-02 | 1 | -705/+730 |
|/ | |||||
* | Implement correct ETag for objects created with PutObject | Alex Auvolat | 2020-07-13 | 1 | -0/+46 |
| | |||||
* | Add support for model migrations | Alex Auvolat | 2020-07-08 | 1 | -8/+111 |
| | |||||
* | Update to Hyper 0.13.6 that accepts non-Sync streams in wrap_stream. | Alex Auvolat | 2020-07-07 | 1 | -385/+470 |
| | | | | Simplifies code and makes it possible to publish on crates.io | ||||
* | Rename garage_core to garage_model | Alex Auvolat | 2020-07-07 | 1 | -3/+3 |
| | |||||
* | Add automatic peer discovery from Consul | Alex Auvolat | 2020-06-30 | 1 | -0/+1 |
| | |||||
* | Implement HTTP ranges in get | Alex Auvolat | 2020-05-04 | 1 | -0/+7 |
| | |||||
* | Implement DeleteObjects | Alex Auvolat | 2020-05-01 | 1 | -0/+17 |
| |