Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add redirect_all to WebsiteConfig model | trinity-1686a | 2025-02-08 | 4 | -0/+13 |
| | |||||
* | refactor web_server.rs | Alex Auvolat | 2025-01-04 | 1 | -65/+38 |
| | |||||
* | avoid handling status_code-related logic in api/s3/get.rs | Alex Auvolat | 2025-01-04 | 2 | -54/+73 |
| | |||||
* | put bucket website: improve error message for redirectallrequests | Alex Auvolat | 2025-01-04 | 1 | -1/+1 |
| | |||||
* | properly implement new bucket model using a migration | Alex Auvolat | 2025-01-04 | 3 | -24/+126 |
| | |||||
* | move Redirect::compute_target to standalone function in web_server.rs | Alex Auvolat | 2025-01-04 | 2 | -28/+26 |
| | |||||
* | remove obsolete RedirectAll struct | Alex Auvolat | 2025-01-04 | 1 | -6/+0 |
| | |||||
* | clippy | trinity-1686a | 2024-12-22 | 3 | -13/+11 |
| | |||||
* | add tests | trinity-1686a | 2024-12-22 | 3 | -47/+536 |
| | |||||
* | support redirection on s3 endpoint | trinity-1686a | 2024-12-14 | 6 | -100/+447 |
| | |||||
* | Merge pull request 'feat: add use_local_tz configuration' (#908) from ↵ | maximilien | 2024-12-01 | 3 | -8/+31 |
|\ | | | | | | | | | | | | | ragazenta/garage:feat/local-timezone into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/908 Reviewed-by: maximilien <me@mricher.fr> | ||||
| * | doc: add use_local_tz configuration | Renjaya Raga Zenta | 2024-11-25 | 1 | -0/+9 |
| | | |||||
| * | feat: add use_local_tz configuration | Renjaya Raga Zenta | 2024-11-23 | 2 | -8/+22 |
|/ | | | | Used in lifecycle_worker to determine midnight time | ||||
* | Merge pull request 'add extraVolumes and extraVolumeMounts to helm chart' ↵ | maximilien | 2024-11-19 | 2 | -0/+10 |
|\ | | | | | | | | | | | | | (#896) from eugene-davis/garage:main into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/896 Reviewed-by: maximilien <me@mricher.fr> | ||||
| * | add extraVolumes and extraVolumeMounts to helm chart | Eugene Davis | 2024-10-26 | 2 | -0/+10 |
| | | |||||
* | | Merge pull request 'Update Python SDK documentation' (#887) from ↵ | Alex | 2024-11-19 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | cryptolukas/garage:fix-python-sdk-docs into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/887 | ||||
| * | | the old value do not work out of the box | Matthias Doering | 2024-10-14 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request 'doc: update mastodon media header pruning section' ↵ | Alex | 2024-11-19 | 1 | -2/+1 |
|\ \ | | | | | | | | | | | | | | | | (#888) from teutat3s/garage:doc-update-mastodon-media into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/888 | ||||
| * | | doc: update mastodon media header pruning section | teutat3s | 2024-10-17 | 1 | -2/+1 |
| |/ | | | | | | | | | This is now possible since the upstream issue has been resolved. https://github.com/mastodon/mastodon/issues/9567 | ||||
* | | Merge pull request 'doc: add Triplebit's use-case' (#901) from ↵ | maximilien | 2024-11-17 | 1 | -0/+17 |
|\ \ | | | | | | | | | | | | | | | | | | | jonah/garage:triplebit into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/901 Reviewed-by: maximilien <me@mricher.fr> | ||||
| * | | doc: add Triplebit's use-case | Jonah Aragon | 2024-11-15 | 1 | -0/+17 |
|/ / | |||||
* | | Merge pull request 'fix bit/byte inversion in rpc secret error message' ↵ | Alex | 2024-11-07 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | | | (#898) from trinity-1686a/garage:rpc-comment into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/898 | ||||
| * | fix bit/byte inversion in rpc secret error message | trinity-1686a | 2024-11-07 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request 'Garage v1.0.1' (#881) from rel-v1.0.1 into main | Alex | 2024-09-22 | 16 | -106/+106 |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/881 | ||||
| * | Bump to version 1.0.1v1.0.1rel-v1.0.1 | Alex Auvolat | 2024-09-22 | 16 | -106/+106 |
|/ | |||||
* | Merge pull request 'fix logic in `garage layout skip-dead-nodes` + fix typo ↵ | Alex | 2024-09-22 | 2 | -13/+25 |
|\ | | | | | | | | | | | (fix #879)' (#880) from fix-skip-dead-nodes into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/880 | ||||
| * | fix logic in `garage layout skip-dead-nodes` + fix typo (fix #879)fix-skip-dead-nodes | Alex Auvolat | 2024-09-22 | 2 | -13/+25 |
|/ | |||||
* | Merge pull request 'Don't fetch old values in cross-partition transactional ↵ | Alex | 2024-09-14 | 4 | -35/+19 |
|\ | | | | | | | | | | | inserts' (#877) from withings/garage:perf/kv/insert-no-return-cross-partition into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/877 | ||||
| * | Tests: don't expect old value after transactional insert | Julien Kritter | 2024-09-12 | 1 | -2/+2 |
| | | |||||
| * | Don't fetch old values in cross-partition transactional inserts | Julien Kritter | 2024-09-12 | 3 | -33/+17 |
|/ | |||||
* | Merge pull request 'KV: don't retrieve values for write ops' (#873) from ↵ | Alex | 2024-09-10 | 4 | -26/+15 |
|\ | | | | | | | | | | | | | marvinj97/garage:perf/kv/insert-no-return into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/873 Reviewed-by: Alex <alex@adnab.me> | ||||
| * | test: fix db tests | marvin-j97 | 2024-09-04 | 1 | -2/+2 |
| | | |||||
| * | dont assert deletion count in sqlite KV adapter | marvin-j97 | 2024-09-04 | 1 | -1/+0 |
| | | |||||
| * | perf(kv): dont retrieve values for write ops | marvin-j97 | 2024-09-04 | 3 | -24/+14 |
| | | | | | | | | see https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/851 | ||||
* | | Merge pull request 'Typo' (#875) from faust/garage:doc2 into main | Alex | 2024-09-10 | 1 | -2/+2 |
|\ \ | |/ |/| | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/875 | ||||
| * | Typo | Faustin Lammler | 2024-09-10 | 1 | -2/+2 |
|/ | | | | And remove trailing white space. | ||||
* | Merge pull request 'update compiler to Rust 1.77' (#866) from rust-1.77 into ↵ | Alex | 2024-08-26 | 3 | -73/+21 |
|\ | | | | | | | | | | | main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/866 | ||||
| * | use rust 1.77 in nix/compile.nixrust-1.77 | Alex Auvolat | 2024-08-26 | 1 | -1/+1 |
| | | |||||
| * | update nixpkgs and rust-overlay sources in flake.nix | Alex Auvolat | 2024-08-26 | 2 | -72/+20 |
|/ | |||||
* | Merge pull request 'update crate time (fix #849)' (#865) from update-time ↵ | Alex | 2024-08-26 | 2 | -15/+15 |
|\ | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/865 | ||||
| * | update crate time (fix #849) | Alex Auvolat | 2024-08-26 | 2 | -15/+15 |
|/ | |||||
* | Merge pull request 'api servers: kill opened connections after SIGINT after ↵ | Alex | 2024-08-25 | 1 | -15/+28 |
|\ | | | | | | | | | | | 10s deadline (fix #806)' (#864) from exit-deadline into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/864 | ||||
| * | api servers: kill opened connections after SIGINT after 10s deadline (fix #806) | Alex Auvolat | 2024-08-25 | 1 | -15/+28 |
|/ | |||||
* | Merge pull request 'fix build when lmdb feature is disabled (fix #800)' ↵ | Alex | 2024-08-25 | 1 | -0/+2 |
|\ | | | | | | | | | | | (#863) from fix-800 into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/863 | ||||
| * | fix build when lmdb feature is disabled (fix #800)fix-800 | Alex Auvolat | 2024-08-25 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request 'layout: discard old info when it is completely ↵ | Alex | 2024-08-24 | 1 | -9/+14 |
|\ | | | | | | | | | | | out-of-date (fix #841)' (#861) from fix-841 into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/861 | ||||
| * | layout: discard old info when it is completely out-of-date (fix #841)fix-841 | Alex Auvolat | 2024-08-24 | 1 | -9/+14 |
| | | |||||
* | | Merge pull request 'Quick start: mention Docker (replace #803)' (#862) from ↵ | Alex | 2024-08-24 | 1 | -0/+33 |
|\ \ | | | | | | | | | | | | | | | | dougreeder into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/862 | ||||
| * | | doc: clarify quick start on using docker | Alex Auvolat | 2024-08-24 | 1 | -1/+9 |
| | | | |||||
| * | | Improves Quick Start for users not using Linux | P. Douglas Reeder | 2024-04-10 | 1 | -0/+25 |
| | | |