aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into 1686a/s3-redirectstrinity-1686a2025-02-089-29/+25
|\
| * remove async_trait for traits declared in garage_netAlex Auvolat2025-02-051-2/+0
| * build with rust 1.82.0Alex Auvolat2025-02-031-1/+2
| * nix, ci: build with CraneAlex Auvolat2025-02-031-2/+1
| * use cargo-shear to remove many unused dependencies between cratesAlex Auvolat2025-01-311-3/+0
| * api: better handling of helper errors to distinguish error codesAlex Auvolat2025-01-291-6/+0
| * db-snapshot: allow to set directory where snapshots are storedBaptiste Jonglez2025-01-271-2/+8
| * Fix all typosStefan Majer2025-01-167-15/+15
| * fix formatting to comply with latest rustfmtAlex Auvolat2025-01-121-1/+2
* | add redirect_all to WebsiteConfig modeltrinity-1686a2025-02-081-0/+10
* | properly implement new bucket model using a migrationAlex Auvolat2025-01-041-24/+106
* | move Redirect::compute_target to standalone function in web_server.rsAlex Auvolat2025-01-041-25/+0
* | remove obsolete RedirectAll structAlex Auvolat2025-01-041-6/+0
* | clippytrinity-1686a2024-12-221-4/+4
* | support redirection on s3 endpointtrinity-1686a2024-12-141-0/+54
|/
* feat: add use_local_tz configurationRenjaya Raga Zenta2024-11-231-8/+18
* 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-221-1/+1
* Improve error message for malformed RPC secret keyimprove-secret-error-messageMaximilien R.2024-08-081-1/+1
* [next-0.10] bump version number to 1.0v1.0.0-rc1Alex Auvolat2024-03-281-1/+1
* Merge branch 'main' into next-0.10Alex Auvolat2024-03-281-1/+1
|\
| * [fix-buffering] implement `block_ram_buffer_max` to avoid excessive RAM usageAlex Auvolat2024-03-271-1/+5
* | [next-0.10] fixes to k2v rpc + comment fixesAlex Auvolat2024-03-272-10/+5
* | [s3-checksum] implement x-amz-checksum-* headersAlex Auvolat2024-03-262-7/+55
* | Merge branch 'main' into next-0.10Alex Auvolat2024-03-191-0/+43
|\|
| * [bucket-id-prefix] CLI: allow manipulating buckets by prefixes of their full IDsbucket-id-prefixAlex Auvolat2024-03-191-0/+43
* | [block-ref-repair] Block refcount recalculation and repairAlex Auvolat2024-03-192-0/+47
* | Merge branch 'main' into next-0.10Alex Auvolat2024-03-184-9/+157
|\|
| * [db-snapshot] implement meta_auto_snapshot_intervalAlex Auvolat2024-03-154-1/+156
| * [disable-scrub] implement a `disable_scrub` configuration optionAlex Auvolat2024-03-141-8/+1
* | Merge pull request 'Remove Sled' (#767) from rm-sled into next-0.10Alex2024-03-123-14/+2
|\ \
| * | [rm-sled] Remove counted_tree_hackAlex Auvolat2024-03-081-7/+1
| * | [rm-sled] Remove the Sled database engineAlex Auvolat2024-03-082-7/+1
* | | Merge pull request 'Remove migration path from Garage v0.5' (#766) from rm-mi...Alex2024-03-088-338/+5
|\ \ \ | |/ / |/| |
| * | [rm-migration] Remove migration path from Garage v0.5rm-migrationAlex Auvolat2024-03-088-338/+5
* | | Merge branch 'main' into next-0.10Alex Auvolat2024-03-081-93/+19
|\ \ \ | |/ / |/| / | |/
| * [factor-db-open] Combine logic for opening db enginesfactor-db-openAlex Auvolat2024-03-081-93/+19
* | Merge pull request 'ReplicationMode -> ConsistencyMode+ReplicationFactor' (#7...Alex2024-03-071-12/+11
|\ \
| * | ReplicationMode -> ConsistencyMode+ReplicationFactorYureka2024-03-071-12/+11
* | | [sse-c] Remove special case for Content-Type headersse-cAlex Auvolat2024-03-072-3/+18
* | | [sse-c] Implement SSE-C encryptionAlex Auvolat2024-03-072-3/+162
|/ /
* | refactor: remove max_write_errors and max_faultsYureka2024-03-041-1/+0
* | Merge branch 'main' into next-0.10Alex Auvolat2024-03-041-0/+7
|\|
| * Merge pull request 'add request context helper' (#751) from yuka/garage:req-c...Alex2024-03-041-0/+7
| |\
| | * add request context helperYureka2024-03-041-0/+7
| * | [rel-0.9.3] Bump version to 0.9.3v0.9.3Alex Auvolat2024-03-041-1/+1
| |/
| * [rel-0.9.2] Bump version to v0.9.2v0.9.2rel-0.9.2Alex Auvolat2024-03-011-1/+1
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-226-383/+426
|\|
| * [lock-createbucket] Add node-global lock for bucket/key operations (fix #723)lock-createbucketAlex Auvolat2024-02-226-383/+426
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-154-7/+6
|\|