aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| | * FOSDEM'24 talk WIPAlex Auvolat2024-01-2275-0/+18380
| | |
| * | doc: fix some typosArmaël Guéneau2024-01-273-9/+9
| |/
| * Merge pull request 'doc: add presentation at seed webinar 2024-01-12' ↵Alex2024-01-2216-0/+483
| |\ | | | | | | | | | | | | | | | (#693) from prez-seed-webinar-202401 into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/693
| | * doc/talks: refactor assetsAlex Auvolat2024-01-2216-19/+14
| | |
| | * rm abstractAlex Auvolat2024-01-221-39/+0
| | |
| | * doc: add talk for SEED webinarprez-seed-webinar-202401Alex Auvolat2024-01-1115-0/+527
| | |
| * | Bump version to 0.9.1v0.9.1rel-v0.9.1Alex Auvolat2024-01-161-5/+5
| | |
| * | Merge tag 'v0.8.5' into sync-08-09Alex Auvolat2024-01-161-3/+19
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Garage v0.8.5 This minor release includes the following improvements and fixes: New features: - Configuration: make LMDB's `map_size` configurable and make `block_size` and `sled_cache_capacity` expressable as strings (such as `10M`) (#628, #630) - Add support for binding to Unix sockets for the S3, K2V, Admin and Web API servers (#640) - Move the `convert_db` command into the main Garage binary (#645) - Add support for specifying RPC secret and admin tokens as environment variables (#643) - Add `allow_world_readable_secrets` option to config file (#663, #685) Bug fixes: - Use `statvfs` instead of mount list to determine free space in metadata/data directories (#611, #631) - Add missing casts to fix 32-bit build (#632) - Fix error when none of the HTTP servers (S3/K2V/Admin/Web) is started and fix shutdown hang (#613, #633) - Add missing CORS headers to PostObject response (#609, #656) - Monitoring: finer histogram boundaries in Prometheus exported metrics (#531, #686) Other: - Documentation improvements (#641)
| | * | config: refactor secret sourcingAlex Auvolat2024-01-151-4/+3
| | | |
| | * | Add allow_world_readable_secrets option to config fileFélix Baylac Jacqué2023-10-261-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes, the secret files permissions checks gets in the way. It's by no mean complete, it doesn't take the Posix ACLs into account among other things. Correctly checking the ACLs would be too involving (see https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/658#issuecomment-7102) and would likely still fail in some weird chmod settings. We're adding a new configuration file key allowing the user to disable this permission check altogether. The (already existing) env variable counterpart always take precedence to this config file option. That's useful in cases where the configuration file is static and cannot be easily altered. Fixes https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/658 Co-authored-by: Florian Klink <flokli@flokli.de>
| | * | docs: add documentation for specifying token / secret file as environment ↵networkException2023-10-191-3/+8
| | | | | | | | | | | | | | | | variables
| * | | Merge pull request 'fix typo in peertube doc' (#617) from ↵Alex2024-01-111-2/+2
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | Lapineige/garage:main into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/617
| | * | another typoLapineige2023-08-191-1/+1
| | | |
| | * | fix typoLapineige2023-08-191-1/+1
| | | |
* | | | Merge pull request 'NLnet task 3' (#667) from nlnet-task3 into next-0.10Alex2024-01-111-65/+74
|\ \ \ \ | |/ / / |/| | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/667
| * | | admin: more info in admin GetClusterStatusAlex Auvolat2023-11-281-65/+74
| | | |
* | | | Merge pull request 'OpenAPI specification of admin APIv1' (#672) from api-v1 ↵Alex2023-11-296-24/+1471
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/672
| * | | | fix the docapi-v1Quentin Dufour2023-11-284-24/+84
| | | | |
| * | | | add ClusterHealthReport endpoint to the APIQuentin Dufour2023-11-281-4/+56
| | | | |
| * | | | disable int64 finally for nowQuentin Dufour2023-11-231-1/+1
| | | | |
| * | | | set layout version as requiredQuentin Dufour2023-11-231-0/+2
| | | | |
| * | | | capacity is int64Quentin Dufour2023-11-231-2/+4
| | | | |
| * | | | fix query parameters for keysQuentin Dufour2023-11-231-5/+5
| | | | |
| * | | | convert showsecretkey from bool to enumQuentin Dufour2023-11-221-3/+6
| | | | |
| * | | | Change how query parameters are handledQuentin Dufour2023-11-221-84/+41
| | | | |
| * | | | handle key changesQuentin Dufour2023-11-221-3/+14
| | | | |
| * | | | Port GetKeyInfo by adding showSecretKey query paramQuentin Dufour2023-11-221-1/+18
| | | | |
| * | | | Port layout endpointsQuentin Dufour2023-11-221-6/+41
| | | | |
| * | | | port GetLayout and AddLayoutQuentin Dufour2023-11-221-11/+54
| | | | |
| * | | | Upgrade GetNodesQuentin Dufour2023-11-221-24/+47
| | | | |
| * | | | skeleton for api v1Quentin Dufour2023-11-222-0/+1242
| |/ / /
* | | | doc: move replication_mode to top of configuration page referencefix-doc-db-engineAlex Auvolat2023-11-281-85/+85
| | | |
* | | | doc: improve navigation in configuration referenceAlex Auvolat2023-11-284-43/+100
| | | |
* | | | doc: update the `db_engine` sectionAlex Auvolat2023-11-281-27/+30
|/ / /
* | | doc: update quick start and real world for v0.9.0doc-updatesAlex Auvolat2023-10-112-44/+52
| | |
* | | doc: updates to the "migrating to v0.9" pageAlex Auvolat2023-10-101-3/+6
| | |
* | | upgrade doc: fixes and precisionsAlex Auvolat2023-10-051-3/+4
| | |
* | | Add migration to v0.9 guideAlex Auvolat2023-10-051-0/+68
| | |
* | | Merge branch 'main' into nextv0.9.0-rc1Alex Auvolat2023-10-034-7/+17
|\ \ \ | | |/ | |/|
| * | Merge pull request 'Add support for binding to unix domain sockets' (#640) ↵Alex2023-10-031-0/+7
| |\ \ | | | | | | | | | | | | | | | | | | | | from networkException/garage:unix-sockets into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/640
| | * | doc: add documentation for specifying unix socket pathsnetworkException2023-10-031-0/+7
| | | |