aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Collapse)AuthorAgeFilesLines
* lifecycle: fix SkipBucket bugAlex Auvolat2023-09-061-4/+5
|
* lifecycle worker: correct small clippy lintsAlex Auvolat2023-09-041-3/+3
|
* lifecycle worker: don't get stuck on non-existent bucketAlex Auvolat2023-08-311-5/+16
|
* lifecycle worker: fix potential inifinite loopAlex Auvolat2023-08-311-1/+4
|
* lifecycle worker: add log message when startingAlex Auvolat2023-08-311-16/+16
|
* lifecycle worker: use queue_insert and process objects in batchesAlex Auvolat2023-08-311-36/+45
|
* lifecycle worker: mitigate potential bugs + refactoringAlex Auvolat2023-08-311-20/+31
|
* lifecycle worker: take into account disabled rulesAlex Auvolat2023-08-301-1/+5
|
* lifecycle worker: avoid building chrono's serde featureAlex Auvolat2023-08-302-11/+11
|
* bucket_table: bucketparams::new doesn't need to be pubAlex Auvolat2023-08-301-1/+1
|
* lifecycle config: add missing line in merge() and remove tracingAlex Auvolat2023-08-301-0/+1
|
* lifecycle config: store date as given, try to debugAlex Auvolat2023-08-302-2/+23
|
* lifecycle worker: add loggingAlex Auvolat2023-08-301-0/+8
|
* lifecycle worker: launch with the rest of GarageAlex Auvolat2023-08-301-5/+21
|
* lifecycle worker: skip entire bucket when no lifecycle config is setAlex Auvolat2023-08-301-6/+22
|
* lifecycle worker: implement main functionalityAlex Auvolat2023-08-302-7/+99
|
* lifecycle: skeleton for lifecycle workerAlex Auvolat2023-08-302-0/+254
|
* use a NaiveDate in data model, it serializes to string (iso 8601 format)Alex Auvolat2023-08-302-1/+2
|
* lifecycle: implement validation into garage's internal data structureAlex Auvolat2023-08-291-1/+1
|
* bucket_table: data model for lifecycle configurationAlex Auvolat2023-08-292-0/+41
|
* Merge branch 'main' into nextv0.9.0-beta1Alex Auvolat2023-08-291-1/+1
|\
| * bump version to 0.8.3v0.8.3-rc1Alex Auvolat2023-08-281-1/+1
| |
* | admin docs: reformatting, key admin: add checkAlex Auvolat2023-06-141-3/+11
| |
* | Merge branch 'main' into nextAlex Auvolat2023-06-131-1/+1
|\|
| * *: apply clippy recommendations.Jonathan Davies2023-05-091-1/+1
| |
* | multipart uploads: save timestampAlex Auvolat2023-06-132-3/+17
| |
* | properly delete multipart uploads after completionnlnet-task1Alex Auvolat2023-06-091-20/+34
| |
* | comments and clippy lint fixesAlex Auvolat2023-06-092-9/+9
| |
* | fix mpu counter (add missing workers) and report info at appropriate placesAlex Auvolat2023-06-093-2/+6
| |
* | Adapt S3 API code to use new multipart upload modelsAlex Auvolat2023-06-092-0/+26
| | | | | | | | | | | | | | - Create and PutPart - completemultipartupload - upload part copy - list_parts
* | New multipart upload table layoutAlex Auvolat2023-06-096-33/+455
| |
* | Make fsync an option for meta and dataAlex Auvolat2023-06-091-1/+14
| |
* | Mark sled as deprecated, make lmdb default, and improve sqlite and lmdb defaultsAlex Auvolat2023-05-172-2/+6
|/
* Declare garage crates using workspace.dependenciesJakub Jirutka2023-05-091-5/+5
| | | | | | | | This will allow to really disable "sled" feature without declaring `default-features = false` in every Cargo.toml where garage_db and garage_model is used. See https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table
* 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
| | | | | | | | 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
| |