Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cargo: add hyperlocal as a dependency | networkException | 2023-09-29 | 4 | -1/+41 |
| | |||||
* | Merge pull request 'prez-ocp' (#636) from prez-ocp into main | Alex | 2023-09-21 | 75 | -0/+19773 |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/636 | ||||
| * | add ocp2023 presentationprez-ocp | Alex Auvolat | 2023-09-19 | 71 | -0/+19772 |
| | | |||||
| * | doc: update sticker | Alex Auvolat | 2023-09-18 | 4 | -0/+1 |
|/ | |||||
* | Merge pull request 'Fix multiple shutdown issues' (#633) from fix-shutdown ↵ | Alex | 2023-09-12 | 2 | -19/+26 |
|\ | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/633 | ||||
| * | fix hang on shutdown | Alex Auvolat | 2023-09-12 | 1 | -9/+9 |
| | | |||||
| * | Fix error when none of S3/K2V/WEB/ADMIN server is started (fix #613) | Alex Auvolat | 2023-09-12 | 1 | -10/+17 |
|/ | |||||
* | Merge pull request 'fix 32-bit build' (#632) from fix-32bit into main | Alex | 2023-09-11 | 1 | -2/+2 |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/632 | ||||
| * | fix 32-bit buildfix-32bit | Alex Auvolat | 2023-09-11 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request 'use statvfs instead of mount list to determine free ↵ | Alex | 2023-09-11 | 4 | -45/+39 |
|\ | | | | | | | | | | | data/meta space (fix #611)' (#631) from fix-free-space into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/631 | ||||
| * | use statvfs instead of mount list to determine free data/meta space (fix #611) | Alex Auvolat | 2023-09-11 | 4 | -45/+39 |
|/ | |||||
* | Merge pull request 'make lmdb's map_size configurable (fix #628)' (#630) ↵ | Alex | 2023-09-11 | 6 | -12/+81 |
|\ | | | | | | | | | | | from configurable-map-size into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/630 | ||||
| * | config: make block_size and sled_cache_capacity expressable as strings | Alex Auvolat | 2023-09-11 | 7 | -28/+69 |
| | | |||||
| * | make lmdb's map_size configurable (fix #628) | Alex Auvolat | 2023-09-11 | 6 | -2/+30 |
|/ | |||||
* | Merge pull request 'Revert netapp to 0.5.2 to avoid rmp-serde upgrade that ↵ | Alex | 2023-09-05 | 13 | -123/+100 |
|\ | | | | | | | | | | | breaks things' (#627) from hold-netapp-0.5.2 into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/627 | ||||
| * | update version to 0.8.4v0.8.4hold-netapp-0.5.2 | Alex Auvolat | 2023-09-05 | 13 | -89/+88 |
| | | |||||
| * | Revert netapp update, hold to version 0.5.2 that uses rmp-serde 0.15 | Alex Auvolat | 2023-09-05 | 3 | -38/+16 |
|/ | |||||
* | Merge pull request 'Garage v0.8.3' (#619) from next-0.8 into mainv0.8.3 | Alex | 2023-08-29 | 23 | -130/+159 |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/619 | ||||
| * | add garage_db dependency in garage_rpcnext-0.8 | Alex Auvolat | 2023-08-28 | 3 | -1/+4 |
| | | |||||
| * | bump version to 0.8.3v0.8.3-rc1 | Alex Auvolat | 2023-08-28 | 13 | -86/+86 |
| | | |||||
| * | fix test_website_check_domain | Alex Auvolat | 2023-08-28 | 1 | -9/+9 |
| | | |||||
| * | integration test: move json_body to root of crate | Alex Auvolat | 2023-08-28 | 7 | -17/+22 |
| | | |||||
| * | move alpine linux info to binary package page | Alex Auvolat | 2023-08-28 | 2 | -20/+17 |
| | | |||||
| * | Merge pull request 'doc: Add information about Alpine Linux package to Quick ↵ | Alex | 2023-08-28 | 1 | -0/+19 |
| |\ | | | | | | | | | | | | | | | | Start' (#564) from jirutka/garage:alpine into next-0.8 Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/564 | ||||
| | * | doc: Add information about Alpine Linux package to Quick Start | Jakub Jirutka | 2023-05-07 | 1 | -0/+19 |
| | | | |||||
| * | | admin api: refactor caddy check api code | Alex Auvolat | 2023-08-28 | 1 | -17/+22 |
|/ / | |||||
* | | Merge pull request 'support index on path missing a trailing slash' (#612) ↵ | Alex | 2023-08-28 | 1 | -32/+96 |
|\ \ | | | | | | | | | | | | | | | | from compat/index-without-trailing-slash into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/612 | ||||
| * | | web_server.rs: handle error properly and refactorcompat/index-without-trailing-slash | Alex Auvolat | 2023-08-28 | 1 | -23/+13 |
| | | | |||||
| * | | support index on path missing a trailing slash | Quentin Dufour | 2023-08-08 | 1 | -28/+102 |
| | | | |||||
* | | | Merge pull request 'cargo: Bump dependencies' (#606) from ↵ | Alex | 2023-08-28 | 6 | -1322/+1169 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | jpds/garage:cargo-bumps-230801 into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/606 | ||||
| * | | | update cargo.nix | Alex Auvolat | 2023-08-28 | 1 | -934/+859 |
| | | | | |||||
| * | | | cargo: Updated gethostname v0.2.3 -> v0.4.3. | Jonathan Davies | 2023-08-28 | 2 | -4/+4 |
| | | | | |||||
| * | | | cargo: Updated pretty_env_logger v0.4.0 -> v0.5.0. | Jonathan Davies | 2023-08-28 | 2 | -39/+21 |
| | | | | |||||
| * | | | garage/api: cargo: Updated idna dependency to 0.4. | Jonathan Davies | 2023-08-28 | 2 | -13/+3 |
| | | | | |||||
| * | | | garage/db: cargo: Updated rusqlite to 0.29. | Jonathan Davies | 2023-08-28 | 2 | -6/+6 |
| | | | | |||||
| * | | | cargo: Updated: | Jonathan Davies | 2023-08-28 | 2 | -336/+286 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * addr2line v0.19.0 -> v0.20.0 * async-compression v0.4.0 -> v0.4.1 * clap v4.3.8 -> v4.3.19 * hyper v0.14.26 -> v0.14.27 * ipnet v2.7.2 -> v2.8.0 * rmp v0.8.11 -> v0.8.12 * serde v1.0.164 -> v1.0.188 * tokio v1.29.0 -> v1.31.0 * zstd v0.12.3+zstd.1.5.2 -> v0.12.4 * Others in `cargo update` | ||||
* | | | Merge pull request 'Support {s3,web}.root_domains for the Caddy on-demand ↵ | Alex | 2023-08-28 | 5 | -36/+157 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | TLS endpoint (<admin>/check?domain=xx)' (#610) from bug/support-root-domains-on-demand-tls into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/610 | ||||
| * | | | support {s3,web}.root_domains in /check endpointbug/support-root-domains-on-demand-tls | Quentin Dufour | 2023-08-08 | 5 | -36/+157 |
| |/ / | |||||
* | | | Merge pull request 'reverse-proxy.md: Added caching section for Caddy.' ↵ | Alex | 2023-08-28 | 1 | -0/+41 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | (#614) from jpds/garage:caddy-cache into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/614 | ||||
| * | | | reverse-proxy.md: Added caching section for Caddy. | Jonathan Davies | 2023-08-16 | 1 | -0/+41 |
| |/ / | |||||
* | | | Merge pull request 'backup.md: Added restic-android note.' (#616) from ↵ | Alex | 2023-08-28 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | | | | | | | | | | jpds/garage:doc-restic-android into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/616 | ||||
| * | | backup.md: Added restic-android note. | Jonathan Davies | 2023-08-18 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request 'post_object.rs: Fixed typos / grammar.' (#607) from ↵ | Alex | 2023-08-04 | 1 | -7/+5 |
|\ \ | | | | | | | | | | | | | | | | jpds/garage:post-objects-typos into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/607 | ||||
| * | | post_object.rs: Fixed typos / grammar. | Jonathan Davies | 2023-08-01 | 1 | -7/+5 |
|/ / | |||||
* | | Merge pull request 'operations/durability-repairs-md: Fix typo' (#604) from ↵ | Alex | 2023-07-28 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | maxjustus/garage:main into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/604 | ||||
| * | | operations/durability-repairs-md: Fix typo | Max Justus Spransy | 2023-07-24 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request 'flake-compat: use nix-community fork' (#599) from ↵ | Alex | 2023-07-18 | 3 | -22/+26 |
|\ \ | | | | | | | | | | | | | | | | flokli/garage:flake-compat into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/599 | ||||
| * | | nix/common.nix: use pattern from nix-community/flake-compat | Florian Klink | 2023-07-16 | 1 | -9/+12 |
| | | | | | | | | | | | | | | | | | | This is still a bit confusing, as normally the flake.defaultNix attrset gets exposed via a top-level default.nix, but at least it brings us closer to that. | ||||
| * | | flake.nix: switch to nix-community/flake-compat | Florian Klink | 2023-07-16 | 2 | -13/+14 |
|/ / | | | | | | | | | | | | | edolstra/flake-compat is unmaintained. cargo2nix also still pulls in edolstra/flake-compat, make it follow the nix-community one. | ||||
* | | Merge pull request 'tree-wide: fix some typos' (#598) from ↵ | Alex | 2023-07-14 | 6 | -8/+8 |
|\ \ | | | | | | | | | | | | | | | | flokli/garage:fix-typos into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/598 |