Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request 'Changed all instances of 'key new' to 'key create' to ↵ | Alex | 2023-01-04 | 4 | -8/+8 |
|\ | | | | | | | | | | | make it the same as the bucket commands.' (#459) from jpds/garage:key-create-standardize into next Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/459 | ||||
| * | Changed all instances of 'key new' to 'key create' to make it consistent as ↵ | Jonathan Davies | 2023-01-03 | 4 | -8/+8 |
| | | | | | | | | bucket commands issued normally around the same time. | ||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-01-04 | 2 | -9/+61 |
|\| | |||||
| * | Merge pull request 'Add a note about Peertube 5.0 private videos' (#456) ↵ | Alex | 2023-01-02 | 1 | -1/+10 |
| |\ | | | | | | | | | | | | | | | | from kaiyou/garage:docs-apps into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/456 | ||||
| | * | Add a note about Peertube 5.0 private videos | kaiyou | 2022-12-25 | 1 | -1/+10 |
| | | | |||||
| * | | Add some docs about using Python Minio SDK | kaiyou | 2022-12-25 | 1 | -8/+51 |
| |/ | |||||
* | | Merge commit 'ec12d6c' into next | Alex Auvolat | 2022-12-11 | 12 | -0/+12353 |
|\ \ | |/ |/| | |||||
| * | Merge branch 'main' into optimal-layout | Alex Auvolat | 2022-11-07 | 4 | -63/+224 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'origin/main' into optimal-layout | Mendes | 2022-10-04 | 72 | -153/+10685 |
| |\ \ | |||||
| * | | | New version of the algorithm that calculate the layout. | Mendes | 2022-09-21 | 2 | -9/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It takes as paramters the replication factor and the zone redundancy, computes the largest partition size reachable with these constraints, and among the possible assignation with this partition size, it computes the one that moves the least number of partitions compared to the previous assignation. This computation uses graph algorithms defined in graph_algo.rs | ||||
| * | | | Added the section with description proofs of the parametric assignment ↵ | Mendes | 2022-09-10 | 4 | -12/+260 |
| | | | | | | | | | | | | | | | | computation in the optimal layout report | ||||
| * | | | ignore log files in commit | Mendes | 2022-09-08 | 5 | -333/+11 |
| | | | | |||||
| * | | | Added a first draft version of the algorithm and analysis for the non-strict ↵ | Mendes | 2022-08-19 | 5 | -49/+120 |
| | | | | | | | | | | | | | | | | mode. | ||||
| * | | | Added the latex report on the optimal layout algorithm | Mendes | 2022-07-18 | 13 | -0/+12357 |
| | | | | |||||
* | | | | Merge pull request 'Implement /health admin API endpoint to check node ↵ | Alex | 2022-12-11 | 1 | -0/+686 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | health' (#440) from admin-health-api into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/440 | ||||
| * | | | | Always return 200 OK on /v0/health, reinstate admin api doc as draft and ↵ | Alex Auvolat | 2022-12-11 | 1 | -0/+686 |
| | | | | | | | | | | | | | | | | | | | | complete it | ||||
* | | | | | Fix typo in documentation | felix.scheinost | 2022-12-07 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Update 'doc/book/design/goals.md' | tompearson | 2022-12-04 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add talk to the Capitole du Libre 2022CdL_talk | vincent | 2022-11-27 | 23 | -0/+410 |
| | | | | |||||
* | | | | Fix #432: documentation issuefix-432 | Alex Auvolat | 2022-11-24 | 1 | -1/+1 |
| | | | | |||||
* | | | | doc precisions and fixesdoc-0.8 | Alex Auvolat | 2022-11-16 | 2 | -3/+4 |
| | | | | |||||
* | | | | Rename subsections and add docker compose file | Alex Auvolat | 2022-11-16 | 2 | -5/+20 |
| | | | | |||||
* | | | | Add best practices and doc of monitoring (fix #419) | Alex Auvolat | 2022-11-16 | 5 | -11/+347 |
| | | | | |||||
* | | | | Merge pull request 'OpenAPI spec for admin API' (#379) from ↵ | Alex | 2022-11-16 | 30 | -679/+3533 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | ecosystem/openapi into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/379 | ||||
| * | | | | Add a "build" section, doc for SDKecosystem/openapi | Quentin Dufour | 2022-11-13 | 13 | -645/+346 |
| | | | | | |||||
| * | | | | Add missing parameter | Quentin Dufour | 2022-11-12 | 1 | -0/+8 |
| | | | | | |||||
| * | | | | openapi validate fix | Quentin Dufour | 2022-11-12 | 1 | -2/+21 |
| | | | | | |||||
| * | | | | Finalize the specification of the admin API | Quentin Dufour | 2022-11-12 | 1 | -3/+197 |
| | | | | | |||||
| * | | | | Bucket CRUD is defined | Quentin Dufour | 2022-11-11 | 1 | -2/+130 |
| | | | | | |||||
| * | | | | Bucket skeleton | Quentin Dufour | 2022-11-11 | 1 | -0/+267 |
| | | | | | |||||
| * | | | | Use awscli in the getting started guide | Quentin Dufour | 2022-11-11 | 1 | -40/+75 |
| | | | | | |||||
| * | | | | Make capacity nullable to allow gateway config | Quentin Dufour | 2022-11-11 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Error is nullable on AddNode | Quentin Dufour | 2022-11-11 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Set required fields in the spec | Quentin Dufour | 2022-11-11 | 1 | -1/+16 |
| | | | | | |||||
| * | | | | Fix case of garage version | Quentin Dufour | 2022-11-11 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add operationId to entrypoints | Quentin Dufour | 2022-11-11 | 1 | -3/+16 |
| | | | | | |||||
| * | | | | Declare Authorization scheme in OpenAPI | Quentin Dufour | 2022-11-11 | 1 | -4/+9 |
| | | | | | |||||
| * | | | | Partial OpenAPI spec for admin API with a viewer | Quentin Dufour | 2022-11-11 | 17 | -0/+2466 |
| | |_|/ | |/| | | |||||
* | | | | Move testing strategy to a dedicated doc section (fix #114)doc-testing-strategy | Alex Auvolat | 2022-11-14 | 3 | -2/+77 |
| | | | | |||||
* | | | | Improve Nginx reverse proxy example | Baptiste Jonglez | 2022-11-11 | 1 | -5/+9 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, Nginx does proxy buffering and it may store big replies to a temporary file up to 1 GB. It also means that Nginx will read data as fast as possible from Garage, even if the client downloads slowly. Both behaviours are often not wanted, so disable this temporary file in the example. Ref: https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffering Also add an example of upstream with a "backup" server, which may be useful to only use remote servers as fallback. | ||||
* | | | Add documentation to run Mastodon on Garage | Baptiste Jonglez | 2022-11-06 | 1 | -2/+130 |
| | | | |||||
* | | | Fix issue with 'http(s)://' prefixconsul-tls | Alex Auvolat | 2022-10-18 | 1 | -3/+3 |
| | | | |||||
* | | | Add TLS support for Consul discovery + refactoring | Alex Auvolat | 2022-10-18 | 1 | -31/+64 |
| | | | |||||
* | | | update k2v docs for status 204 changes | Tobias Krischer | 2022-10-18 | 1 | -28/+28 |
| | | | |||||
* | | | Update 'doc/book/reference-manual/features.md' | borgified | 2022-10-16 | 1 | -1/+1 |
| |/ |/| | | | | | typo | ||||
* | | Fix typo | chemicstry | 2022-09-30 | 1 | -1/+1 |
| | | |||||
* | | Update docs | chemicstry | 2022-09-30 | 1 | -2/+2 |
| | | |||||
* | | Move documentation to book | chemicstry | 2022-09-30 | 1 | -0/+87 |
| | | |||||
* | | Document db_engine | Alex Auvolat | 2022-09-27 | 1 | -0/+43 |
| | | |||||
* | | Merge pull request 'Documentation changes for v0.8' (#394) from doc-0.8 into ↵ | Alex | 2022-09-27 | 3 | -7/+41 |
|\ \ | | | | | | | | | | | | | | | | main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/394 |