aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * zero-downtime migration procedureAlex Auvolat2023-01-303-25/+79
| |
| * Reorder reference manual section, move metrics list to thereAlex Auvolat2023-01-305-278/+289
| |
| * Add links to presentationsdoc-mention-talksAlex Auvolat2023-01-302-4/+5
| |
| * cookbook/reverse-proxy.md: Added on-demand TLS section.Jonathan Davies2023-01-301-0/+50
| |
| * cookbook/monitoring.md: Added new metrics (garage_build_info,Jonathan Davies2023-01-301-0/+25
| | | | | | | | garage_replication_factor, block_compression_level).
| * cookbook/_index.md: Added link to monitoring documentation.Jonathan Davies2023-01-301-0/+4
| |
| * configuration.md: Corrected OpenTelemetry.Jonathan Davies2023-01-301-2/+2
| |
| * gateways.md: -z is a required flag for layout assign.Jonathan Davies2023-01-301-1/+1
| |
| * reverse-proxy.md: Corrected web server ports in Caddy example.Jonathan Davies2023-01-271-1/+1
| |
| * Merge pull request 'Enable daemonset deployment using the helm chart' (#409) ↵Alex2023-01-261-1/+2
| |\ | | | | | | | | | | | | | | | from kaiyou/garage:feat-k8s-daemonset into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/409
| | * Fix documentation based on new deployment valueskaiyou2022-12-251-1/+2
| | |
| * | Merge branch 'main' into k2v-watch-range-2Alex Auvolat2023-01-2674-7/+19848
| |\ \
| | * | cookbook/real-world.md: Added note about mesh network options.Jonathan Davies2023-01-251-2/+6
| | | |
| | * | Merge pull request 'Add talk made on 2023-01-18' (#482) from ↵Alex2023-01-2069-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-18Alex Auvolat2023-01-1810-0/+20
| | | | |
| | | * | Talk for 2023-01-18 pretty much finishedAlex Auvolat2023-01-132-22/+51
| | | | |
| | | * | Talk about K2V specificsAlex Auvolat2023-01-132-12/+62
| | | | |
| | | * | Reorder and add a hard problemAlex Auvolat2023-01-132-24/+37
| | | | |
| | | * | Different lattice figuresAlex Auvolat2023-01-1314-349/+4269
| | | | |
| | | * | Add explanations about quorumsAlex Auvolat2023-01-126-26/+65
| | | | |
| | | * | Add 12 lattice diagrams to explain CRDTs and quorumsAlex Auvolat2023-01-1215-11/+6658
| | | | |
| | | * | Talk 2023-01-18: some WIP talking about consensusAlex Auvolat2023-01-126-17/+311
| | | | |
| | | * | Talk 2023-01-18 WIPAlex Auvolat2023-01-1248-0/+8700
| | | | |
| | * | | Merge pull request 'doc: Added observability.md.' (#477) from ↵Alex2023-01-192-3/+61
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jpds/garage:observability-doc into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/477
| | | * | | doc: Added observability.md.Jonathan Davies2023-01-132-3/+61
| | | | | |
| | * | | | Change some integer types to int64Mike Coleman2023-01-161-0/+6
| | |/ / / | | | | | | | | | | | | | | | Modified integer types representing byte or object count to int64 to prevent overflow.
| | * / / Add docs about running pict-rs with garagekaiyou2023-01-121-2/+63
| | |/ /
| * | | Merge branch 'main' into k2v-watch-range-2Alex Auvolat2023-01-112-2/+6
| |\| |
| | * | Implement `rpc_secret_file`Felix Scheinost2023-01-042-2/+6
| | | |
| * | | add precision in pollrange docAlex Auvolat2023-01-111-7/+10
| | | |
| * | | PollRange: return immediately if no seen marker is providedAlex Auvolat2023-01-111-0/+7
| | | |
| * | | Add proposal spec for PollRange API endpointAlex Auvolat2023-01-101-0/+57
| |/ /
* | | Merge branch 'optimal-layout' into nextAlex Auvolat2023-01-115-0/+8142
|\ \ \
| * | | change in gitignoreoptimal-layoutMendes2023-01-091-0/+8
| | | |
| * | | First draft of t a preprint describing the layout computation algorithmMendes2023-01-094-0/+8134
| | | |
* | | | Merge pull request 'Changed all instances of 'key new' to 'key create' to ↵Alex2023-01-044-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 Davies2023-01-034-8/+8
| | |/ / | |/| | | | | | | | | | bucket commands issued normally around the same time.
* | | | Merge branch 'main' into nextAlex Auvolat2023-01-042-9/+61
|\| | |
| * | | Merge pull request 'Add a note about Peertube 5.0 private videos' (#456) ↵Alex2023-01-021-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 videoskaiyou2022-12-251-1/+10
| | | |/ | | |/|
| * / | Add some docs about using Python Minio SDKkaiyou2022-12-251-8/+51
| |/ /
* | | Merge commit 'ec12d6c' into nextAlex Auvolat2022-12-1112-0/+12353
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'main' into optimal-layoutAlex Auvolat2022-11-074-63/+224
| |\
| * \ Merge remote-tracking branch 'origin/main' into optimal-layoutMendes2022-10-0472-153/+10685
| |\ \
| * | | New version of the algorithm that calculate the layout.Mendes2022-09-212-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 ↵Mendes2022-09-104-12/+260
| | | | | | | | | | | | | | | | computation in the optimal layout report
| * | | ignore log files in commitMendes2022-09-085-333/+11
| | | |
| * | | Added a first draft version of the algorithm and analysis for the non-strict ↵Mendes2022-08-195-49/+120
| | | | | | | | | | | | | | | | mode.
| * | | Added the latex report on the optimal layout algorithmMendes2022-07-1813-0/+12357
| | | |
* | | | Merge pull request 'Implement /health admin API endpoint to check node ↵Alex2022-12-111-0/+686
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | health' (#440) from admin-health-api into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/440