aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* cli_v2: error messagesAlex Auvolat2025-01-301-6/+6
|
* convert cli key operations to admin rpcAlex Auvolat2025-01-307-307/+247
|
* fix garage status outputAlex Auvolat2025-01-301-1/+1
|
* admin api: convert most bucket operationsAlex Auvolat2025-01-3010-640/+581
|
* cli: migrate layout remove, apply, revertAlex Auvolat2025-01-303-102/+65
|
* wip: migrate garage status and garage layout assignAlex Auvolat2025-01-308-355/+486
|
* wip: proxy admin api requests through admin rpc, prepare new cliAlex Auvolat2025-01-306-78/+194
|
* admin api: remove log messageAlex Auvolat2025-01-291-2/+0
|
* admin api: fix panic on GetKeyInfo with no argsAlex Auvolat2025-01-291-9/+13
|
* admin api: small fixesAlex Auvolat2025-01-294-8/+39
|
* admin api: clearer syntax for AddBucketAlias and RemoveBucketAliasAlex Auvolat2025-01-295-45/+51
|
* admin api: merge calls to manage global/local aliasesAlex Auvolat2025-01-293-111/+65
|
* admin api: rename allow/deny api calls in api v2Alex Auvolat2025-01-293-22/+22
|
* admin api: rename bucket aliasing operationsAlex Auvolat2025-01-293-46/+46
|
* fix test_website_check_domainAlex Auvolat2025-01-292-3/+17
|
* admin api: fix CORS to work in browserAlex Auvolat2025-01-293-6/+15
|
* admin api: make all requests and responses (de)serializableAlex Auvolat2025-01-293-60/+79
|
* admin api: update semantics of some endpoints, and update docAlex Auvolat2025-01-295-26/+44
|
* admin api: add compatibility from v1/ to v2/Alex Auvolat2025-01-294-68/+115
|
* admin api: refactor using macroAlex Auvolat2025-01-298-150/+113
|
* admin api: new router_v2 with unified path syntaxAlex Auvolat2025-01-2913-291/+447
|
* admin api: make all handlers impls of a single traitAlex Auvolat2025-01-295-502/+761
|
* admin api: create structs for all requests/responess in src/api/admin/api.rsAlex Auvolat2025-01-296-455/+721
|
* decrease write quorumQuentin Dufour2025-01-291-6/+3
|
* api: better handling of helper errors to distinguish error codesAlex Auvolat2025-01-2912-29/+97
|
* Merge pull request 's3 api: make x-amz-meta-* headers lowercase (fix #844)' ↵Alex2025-01-272-9/+6
|\ | | | | | | | | | | (#938) from fix-844 into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/938
| * s3 api: make x-amz-meta-* headers lowercase (fix #844)fix-844Alex Auvolat2025-01-272-9/+6
| |
* | snapshot: sqlite: use a subdirectory for consistency with LMDBBaptiste Jonglez2025-01-271-1/+4
|/ | | | | | | | | | | | | | | | Currently, taking a snapshot of the metadata database with sqlite creates a sqlite file without extension with the following format: snapshots/2025-01-26T15:29:17Z This makes it hard to understand what kind of data this is, and is not consistent with LMDB: snapshots/2025-01-26T15:29:17Z/data.mdb With this change, we now get a directory with a single db.sqlite file: snapshots/2025-01-26T15:29:17Z/db.sqlite
* db-snapshot: allow to set directory where snapshots are storedBaptiste Jonglez2025-01-272-2/+11
| | | | Fix #926
* Fix all typosStefan Majer2025-01-1653-108/+108
|
* fix formatting to comply with latest rustfmtAlex Auvolat2025-01-122-2/+4
|
* Formatting withVedad KAJTAZ2025-01-041-2/+2
|
* formattingVedad KAJTAZ2025-01-041-3/+3
|
* Fix #907Vedad KAJTAZ2025-01-041-0/+24
|
* feat: add use_local_tz configurationRenjaya Raga Zenta2024-11-232-8/+22
| | | | Used in lifecycle_worker to determine midnight time
* fix bit/byte inversion in rpc secret error messagetrinity-1686a2024-11-071-1/+1
|
* Bump to version 1.0.1v1.0.1rel-v1.0.1Alex Auvolat2024-09-2210-10/+10
|
* fix logic in `garage layout skip-dead-nodes` + fix typo (fix #879)fix-skip-dead-nodesAlex Auvolat2024-09-222-13/+25
|
* Tests: don't expect old value after transactional insertJulien Kritter2024-09-121-2/+2
|
* Don't fetch old values in cross-partition transactional insertsJulien Kritter2024-09-123-33/+17
|
* test: fix db testsmarvin-j972024-09-041-2/+2
|
* dont assert deletion count in sqlite KV adaptermarvin-j972024-09-041-1/+0
|
* perf(kv): dont retrieve values for write opsmarvin-j972024-09-043-24/+14
| | | | see https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/851
* api servers: kill opened connections after SIGINT after 10s deadline (fix #806)Alex Auvolat2024-08-251-15/+28
|
* fix build when lmdb feature is disabled (fix #800)fix-800Alex Auvolat2024-08-251-0/+2
|
* Merge pull request 'layout: discard old info when it is completely ↵Alex2024-08-241-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-841Alex Auvolat2024-08-241-9/+14
| |
* | Merge pull request 'don't modify postobject request before validating ↵Alex2024-08-241-15/+7
|\ \ | |/ |/| | | | | | | policy' (#850) from trinity-1686a/garage:fix-acl-postobject into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/850
| * don't modify postobject request before validating policytrinity-1686a2024-08-101-15/+7
| |
* | force flag "no read ahead" on LMDBfix-lmdb-no-read-aheadQuentin Dufour2024-08-171-0/+1
|/