aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
* [fix-presigned-0.8] bump version to v0.8.7v0.8.7Alex Auvolat2024-03-041-1/+1
* [rel-0.8.6] Bump version to v0.8.6v0.8.6rel-0.8.6Alex Auvolat2024-03-011-1/+1
* Bump version to 0.8.5Alex Auvolat2024-01-161-1/+1
* config: make block_size and sled_cache_capacity expressable as stringsAlex Auvolat2023-09-112-13/+4
* make lmdb's map_size configurable (fix #628)Alex Auvolat2023-09-112-1/+14
* update version to 0.8.4v0.8.4hold-netapp-0.5.2Alex Auvolat2023-09-051-1/+1
* bump version to 0.8.3v0.8.3-rc1Alex Auvolat2023-08-281-1/+1
* *: apply clippy recommendations.Jonathan Davies2023-05-091-1/+1
* Declare garage crates using workspace.dependenciesJakub Jirutka2023-05-091-5/+5
* obsolete clippy lintsv0.8.2prepare-v082Alex Auvolat2023-03-132-2/+0
* Prepare for v0.8.2Alex Auvolat2023-03-131-6/+6
* Clearer error message when LMDB has oom error (fix #517)Alex Auvolat2023-03-061-3/+10
* secrets can be passed directly in config, as file, or as envAlex Auvolat2023-02-031-9/+14
* Fix fmtAlex Auvolat2023-01-262-2/+2
* More clippy fixesAlex Auvolat2023-01-265-9/+11
* Merge branch 'main' into k2v-watch-range-2Alex Auvolat2023-01-264-10/+12
|\
| * Cargo.toml: Loosen tracing dependency to just 0.1.Jonathan Davies2023-01-261-1/+1
| * {model,util}/Cargo.toml: Updated blake2 from 0.9 to 0.10.Jonathan Davies2023-01-262-3/+3
| * Cargo.toml: Updated base64 from 0.13 to 0.21.Jonathan Davies2023-01-262-3/+6
| * Cargo.toml: Updated zstd from 0.9 to 0.12.Jonathan Davies2023-01-231-1/+1
* | Merge branch 'main' into k2v-watch-range-2Alex Auvolat2023-01-111-1/+1
|\|
| * Implement `rpc_secret_file`Felix Scheinost2023-01-041-1/+1
* | PollRange: add extra RPC delay after quorum is achieved,Alex Auvolat2023-01-111-18/+59
* | Poll cleanupAlex Auvolat2023-01-111-2/+2
* | Correctly return bad requests when seeh marker is invalidAlex Auvolat2023-01-113-18/+34
* | PollRange: return immediately if no seen marker is providedAlex Auvolat2023-01-111-18/+39
* | Lock once for insert_manyAlex Auvolat2023-01-111-12/+22
* | Implement PollRange API endpointAlex Auvolat2023-01-101-1/+1
* | PollRange RPCAlex Auvolat2023-01-103-18/+159
* | Type definition for range seen markerAlex Auvolat2023-01-104-10/+117
* | Make K2V item timestamps globally increasing on each nodeAlex Auvolat2023-01-103-7/+51
* | K2V: Subscription to ranges of itemsAlex Auvolat2023-01-106-58/+116
|/
* Uniform framework for bg variable managementAlex Auvolat2023-01-041-0/+7
* Make it explicit when using nonversioned encodingAlex Auvolat2023-01-033-8/+7
* cleanupAlex Auvolat2023-01-034-19/+24
* Refactor how things are migratedAlex Auvolat2023-01-0313-659/+480
* Merge branch 'main' into internals-reworkinternals-reworkAlex Auvolat2023-01-021-6/+6
|\
| * Bump everything to v0.8.1Alex Auvolat2023-01-021-6/+6
* | Refactor background runner and get rid of job workerAlex Auvolat2022-12-144-26/+18
* | Spawn all background workers in a separate stepAlex Auvolat2022-12-142-0/+25
* | Proper queueing for delayed inserts, now backed to diskAlex Auvolat2022-12-143-179/+52
* | Small refactor of tables internalsAlex Auvolat2022-12-142-11/+2
|/
* Prettier worker list table; remove useless CLI log messagesAlex Auvolat2022-12-121-6/+5
* Refactor health check and add ability to return it in jsonAlex Auvolat2022-12-051-7/+2
* Implement /health admin API endpoint to check node healthAlex Auvolat2022-12-051-0/+4
* Add sled default in garage_model alsoAlex Auvolat2022-11-211-1/+2
* Add garage bucket cleanup-incomplete-uploads commandcleanup-uploads-commandAlex Auvolat2022-11-041-1/+68
* Ability to have custom timeouts in request strategy (not used)configurable-timeoutsAlex Auvolat2022-09-202-5/+5
* RPC performance changesAlex Auvolat2022-09-191-19/+17
* Add checks on replication_factor of layouts we use (fix #363, fix #364)various-fixes-for-0.8Alex Auvolat2022-09-131-1/+1