Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add feature flag for Kubernetes discovery | Alex Auvolat | 2022-03-24 | 1 | -113/+47 |
| | |||||
* | Move block manager to separate module | Alex Auvolat | 2022-03-23 | 1 | -0/+25 |
| | |||||
* | add test framework for arbitraty S3 requests | trinity-1686a | 2022-03-23 | 1 | -26/+30 |
| | | | | and implement some basic test with it | ||||
* | Update netapp to v0.4.1update-netapp | Alex Auvolat | 2022-03-15 | 1 | -6/+6 |
| | |||||
* | Bump version to 0.7 because of incompatible Netapp | Alex Auvolat | 2022-03-14 | 1 | -25/+25 |
| | |||||
* | add missing netapp telemetry feature | Alex Auvolat | 2022-03-14 | 1 | -13/+69 |
| | |||||
* | Add metrics to web endpoint | Alex Auvolat | 2022-03-14 | 1 | -0/+1 |
| | |||||
* | Refactor how durations are measured | Alex Auvolat | 2022-03-14 | 1 | -1/+2 |
| | |||||
* | Remove strum crate dependency; add protobuf nix dependency | Alex Auvolat | 2022-03-14 | 1 | -21/+0 |
| | |||||
* | Update to Netapp 0.4 which supports distributed tracing | Alex Auvolat | 2022-03-14 | 1 | -7/+30 |
| | |||||
* | Add tracing integration with opentelemetry | Alex Auvolat | 2022-03-14 | 1 | -14/+303 |
| | |||||
* | Add many metrics in table/ and rpc/ | Alex Auvolat | 2022-03-14 | 1 | -1/+2 |
| | |||||
* | Implement basic metrics in table | Maximilien R | 2022-03-14 | 1 | -0/+1 |
| | |||||
* | Update dependencies and add admin module with metrics | mricher | 2022-03-14 | 1 | -0/+81 |
| | | | | | | | | | | - Global dependencies updated in Cargo.lock - New module created in src/admin to host: - the (future) admin REST API - the metric collection - add configuration block No metrics implemented yet | ||||
* | add support for kubernetes service discovery | Max Audron | 2022-03-12 | 1 | -208/+872 |
| | | | | | | | | | | | | | | | | | | | | | This commit adds support to discover garage instances running in kubernetes. Once enabled by setting `kubernetes_namespace` and `kubernetes_service_name` garage will create a Custom Resources `garagenodes.deuxfleurs.fr` with nodes public key as the resource name. and IP and Port information as spec in the namespace configured by `kubernetes_namespace`. For discovering nodes the resources are filtered with the optionally set `kubernetes_service_name` which sets a label `garage.deuxfleurs.fr/service` on the resources. This allows to separate multiple garage deployments in a single namespace. the `kubernetes_skip_crd` variable allows to disable the creation of the CRD by garage itself. The user must deploy this manually. | ||||
* | Functional tests for website endpoints | Quentin Dufour | 2022-03-07 | 1 | -0/+1 |
| | |||||
* | Support for PostObject (#222) | trinity-1686a | 2022-02-21 | 1 | -1/+43 |
| | | | | | | | | | | | | | | | | | | Add support for [PostObject](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOST.html) - [x] routing PostObject properly - [x] parsing multipart body - [x] validating signature - [x] validating policy - [x] validating content length - [x] actually saving data Co-authored-by: trinity-1686a <trinity@deuxfleurs.fr> Co-authored-by: Trinity Pointard <trinity.pointard@gmail.com> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/222 Reviewed-by: Alex <alex@adnab.me> Co-authored-by: trinity-1686a <trinity.pointard@gmail.com> Co-committed-by: trinity-1686a <trinity.pointard@gmail.com> | ||||
* | tests: Add garage integration tests (base) | Jill | 2022-02-10 | 1 | -10/+644 |
| | |||||
* | Support STREAMING-AWS4-HMAC-SHA256-PAYLOAD (#64) (#156) | Jill | 2022-01-17 | 1 | -0/+39 |
| | | | | | | | | Closes #64. Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/156 Co-authored-by: Jill <kokakiwi@deuxfleurs.fr> Co-committed-by: Jill <kokakiwi@deuxfleurs.fr> | ||||
* | 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 |
| | |