aboutsummaryrefslogtreecommitdiff
path: root/doc/book/src/working_documents
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize documentation for new website (#213)Alex2022-02-076-629/+0
| | | | | | | | | | | | | | This PR should be merged after the new website is deployed. - [x] Rename files - [x] Add front matter section to all `.md` files in the book (necessary for Zola) - [x] Change all internal links to use Zola's linking system that checks broken links - [x] Some updates to documentation contents and organization Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/213 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me>
* Add step to 0.6.0 migration guideAlex Auvolat2022-01-271-4/+8
|
* Implement {Put,Get,Delete}BucketCors and CORS in generalAlex Auvolat2022-01-241-4/+4
| | | | | | - OPTIONS request against API endpoint - Returning corresponding CORS headers on API calls - Returning corresponding CORS headers on website GET's
* Update documentationimprove-website-configAlex Auvolat2022-01-131-2/+2
|
* Implement UploadPartCopyAlex Auvolat2022-01-131-1/+1
|
* Add documentation to migrate to 0.6update-documentationcreate-delete-bucketsAlex Auvolat2022-01-101-0/+46
|
* Update documentationAlex Auvolat2022-01-071-2/+2
|
* update s3 compatibility list (#177)trinity-1686a2021-12-151-14/+14
| | | | | | | Co-authored-by: Trinity Pointard <trinity.pointard@gmail.com> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/177 Co-authored-by: trinity-1686a <trinity.pointard@gmail.com> Co-committed-by: trinity-1686a <trinity.pointard@gmail.com>
* S3 compatibility targetv0.5.0.1Alex Auvolat2021-12-061-0/+105
|
* Reorganize and improve documentationAlex Auvolat2021-12-061-0/+162
|
* Improve how node roles are assigned in Garagev0.5-beta1Alex Auvolat2021-11-161-0/+2
| | | | | | | | | | | | | | | | | - 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.
* CLI: default rpc_hostv0.4-rc1Alex Auvolat2021-10-261-21/+65
|
* Improve CLI, adapt tests, update documentationAlex Auvolat2021-10-251-0/+61
|
* Write documentation on configuration file and other improvementsAlex Auvolat2021-05-281-6/+6
|
* Working on the getting started guideQuentin Dufour2021-03-172-4/+5
|
* Refactor file organizationQuentin Dufour2021-03-172-0/+204