aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* [next-0.10] Add migration guide for v1.0Alex Auvolat2024-03-281-0/+77
|
* [next-0.10] bump version number to 1.0v1.0.0-rc1Alex Auvolat2024-03-282-6/+6
|
* Merge branch 'main' into next-0.10Alex Auvolat2024-03-282-0/+44
|\
| * [fix-buffering] implement `block_ram_buffer_max` to avoid excessive RAM usageAlex Auvolat2024-03-272-0/+44
| |
* | [next-0.10] doc: 2 changesAlex Auvolat2024-03-272-19/+43
| | | | | | | | | | - rewrite section on encryption to mention SSE-C - change to real-world to make it closer to main branch
* | Merge branch 'main' into next-0.10Alex Auvolat2024-03-262-1/+24
|\|
| * [syslog] document environment variablesAlex Auvolat2024-03-202-1/+24
| |
* | Merge branch 'main' into next-0.10Alex Auvolat2024-03-191-1/+1
|\|
| * Update WinSCP link in documentationstefano2024-03-191-1/+1
| | | | | | | | Update link to new wiki location. See Deuxfleurs/garage#780
* | [block-ref-repair] mention `garage block repair-rc` in documentationAlex Auvolat2024-03-191-1/+4
| |
* | Merge branch 'main' into next-0.10Alex Auvolat2024-03-187-27/+177
|\|
| * [db-snapshot] documentation for metadata db snapshotsdb-snapshotAlex Auvolat2024-03-155-7/+114
| |
| * [disable-scrub] document `disable_scrub` config optiondisable-scrubAlex Auvolat2024-03-142-1/+19
| |
| * [doc-updates] from source: fix default feature listAlex Auvolat2024-03-141-2/+2
| |
| * [doc-updates] doc: be slightly more critical of LMDBAlex Auvolat2024-03-143-31/+53
| |
* | [rm-sled] Remove the Sled database engineAlex Auvolat2024-03-088-41/+13
| |
* | Merge pull request 'ReplicationMode -> ConsistencyMode+ReplicationFactor' ↵Alex2024-03-075-60/+81
|\ \ | | | | | | | | | | | | | | | (#750) from yuka/garage:split-consistency-mode into next-0.10 Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/750
| * | adjust docs for replication factorYureka2024-03-055-60/+81
| | |
* | | [sse-c] Documentation for SSE-CAlex Auvolat2024-03-072-0/+48
|/ /
* | Merge branch 'main' into next-0.10Alex Auvolat2024-03-0420-20/+5369
|\|
| * [rel-0.9.3] Bump version to 0.9.3v0.9.3Alex Auvolat2024-03-041-5/+5
| |
| * Merge pull request 'Add talk on 2024-02-09 at capitoul.org' (#755) from ↵Alex2024-03-0415-0/+5340
| |\ | | | | | | | | | | | | | | | talk-capitoul into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/755
| | * [talk-capitoul] Add talk on 2024-02-09 at capitoul.orgtalk-capitoulAlex Auvolat2024-02-2615-0/+5340
| | |
| * | doc: fix typo in connect/backup.mdArmaël Guéneau2024-03-031-2/+2
| | |
| * | [rel-0.9.2] Bump version to v0.9.2v0.9.2rel-0.9.2Alex Auvolat2024-03-011-5/+5
| | |
| * | Merge pull request 'Docs: add default metrics_token in quick start + ↵Alex2024-02-292-5/+6
| |\ \ | | | | | | | | | | | | | | | | | | | | uniformize use of base64' (#739) from doc-default-token into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/739
| | * | [doc-default-token] add default metrics_token in quick start + uniformize ↵Alex Auvolat2024-02-292-5/+6
| | | | | | | | | | | | | | | | use of base64
| * | | [doc-dedup] reorder features, move no-RAFT downAlex Auvolat2024-02-281-11/+11
| | | |
| * | | [doc-dedup] fix #rpc_bind_outgoing anchor in config pageAlex Auvolat2024-02-281-1/+1
| | | |
| * | | [doc-dedup] mention deduplication and compression in features pageAlex Auvolat2024-02-281-0/+8
| |/ /
* | | Merge branch 'main' into next-0.10Alex Auvolat2024-02-261-0/+29
|\| |
| * | doc: reverse-proxy.md: Added section on caddy-fs-s3.Jonathan Davies2024-02-261-0/+29
| |/
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-224-12/+12
|\|
| * Align admin endpoint porthartraft2024-02-201-1/+1
| |
| * Minor typos and grammarhartraft2024-02-202-10/+10
| |
| * Typohartraft2024-02-201-1/+1
| | | | | | | | Fix small typo on the getting started guide
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-202-15/+131
|\|
| * [peer-metrics] add documentation for new cluster status metricspeer-metricsAlex Auvolat2024-02-201-0/+106
| |
| * [networking-fixes] add doc for rpc_bind_outgoingnetworking-fixesAlex Auvolat2024-02-191-0/+13
| |
| * [doc-fixes] configuration reference: fix typo and set block size in MAlex Auvolat2024-02-191-2/+2
| |
| * [doc-fixes] fixes to index of configuration optionsAlex Auvolat2024-02-191-13/+10
| |
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-1376-69/+6098
|\|
| * doc: mention `warn` and `error` as available log levelsemilylange2024-02-121-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | For some users, this might be their first time being interacting with the `env_logger` crate. As such, they might not be aware that less verbose log levels exist. Some might not want to log every incoming request, for example. This commit also adds syntax hints to the code-fence for bash for better syntax highlighting of that section, and repeats itself multiple times, that `info` is, in fact, the default. No changes to the recommendation of log levels were made.
| * [nix-improvements] get rid of DroneAlex Auvolat2024-02-094-46/+21
| |
| * Merge pull request 'Add FOSDEM'24 talk' (#702) from talk-fosdem-24 into mainAlex2024-02-0555-1/+5555
| |\ | | | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/702
| | * [talk-fosdem-24] remove abstract.mdAlex Auvolat2024-02-051-39/+0
| | |
| | * [talk-fosdem-24] small change in talktalk-fosdem-24Alex Auvolat2024-02-012-1/+1
| | |
| | * [talk-fosdem-24] improve fosdem 24 talkAlex Auvolat2024-01-304-21/+73
| | |
| | * [talk-fosdem-24] remove geodistrib paper shotAlex Auvolat2024-01-232-8/+6
| | |
| | * [talk-fosdem-24] WIP, write talk, modify lots of assetsAlex Auvolat2024-01-2383-13076/+239
| | |