aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * some reorderingAlex Auvolat2021-03-163-9/+7
| |
| * Refactor codeAlex Auvolat2021-03-166-167/+175
| |
| * Simplify replication logicAlex Auvolat2021-03-169-58/+60
| |
| * Some improvements in background worker but we terminate lateAlex Auvolat2021-03-1514-148/+169
| |
| * WIP migrate to tokio 1Alex Auvolat2021-03-1521-334/+231
| |
| * Refactor block resync loop; make workers infaillibleAlex Auvolat2021-03-157-48/+50
| |
| * Small fixesAlex Auvolat2021-03-155-16/+37
| |
| * Make it case-insensitiveAlex Auvolat2021-03-151-1/+2
| |
| * Allow manipulation of keys by their shorthand in the CLIAlex Auvolat2021-03-153-31/+48
| |
| * Tiny thingsAlex Auvolat2021-03-152-1/+2
| |
| * Make block rc code more understandableAlex Auvolat2021-03-153-34/+40
| |
| * Time and metadata improvementsAlex Auvolat2021-03-1516-44/+111
| |
| * Fix race conditionAlex Auvolat2021-03-155-58/+79
| |
| * Fix list API bugAlex Auvolat2021-03-152-12/+18
| |
| * Optim & refactorAlex Auvolat2021-03-121-8/+11
| |
| * cargo fmtAlex Auvolat2021-03-128-73/+120
| |
| * Implement table gc, currently for block_ref and version onlyAlex Auvolat2021-03-1214-59/+303
| |
| * cargo fmtAlex Auvolat2021-03-123-33/+43
| |
| * Refactor CLI and prettify CLI outpuAlex Auvolat2021-03-125-509/+571
| |
| * Implement garage stats to get info on node contentsAlex Auvolat2021-03-127-4/+126
| |
| * Move table rpc client out of tableauxAlex Auvolat2021-03-122-21/+16
| |
| * Make syncer have its own rpc client/serverAlex Auvolat2021-03-123-30/+73
| |
| * Don't sync at beginningAlex Auvolat2021-03-121-3/+7
| |
| * Fix merkle updater not being notified; improved loggingAlex Auvolat2021-03-124-16/+18
| |
| * whoopsAlex Auvolat2021-03-112-2/+11
| |
| * More security: don't delete stuff too easilyAlex Auvolat2021-03-113-1/+12
| |
| * Add comment, and also whoops, this wasn't doing what we expectedAlex Auvolat2021-03-111-8/+14
| |
| * Add a nice warningAlex Auvolat2021-03-111-2/+5
| |
| * Tiny changesAlex Auvolat2021-03-111-3/+6
| |
| * (not well tested) use merkle tree for syncAlex Auvolat2021-03-1111-985/+765
| |
| * WIP big refactoringAlex Auvolat2021-03-1116-321/+383
| |
| * Checkpoint: add merkle tree in data tableAlex Auvolat2021-03-1111-84/+452
| |
| * Very minor changesAlex Auvolat2021-03-105-10/+16
| |
| * Correctly implement CompleteMultipartUpload with etag check of partsAlex Auvolat2021-03-102-19/+36
| |
| * Remove migration paths from 0.1 branchAlex Auvolat2021-03-107-379/+26
| |
| * Switch to blake2 sum for identifying blocks by their dataAlex Auvolat2021-03-102-28/+28
| |
| * Change hash function to blake2 for partition keys based on stringsAlex Auvolat2021-03-101-1/+1
| |
| * Refactor model stuff, including cleaner CRDTsAlex Auvolat2021-03-1020-456/+590
| |
* | Merge pull request 'Add a `mdbook` documentation to present garage and help ↵Alex2021-03-1825-257/+784
|\ \ | |/ |/| | | | | | | user on-boarding' (#45) from feature/mdbook into master Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/45
| * Add handle files section to the docQuentin Dufour2021-03-171-0/+41
| |
| * WIP getting startedQuentin Dufour2021-03-174-32/+175
| |
| * Simplify our READMEQuentin Dufour2021-03-174-256/+15
| |
| * Wrote daemonQuentin Dufour2021-03-171-0/+33
| |
| * WIP docQuentin Dufour2021-03-172-12/+74
| |
| * Working on the getting started guideQuentin Dufour2021-03-179-14/+176
| |
| * Refactor file organizationQuentin Dufour2021-03-1715-11/+50
| |
| * Work on structure + Getting started is reworkedQuentin Dufour2021-03-177-106/+154
| |
| * Doc skeleton + introQuentin Dufour2021-03-1717-0/+240
|/
* Rename n_tokens into capacityAlex Auvolat2021-03-103-16/+16
|
* update conditionAlex Auvolat2021-03-051-3/+2
|