Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request 'Add talk made on 2023-01-18' (#482) from ↵ | Alex | 2023-01-20 | 69 | -0/+19712 |
|\ | | | | | | | | | | | talk-tocatta-2023-01-18 into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/482 | ||||
| * | Update tocatta talk, add talks shell.nix and .envrctalk-tocatta-2023-01-18 | Alex Auvolat | 2023-01-18 | 10 | -0/+20 |
| | | |||||
| * | Talk for 2023-01-18 pretty much finished | Alex Auvolat | 2023-01-13 | 2 | -22/+51 |
| | | |||||
| * | Talk about K2V specifics | Alex Auvolat | 2023-01-13 | 2 | -12/+62 |
| | | |||||
| * | Reorder and add a hard problem | Alex Auvolat | 2023-01-13 | 2 | -24/+37 |
| | | |||||
| * | Different lattice figures | Alex Auvolat | 2023-01-13 | 14 | -349/+4269 |
| | | |||||
| * | Add explanations about quorums | Alex Auvolat | 2023-01-12 | 6 | -26/+65 |
| | | |||||
| * | Add 12 lattice diagrams to explain CRDTs and quorums | Alex Auvolat | 2023-01-12 | 15 | -11/+6658 |
| | | |||||
| * | Talk 2023-01-18: some WIP talking about consensus | Alex Auvolat | 2023-01-12 | 6 | -17/+311 |
| | | |||||
| * | Talk 2023-01-18 WIP | Alex Auvolat | 2023-01-12 | 48 | -0/+8700 |
| | | |||||
* | | Merge pull request 'doc: Added observability.md.' (#477) from ↵ | Alex | 2023-01-19 | 2 | -3/+61 |
|\ \ | | | | | | | | | | | | | | | | jpds/garage:observability-doc into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/477 | ||||
| * | | doc: Added observability.md. | Jonathan Davies | 2023-01-13 | 2 | -3/+61 |
| | | | |||||
* | | | Change some integer types to int64 | Mike Coleman | 2023-01-16 | 1 | -0/+6 |
|/ / | | | | | | | Modified integer types representing byte or object count to int64 to prevent overflow. | ||||
* / | Add docs about running pict-rs with garage | kaiyou | 2023-01-12 | 1 | -2/+63 |
|/ | |||||
* | Implement `rpc_secret_file` | Felix Scheinost | 2023-01-04 | 2 | -2/+6 |
| | |||||
* | 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 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 |
| |