Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request 'doc: fix typo' (#831) from Armael/garage:typo into main | Alex | 2024-06-18 | 1 | -1/+1 |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/831 | ||||
| * | typo | Armaël Guéneau | 2024-06-04 | 1 | -1/+1 |
| | | |||||
* | | add rpc_public_addr_subnet config option | Florian Klink | 2024-06-05 | 2 | -0/+14 |
|/ | | | | | | | | | | In case `rpc_public_addr` is not set, but autodiscovery is used, this allows filtering the list of automatically discovered IPs to a specific subnet. For example, if nodes should pick *their* IP inside a specific subnet, but you don't want to explicitly write the IP down (as it's dynamic, or you want to share configs across nodes), you can use this option. | ||||
* | [fix-doc] fix broken references in documentation | Alex Auvolat | 2024-04-10 | 1 | -3/+3 |
| | |||||
* | Merge pull request 'Garage v1.0' (#683) from next-0.10 into main | Alex | 2024-04-10 | 12 | -119/+269 |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/683 | ||||
| * | Merge branch 'main' into next-0.10v1.0.0next-0.10 | Alex Auvolat | 2024-04-10 | 1 | -3/+5 |
| |\ | |||||
| * | | [next-0.10] small updates to mention Garage v0.9.4 | Alex Auvolat | 2024-04-10 | 2 | -2/+2 |
| | | | |||||
| * | | [next-0.10] Add migration guide for v1.0 | Alex Auvolat | 2024-03-28 | 1 | -0/+77 |
| | | | |||||
| * | | [next-0.10] bump version number to 1.0v1.0.0-rc1 | Alex Auvolat | 2024-03-28 | 1 | -5/+5 |
| | | | |||||
| * | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-28 | 2 | -0/+44 |
| |\ \ | |||||
| * | | | [next-0.10] doc: 2 changes | Alex Auvolat | 2024-03-27 | 2 | -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.10 | Alex Auvolat | 2024-03-26 | 2 | -1/+24 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-19 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * | | | | | [block-ref-repair] mention `garage block repair-rc` in documentation | Alex Auvolat | 2024-03-19 | 1 | -1/+4 |
| | | | | | | |||||
| * | | | | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-18 | 7 | -27/+177 |
| |\ \ \ \ \ | |||||
| * | | | | | | [rm-sled] Remove the Sled database engine | Alex Auvolat | 2024-03-08 | 5 | -38/+12 |
| | | | | | | | |||||
| * | | | | | | Merge pull request 'ReplicationMode -> ConsistencyMode+ReplicationFactor' ↵ | Alex | 2024-03-07 | 5 | -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 factor | Yureka | 2024-03-05 | 5 | -60/+81 |
| | | | | | | | | |||||
| * | | | | | | | [sse-c] Documentation for SSE-C | Alex Auvolat | 2024-03-07 | 2 | -0/+48 |
| |/ / / / / / | |||||
* | | | | | / | fix typo in doc | Alex Auvolat | 2024-04-08 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | [rel-0.9.4] upgrade version to v0.9.4v0.9.4 | Alex Auvolat | 2024-04-08 | 1 | -5/+5 |
| | | | | | | |||||
* | | | | | | [doc-units] document how interval value is parsed | Alex Auvolat | 2024-04-03 | 1 | -3/+5 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | [fix-buffering] implement `block_ram_buffer_max` to avoid excessive RAM usage | Alex Auvolat | 2024-03-27 | 2 | -0/+44 |
| |_|_|/ |/| | | | |||||
* | | | | [syslog] document environment variables | Alex Auvolat | 2024-03-20 | 2 | -1/+24 |
| |_|/ |/| | | |||||
* | | | Update WinSCP link in documentation | stefano | 2024-03-19 | 1 | -1/+1 |
| |/ |/| | | | | | Update link to new wiki location. See Deuxfleurs/garage#780 | ||||
* | | [db-snapshot] documentation for metadata db snapshotsdb-snapshot | Alex Auvolat | 2024-03-15 | 5 | -7/+114 |
| | | |||||
* | | [disable-scrub] document `disable_scrub` config optiondisable-scrub | Alex Auvolat | 2024-03-14 | 2 | -1/+19 |
| | | |||||
* | | [doc-updates] from source: fix default feature list | Alex Auvolat | 2024-03-14 | 1 | -2/+2 |
| | | |||||
* | | [doc-updates] doc: be slightly more critical of LMDB | Alex Auvolat | 2024-03-14 | 3 | -31/+53 |
|/ | |||||
* | [rel-0.9.3] Bump version to 0.9.3v0.9.3 | Alex Auvolat | 2024-03-04 | 1 | -5/+5 |
| | |||||
* | doc: fix typo in connect/backup.md | Armaël Guéneau | 2024-03-03 | 1 | -2/+2 |
| | |||||
* | [rel-0.9.2] Bump version to v0.9.2v0.9.2rel-0.9.2 | Alex Auvolat | 2024-03-01 | 1 | -5/+5 |
| | |||||
* | Merge pull request 'Docs: add default metrics_token in quick start + ↵ | Alex | 2024-02-29 | 2 | -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 Auvolat | 2024-02-29 | 2 | -5/+6 |
| | | | | | | | | use of base64 | ||||
* | | [doc-dedup] reorder features, move no-RAFT down | Alex Auvolat | 2024-02-28 | 1 | -11/+11 |
| | | |||||
* | | [doc-dedup] fix #rpc_bind_outgoing anchor in config page | Alex Auvolat | 2024-02-28 | 1 | -1/+1 |
| | | |||||
* | | [doc-dedup] mention deduplication and compression in features page | Alex Auvolat | 2024-02-28 | 1 | -0/+8 |
|/ | |||||
* | doc: reverse-proxy.md: Added section on caddy-fs-s3. | Jonathan Davies | 2024-02-26 | 1 | -0/+29 |
| | |||||
* | Align admin endpoint port | hartraft | 2024-02-20 | 1 | -1/+1 |
| | |||||
* | Minor typos and grammar | hartraft | 2024-02-20 | 1 | -6/+6 |
| | |||||
* | Typo | hartraft | 2024-02-20 | 1 | -1/+1 |
| | | | | Fix small typo on the getting started guide | ||||
* | [peer-metrics] add documentation for new cluster status metricspeer-metrics | Alex Auvolat | 2024-02-20 | 1 | -0/+106 |
| | |||||
* | [networking-fixes] add doc for rpc_bind_outgoingnetworking-fixes | Alex Auvolat | 2024-02-19 | 1 | -0/+13 |
| | |||||
* | [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 |
| | |||||
* | doc: fix some typos | Armaël Guéneau | 2024-01-27 | 3 | -9/+9 |
| | |||||
* | 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) |