Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request 'fix typo in peertube doc' (#617) from ↵ | Alex | 2024-01-11 | 1 | -2/+2 |
|\ | | | | | | | | | | | Lapineige/garage:main into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/617 | ||||
| * | another typo | Lapineige | 2023-08-19 | 1 | -1/+1 |
| | | |||||
| * | fix typo | Lapineige | 2023-08-19 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request 'Jepsen testing (NLnet task 3 subtask 1)' (#544) from ↵ | Alex | 2024-01-11 | 22 | -0/+1045 |
|\ \ | | | | | | | | | | | | | | | | jepsen into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/544 | ||||
| * | | jepsen: updated results, confirming that task3 worksjepsen | Alex Auvolat | 2023-12-14 | 12 | -31/+96 |
| | | | |||||
| * | | jepsen: nlnet task3a seems to fix things | Alex Auvolat | 2023-11-16 | 2 | -3/+9 |
| | | | |||||
| * | | jepsen: add patch and use more complete names | Alex Auvolat | 2023-11-16 | 1 | -2/+3 |
| | | | |||||
| * | | jepsen: testing | Alex Auvolat | 2023-10-25 | 3 | -3/+13 |
| | | | |||||
| * | | jepsen: use 7 nodes | Alex Auvolat | 2023-10-25 | 3 | -0/+4 |
| | | | |||||
| * | | jepsen: failures with set2 test in --scenario r | Alex Auvolat | 2023-10-25 | 1 | -6/+5 |
| | | | |||||
| * | | jepsen: fix set2 test omg finally this is so stupid | Alex Auvolat | 2023-10-25 | 1 | -1/+1 |
| | | | |||||
| * | | jepsen: reconfigure nemesis + add db nemesis | Alex Auvolat | 2023-10-25 | 6 | -107/+134 |
| | | | |||||
| * | | jepsen: got a failure with set1 | Alex Auvolat | 2023-10-24 | 1 | -5/+4 |
| | | | |||||
| * | | jepsen: fix nemesis to actually generate many operations | Alex Auvolat | 2023-10-24 | 1 | -24/+33 |
| | | | |||||
| * | | jepsen: set1 and set2 don't fail anymore ?? | Alex Auvolat | 2023-10-24 | 3 | -40/+47 |
| | | | |||||
| * | | jepsen: more testing | Alex Auvolat | 2023-10-24 | 5 | -35/+84 |
| | | | |||||
| * | | jepsen: update readme | Alex Auvolat | 2023-10-20 | 1 | -2/+2 |
| | | | |||||
| * | | jepsen: code path for nemesis final generator | Alex Auvolat | 2023-10-20 | 2 | -22/+24 |
| | | | |||||
| * | | jepsen: add cluster reconfiguration nemesis | Alex Auvolat | 2023-10-20 | 4 | -14/+106 |
| | | | |||||
| * | | jepsen: register crdt read-after-write is fixed with deleteobject patch | Alex Auvolat | 2023-10-20 | 4 | -9/+9 |
| | | | |||||
| * | | jepsen: reg2 failure seems to happen only with deleteobject | Alex Auvolat | 2023-10-20 | 3 | -7/+30 |
| | | | |||||
| * | | jepsen: errors in reg2 workload under investigation | Alex Auvolat | 2023-10-20 | 3 | -17/+41 |
| | | | |||||
| * | | jepsen: wip checker for register-like behavior | Alex Auvolat | 2023-10-20 | 1 | -4/+62 |
| | | | |||||
| * | | jepsen: fix the list-objects call (?) | Alex Auvolat | 2023-10-19 | 3 | -28/+52 |
| | | | |||||
| * | | jepsen: investigating listobjects error | Alex Auvolat | 2023-10-19 | 5 | -10/+39 |
| | | | |||||
| * | | jepsen: refactoring | Alex Auvolat | 2023-10-19 | 5 | -30/+70 |
| | | | |||||
| * | | make jepsen test more robust: handle errors and timeouts, fixed access key | Alex Auvolat | 2023-10-18 | 3 | -26/+36 |
| | | | |||||
| * | | refactor jepsen code | Alex Auvolat | 2023-10-18 | 5 | -77/+83 |
| | | | |||||
| * | | refactor jepsen setup logic | Alex Auvolat | 2023-10-18 | 2 | -47/+96 |
| | | | |||||
| * | | jepsen: update jepsen and fix garage key info | Alex Auvolat | 2023-10-18 | 2 | -2/+2 |
| | | | |||||
| * | | jepsen: update to garage 0.9.0 | Alex Auvolat | 2023-10-18 | 2 | -6/+10 |
| | | | |||||
| * | | reformatting | Alex Auvolat | 2023-10-18 | 2 | -11/+8 |
| | | | |||||
| * | | Check read-after-write property for sets | Alex Auvolat | 2023-10-18 | 1 | -5/+43 |
| | | | |||||
| * | | set tests with independant tests together | Alex Auvolat | 2023-10-18 | 2 | -20/+42 |
| | | | |||||
| * | | two set workloads with different checkers | Alex Auvolat | 2023-10-18 | 3 | -8/+18 |
| | | | |||||
| * | | Add garage set test (this one works :p) | Alex Auvolat | 2023-10-18 | 5 | -21/+95 |
| | | | |||||
| * | | refactor jepsen test | Alex Auvolat | 2023-10-18 | 3 | -155/+244 |
| | | | |||||
| * | | remove useless files | Alex Auvolat | 2023-10-18 | 5 | -310/+3 |
| | | | |||||
| * | | the fix for increasing timestamps does not make things linearizable | Alex Auvolat | 2023-10-18 | 1 | -2/+3 |
| | | | |||||
| * | | even without nemesis, s3 get/put/delete is not linearizable (is this normal?) | Alex Auvolat | 2023-10-18 | 3 | -37/+64 |
| | | | |||||
| * | | better match exceptions | Alex Auvolat | 2023-10-18 | 1 | -9/+11 |
| | | | |||||
| * | | jepsen: s3 gets and puts | Alex Auvolat | 2023-10-18 | 7 | -102/+141 |
| | | | |||||
| * | | jepsen connects to vagrant vms | Alex Auvolat | 2023-10-18 | 8 | -124/+38 |
| | | | |||||
| * | | jepsen ssh into containers seem to work ? | Alex Auvolat | 2023-10-18 | 7 | -19/+150 |
| | | | |||||
| * | | jepsen: wip | Alex Auvolat | 2023-10-18 | 12 | -0/+471 |
| | | | |||||
* | | | Merge pull request 'OpenAPI specification of admin APIv1' (#672) from api-v1 ↵ | Alex | 2023-11-29 | 7 | -25/+1472 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/672 | ||||
| * | | | fix the docapi-v1 | Quentin Dufour | 2023-11-28 | 4 | -24/+84 |
| | | | | |||||
| * | | | add ClusterHealthReport endpoint to the API | Quentin Dufour | 2023-11-28 | 1 | -4/+56 |
| | | | | |||||
| * | | | disable int64 finally for now | Quentin Dufour | 2023-11-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | set layout version as required | Quentin Dufour | 2023-11-23 | 1 | -0/+2 |
| | | | |