Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [doc-fixes] configuration reference: fix typo and set block size in M | Alex Auvolat | 2024-02-19 | 1 | -2/+2 |
| | |||||
* | [doc-fixes] fixes to index of configuration options | Alex Auvolat | 2024-02-19 | 1 | -13/+10 |
| | |||||
* | doc: mention `warn` and `error` as available log levels | emilylange | 2024-02-12 | 1 | -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 Drone | Alex Auvolat | 2024-02-09 | 4 | -46/+21 |
| | |||||
* | Merge pull request 'Add FOSDEM'24 talk' (#702) from talk-fosdem-24 into main | Alex | 2024-02-05 | 55 | -1/+5555 |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/702 | ||||
| * | [talk-fosdem-24] remove abstract.md | Alex Auvolat | 2024-02-05 | 1 | -39/+0 |
| | | |||||
| * | [talk-fosdem-24] small change in talktalk-fosdem-24 | Alex Auvolat | 2024-02-01 | 2 | -1/+1 |
| | | |||||
| * | [talk-fosdem-24] improve fosdem 24 talk | Alex Auvolat | 2024-01-30 | 4 | -21/+73 |
| | | |||||
| * | [talk-fosdem-24] remove geodistrib paper shot | Alex Auvolat | 2024-01-23 | 2 | -8/+6 |
| | | |||||
| * | [talk-fosdem-24] WIP, write talk, modify lots of assets | Alex Auvolat | 2024-01-23 | 83 | -13076/+239 |
| | | |||||
| * | FOSDEM'24 talk WIP | Alex Auvolat | 2024-01-22 | 75 | -0/+18380 |
| | | |||||
* | | doc: fix some typos | Armaël Guéneau | 2024-01-27 | 3 | -9/+9 |
|/ | |||||
* | Merge pull request 'doc: add presentation at seed webinar 2024-01-12' ↵ | Alex | 2024-01-22 | 16 | -0/+483 |
|\ | | | | | | | | | | | (#693) from prez-seed-webinar-202401 into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/693 | ||||
| * | doc/talks: refactor assets | Alex Auvolat | 2024-01-22 | 16 | -19/+14 |
| | | |||||
| * | rm abstract | Alex Auvolat | 2024-01-22 | 1 | -39/+0 |
| | | |||||
| * | doc: add talk for SEED webinarprez-seed-webinar-202401 | Alex Auvolat | 2024-01-11 | 15 | -0/+527 |
| | | |||||
* | | Bump version to 0.9.1v0.9.1rel-v0.9.1 | Alex Auvolat | 2024-01-16 | 1 | -5/+5 |
| | | |||||
* | | Merge tag 'v0.8.5' into sync-08-09 | Alex Auvolat | 2024-01-16 | 1 | -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 sourcing | Alex Auvolat | 2024-01-15 | 1 | -4/+3 |
| | | | |||||
| * | | Add allow_world_readable_secrets option to config file | Félix Baylac Jacqué | 2023-10-26 | 1 | -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 ↵ | networkException | 2023-10-19 | 1 | -3/+8 |
| | | | | | | | | | | | | variables | ||||
* | | | Merge pull request 'fix typo in peertube doc' (#617) from ↵ | Alex | 2024-01-11 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | Lapineige/garage:main into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/617 | ||||
| * | | another typo | Lapineige | 2023-08-19 | 1 | -1/+1 |
| | | | |||||
| * | | fix typo | Lapineige | 2023-08-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request 'OpenAPI specification of admin APIv1' (#672) from api-v1 ↵ | Alex | 2023-11-29 | 6 | -24/+1471 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/672 | ||||
| * | | | fix the docapi-v1 | Quentin Dufour | 2023-11-28 | 4 | -24/+84 |
| | | | | |||||
| * | | | add ClusterHealthReport endpoint to the API | Quentin Dufour | 2023-11-28 | 1 | -4/+56 |
| | | | | |||||
| * | | | disable int64 finally for now | Quentin Dufour | 2023-11-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | set layout version as required | Quentin Dufour | 2023-11-23 | 1 | -0/+2 |
| | | | | |||||
| * | | | capacity is int64 | Quentin Dufour | 2023-11-23 | 1 | -2/+4 |
| | | | | |||||
| * | | | fix query parameters for keys | Quentin Dufour | 2023-11-23 | 1 | -5/+5 |
| | | | | |||||
| * | | | convert showsecretkey from bool to enum | Quentin Dufour | 2023-11-22 | 1 | -3/+6 |
| | | | | |||||
| * | | | Change how query parameters are handled | Quentin Dufour | 2023-11-22 | 1 | -84/+41 |
| | | | | |||||
| * | | | handle key changes | Quentin Dufour | 2023-11-22 | 1 | -3/+14 |
| | | | | |||||
| * | | | Port GetKeyInfo by adding showSecretKey query param | Quentin Dufour | 2023-11-22 | 1 | -1/+18 |
| | | | | |||||
| * | | | Port layout endpoints | Quentin Dufour | 2023-11-22 | 1 | -6/+41 |
| | | | | |||||
| * | | | port GetLayout and AddLayout | Quentin Dufour | 2023-11-22 | 1 | -11/+54 |
| | | | | |||||
| * | | | Upgrade GetNodes | Quentin Dufour | 2023-11-22 | 1 | -24/+47 |
| | | | | |||||
| * | | | skeleton for api v1 | Quentin Dufour | 2023-11-22 | 2 | -0/+1242 |
| | | | | |||||
* | | | | doc: move replication_mode to top of configuration page referencefix-doc-db-engine | Alex Auvolat | 2023-11-28 | 1 | -85/+85 |
| | | | | |||||
* | | | | doc: improve navigation in configuration reference | Alex Auvolat | 2023-11-28 | 4 | -43/+100 |
| | | | | |||||
* | | | | doc: update the `db_engine` section | Alex Auvolat | 2023-11-28 | 1 | -27/+30 |
|/ / / | |||||
* | | | doc: update quick start and real world for v0.9.0doc-updates | Alex Auvolat | 2023-10-11 | 2 | -44/+52 |
| | | | |||||
* | | | doc: updates to the "migrating to v0.9" page | Alex Auvolat | 2023-10-10 | 1 | -3/+6 |
| | | | |||||
* | | | upgrade doc: fixes and precisions | Alex Auvolat | 2023-10-05 | 1 | -3/+4 |
| | | | |||||
* | | | Add migration to v0.9 guide | Alex Auvolat | 2023-10-05 | 1 | -0/+68 |
| | | | |||||
* | | | Merge branch 'main' into nextv0.9.0-rc1 | Alex Auvolat | 2023-10-03 | 4 | -7/+17 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request 'Add support for binding to unix domain sockets' (#640) ↵ | Alex | 2023-10-03 | 1 | -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 paths | networkException | 2023-10-03 | 1 | -0/+7 |
| | | | | |||||
| * | | | doc: update endpoint_url documentation | Florian Klink | 2023-10-02 | 3 | -7/+10 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since `awscli` `>=1.29.0` or `>=2.13.0` it is now possible to use the `AWS_ENDPOINT_URL` environment variable, or the `endpoint_url` config key to override the endpoint URL. This means, the aws bash function to wrap with --endpoint-url is not necessary anymore. Update invocations to reflect that. https://docs.aws.amazon.com/sdkref/latest/guide/feature-ss-endpoints.html https://github.com/aws/aws-cli/issues/4454#issuecomment-1626116607 |