aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix clippy lint that says we should implement EqAlex Auvolat2022-09-1311-19/+19
* Ensure data dir is created immediately when Garage starts (fix #349)Alex Auvolat2022-09-131-2/+7
* Use netapp 0.5 published from crates.ioAlex Auvolat2022-09-131-2/+1
* Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-09-0813-12/+389
|\
| * Merge branch 'main' into lx-perf-improvementsAlex Auvolat2022-09-0813-12/+389
| |\
| | * Move version back into utilimprove-depsAlex Auvolat2022-09-073-31/+0
| | * Inject GIT_VERSION even laterAlex Auvolat2022-09-071-6/+11
| | * Merge branch 'main' into improve-depsAlex Auvolat2022-09-071-1/+0
| | |\