| Commit message (Expand) | Author | Age | Files | Lines |
* | garage: support specifying token / secret as environment variables | networkException | 2023-10-19 | 3 | -5/+29 |
* | garage: fix admin-token description | networkException | 2023-10-19 | 1 | -1/+1 |
* | util: move reading secret file into seperate helper | networkException | 2023-10-19 | 1 | -16/+19 |
* | docs: add documentation for specifying token / secret file as environment var... | networkException | 2023-10-19 | 1 | -3/+8 |
* | Merge pull request 'Add support for binding to unix domain sockets' (#640) fr... | Alex | 2023-10-03 | 14 | -36/+213 |
|\ |
|
| * | doc: add documentation for specifying unix socket paths | networkException | 2023-10-03 | 1 | -0/+7 |
| * | api: allow custom unix bind mode and use 0o220 for admin server | networkException | 2023-10-03 | 4 | -4/+8 |
| * | everywhere: support unix sockets when binding in various places | networkException | 2023-09-29 | 6 | -28/+108 |
| * | config: allow using paths for unix domain sockets in various places | networkException | 2023-09-29 | 1 | -4/+5 |
| * | util: add helper sum type for unix and tcp socket addresses | networkException | 2023-09-29 | 2 | -0/+45 |
| * | cargo: add hyperlocal as a dependency | networkException | 2023-09-29 | 4 | -1/+41 |
* | | Merge pull request 'doc: update endpoint_url documentation' (#641) from flokl... | Alex | 2023-10-02 | 4 | -8/+11 |
|\ \
| |/
|/| |
|
| * | doc: update endpoint_url documentation | Florian Klink | 2023-10-02 | 4 | -8/+11 |
|/ |
|
* | Merge pull request 'prez-ocp' (#636) from prez-ocp into main | Alex | 2023-09-21 | 75 | -0/+19773 |
|\ |
|
| * | 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 in... | Alex | 2023-09-12 | 2 | -19/+26 |
|\ |
|
| * | 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 |
|\ |
|
| * | 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 data/... | Alex | 2023-09-11 | 4 | -45/+39 |
|\ |
|
| * | 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) from... | Alex | 2023-09-11 | 6 | -12/+81 |
|\ |
|
| * | 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 br... | Alex | 2023-09-05 | 13 | -123/+100 |
|\ |
|
| * | 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 |
|\ |
|
| * | 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 |
| |\ |
|
| | * | 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) fr... | Alex | 2023-08-28 | 1 | -32/+96 |
|\ \ |
|
| * | | 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 jpds/garage:cargo-b... | Alex | 2023-08-28 | 6 | -1322/+1169 |
|\ \ \ |
|
| * | | | 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 |
|/ / / |
|
* | | | Merge pull request 'Support {s3,web}.root_domains for the Caddy on-demand TLS... | Alex | 2023-08-28 | 5 | -36/+157 |
|\ \ \ |
|
| * | | | support {s3,web}.root_domains in /check endpointbug/support-root-domains-on-demand-tls | Quentin Dufour | 2023-08-08 | 5 | -36/+157 |
| |/ / |
|