aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | to give a chance to the 3rd node to respond
* | 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
| | | | | | - configurable ping timeout - single, much higher, configurable RPC timeout - no more concurrency semaphore
* 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
| | |\
| | * | Report build features in garage --helpAlex Auvolat2022-09-072-0/+17
| | | |
| | * | Move GIT_VERSION injection later in build chain to reduce build timesAlex Auvolat2022-09-073-0/+9
| | | |
| | * | cargo fmtAlex Auvolat2022-09-062-2/+0
| | | |
| | * | Include code from v0.5.1 directly to remove dependenciesAlex Auvolat2022-09-0612-5/+355
| | | |
| | * | Make all DB engines optional build featuresAlex Auvolat2022-09-062-2/+31
| | | |
| | * | Bump versions to 0.8.0 (compatibility is broken already)Alex Auvolat2022-09-061-5/+5
| | | |
* | | | Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-09-061-1/+0
|\| | |