Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Declare garage crates using workspace.dependencies | Jakub Jirutka | 2023-05-09 | 1 | -4/+4 |
| | | | | | | | | This will allow to really disable "sled" feature without declaring `default-features = false` in every Cargo.toml where garage_db and garage_model is used. See https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table | ||||
* | Prepare for v0.8.2 | Alex Auvolat | 2023-03-13 | 1 | -5/+5 |
| | |||||
* | Cargo.toml: Loosen tracing dependency to just 0.1. | Jonathan Davies | 2023-01-26 | 1 | -1/+1 |
| | |||||
* | Bump everything to v0.8.1 | Alex Auvolat | 2023-01-02 | 1 | -5/+5 |
| | |||||
* | Bump versions to 0.8.0 (compatibility is broken already) | Alex Auvolat | 2022-09-06 | 1 | -5/+5 |
| | |||||
* | Bump version to 0.7 because of incompatible Netapp | Alex Auvolat | 2022-03-14 | 1 | -5/+5 |
| | |||||
* | Add metrics to web endpoint | Alex Auvolat | 2022-03-14 | 1 | -0/+2 |
| | |||||
* | Add tracing integration with opentelemetry | Alex Auvolat | 2022-03-14 | 1 | -1/+1 |
| | |||||
* | New model for buckets | Alex Auvolat | 2022-01-04 | 1 | -5/+5 |
| | |||||
* | Improve how node roles are assigned in Garagev0.5-beta1 | Alex Auvolat | 2021-11-16 | 1 | -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. | ||||
* | add support for vhost-style s3 bucket | Trinity Pointard | 2021-11-16 | 1 | -1/+0 |
| | |||||
* | Improvements to CLI and various fixes for netapp version | Alex Auvolat | 2021-10-22 | 1 | -1/+1 |
| | | | | Discovery via consul, persist peer list to file | ||||
* | First port of Garage to Netapp | Alex Auvolat | 2021-10-22 | 1 | -5/+5 |
| | |||||
* | Prepare for v0.3.0 and add migration path from v0.2.1.xv0.3.0 | Alex Auvolat | 2021-05-28 | 1 | -5/+5 |
| | |||||
* | update to v0.2.1v0.2.1release-v0.2.1 | Alex Auvolat | 2021-03-19 | 1 | -5/+5 |
| | |||||
* | Update Cargo.toml files with AGPL license infov0.2.0 | Alex Auvolat | 2021-03-18 | 1 | -5/+7 |
| | |||||
* | Prepare for release 0.2 | Alex Auvolat | 2021-03-18 | 1 | -5/+5 |
| | |||||
* | Update dependencies | Alex Auvolat | 2021-03-16 | 1 | -2/+1 |
| | |||||
* | WIP migrate to tokio 1 | Alex Auvolat | 2021-03-15 | 1 | -1/+1 |
| | |||||
* | Bump everything to 0.1.1 | Alex Auvolat | 2021-01-15 | 1 | -2/+2 |
| | |||||
* | Remove unused dependencies | Quentin | 2021-01-15 | 1 | -19/+0 |
| | |||||
* | Use handle_get | Quentin | 2020-11-21 | 1 | -0/+1 |
| | |||||
* | We are able to serve a file | Quentin | 2020-11-21 | 1 | -0/+2 |
| | |||||
* | Support punnycode | Quentin | 2020-11-20 | 1 | -1/+1 |
| | |||||
* | Extract bucket | Quentin | 2020-11-10 | 1 | -0/+1 |
| | |||||
* | Fix description of the crate | Quentin | 2020-11-02 | 1 | -1/+1 |
| | |||||
* | Skeleton to the new web API | Quentin | 2020-11-02 | 1 | -0/+43 |