aboutsummaryrefslogtreecommitdiff
path: root/src/web/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* bump version to 0.8.3v0.8.3-rc1Alex Auvolat2023-08-281-1/+1
|
* Declare garage crates using workspace.dependenciesJakub Jirutka2023-05-091-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.2Alex Auvolat2023-03-131-5/+5
|
* Cargo.toml: Loosen tracing dependency to just 0.1.Jonathan Davies2023-01-261-1/+1
|
* Bump everything to v0.8.1Alex Auvolat2023-01-021-5/+5
|
* Bump versions to 0.8.0 (compatibility is broken already)Alex Auvolat2022-09-061-5/+5
|
* Bump version to 0.7 because of incompatible NetappAlex Auvolat2022-03-141-5/+5
|
* Add metrics to web endpointAlex Auvolat2022-03-141-0/+2
|
* Add tracing integration with opentelemetryAlex Auvolat2022-03-141-1/+1
|
* New model for bucketsAlex Auvolat2022-01-041-5/+5
|
* Improve how node roles are assigned in Garagev0.5-beta1Alex Auvolat2021-11-161-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 bucketTrinity Pointard2021-11-161-1/+0
|
* Improvements to CLI and various fixes for netapp versionAlex Auvolat2021-10-221-1/+1
| | | | Discovery via consul, persist peer list to file
* First port of Garage to NetappAlex Auvolat2021-10-221-5/+5
|
* Prepare for v0.3.0 and add migration path from v0.2.1.xv0.3.0Alex Auvolat2021-05-281-5/+5
|
* update to v0.2.1v0.2.1release-v0.2.1Alex Auvolat2021-03-191-5/+5
|
* Update Cargo.toml files with AGPL license infov0.2.0Alex Auvolat2021-03-181-5/+7
|
* Prepare for release 0.2Alex Auvolat2021-03-181-5/+5
|
* Update dependenciesAlex Auvolat2021-03-161-2/+1
|
* WIP migrate to tokio 1Alex Auvolat2021-03-151-1/+1
|
* Bump everything to 0.1.1Alex Auvolat2021-01-151-2/+2
|
* Remove unused dependenciesQuentin2021-01-151-19/+0
|
* Use handle_getQuentin2020-11-211-0/+1
|
* We are able to serve a fileQuentin2020-11-211-0/+2
|
* Support punnycodeQuentin2020-11-201-1/+1
|
* Extract bucketQuentin2020-11-101-0/+1
|
* Fix description of the crateQuentin2020-11-021-1/+1
|
* Skeleton to the new web APIQuentin2020-11-021-0/+43