Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | | | | layout: fixes in schema | Alex Auvolat | 2023-11-14 | 1 | -21/+21 | |
| | * | | | | | | | | | | | | | | | | layout: refactoring of all_nodes | Alex Auvolat | 2023-11-14 | 7 | -27/+44 | |
| | * | | | | | | | | | | | | | | | | layout: some refactoring of nongateway nodes | Alex Auvolat | 2023-11-14 | 5 | -61/+95 | |
| | * | | | | | | | | | | | | | | | | layout: fix test | Alex Auvolat | 2023-11-11 | 4 | -169/+174 | |
| | * | | | | | | | | | | | | | | | | layout/sync: fix bugs and add tracing | Alex Auvolat | 2023-11-11 | 3 | -25/+48 | |
| | * | | | | | | | | | | | | | | | | table sync: adapt to new layout history | Alex Auvolat | 2023-11-11 | 8 | -129/+172 | |
| | * | | | | | | | | | | | | | | | | layout: add helpers to LayoutHistory and prepare integration with Table | Alex Auvolat | 2023-11-09 | 5 | -13/+74 | |
| | * | | | | | | | | | | | | | | | | layout: fix tracker bugs | Alex Auvolat | 2023-11-09 | 2 | -4/+10 | |
| | * | | | | | | | | | | | | | | | | layout admin: add missing calls to update_hash | Alex Auvolat | 2023-11-09 | 3 | -2/+4 | |
| | * | | | | | | | | | | | | | | | | layout: begin managing the update tracker values | Alex Auvolat | 2023-11-09 | 4 | -33/+109 | |
| | * | | | | | | | | | | | | | | | | layout: separate code path for synchronizing update trackers only | Alex Auvolat | 2023-11-09 | 4 | -61/+168 | |
| | * | | | | | | | | | | | | | | | | layout: refactor to use a RwLock on LayoutHistory | Alex Auvolat | 2023-11-09 | 8 | -92/+82 | |
| | * | | | | | | | | | | | | | | | | layout: more refactoring | Alex Auvolat | 2023-11-09 | 4 | -71/+97 | |
| | * | | | | | | | | | | | | | | | | wip: split out layout management from System into separate LayoutManager | Alex Auvolat | 2023-11-09 | 10 | -219/+331 | |
| | * | | | | | | | | | | | | | | | | layout: use separate CRDT for staged layout changes | Alex Auvolat | 2023-11-09 | 12 | -183/+175 | |
| | * | | | | | | | | | | | | | | | | bump garage protocol version tag to 0x000A (0.10) | Alex Auvolat | 2023-11-08 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | cluster layout: adapt all uses of ClusterLayout to LayoutHistory | Alex Auvolat | 2023-11-08 | 12 | -69/+80 | |
| | * | | | | | | | | | | | | | | | | WIP: garage_rpc: store layout version history | Alex Auvolat | 2023-11-08 | 7 | -345/+550 | |
| | * | | | | | | | | | | | | | | | | avoid using layout_watch in System directly | Alex Auvolat | 2023-11-08 | 11 | -26/+26 | |
| | * | | | | | | | | | | | | | | | | remove Ring and use ClusterLayout everywhere | Alex Auvolat | 2023-11-08 | 17 | -254/+148 | |
| | * | | | | | | | | | | | | | | | | garage_rpc: reorder functions in layout.rs | Alex Auvolat | 2023-11-08 | 1 | -110/+113 | |
* | | | | | | | | | | | | | | | | | | Merge pull request 'fix typo in doc' (#799) from fix-typo into main | Alex | 2024-04-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | fix typo in doc | Alex Auvolat | 2024-04-08 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Merge pull request 'Garage v0.9.4' (#798) from rel-0.9.4 into mainmain-0.9.x | Alex | 2024-04-08 | 15 | -105/+105 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | [rel-0.9.4] upgrade version to v0.9.4v0.9.4 | Alex Auvolat | 2024-04-08 | 15 | -105/+105 | |
|/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Merge pull request 'jepsen testing of Garage v1.0.0-rc1' (#796) from jepsen-1... | Alex | 2024-04-05 | 4 | -13/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | jepsen testing of Garage v1.0.0-rc1jepsen-1.0rc1 | Alex Auvolat | 2024-04-05 | 4 | -13/+14 | |
|/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Merge pull request '[doc-units] document how interval value is parsed' (#795)... | Alex | 2024-04-03 | 1 | -3/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | [doc-units] document how interval value is parsed | Alex Auvolat | 2024-04-03 | 1 | -3/+5 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request 'Fix unbounded buffering when one node has slower network'... | Alex | 2024-03-28 | 11 | -61/+231 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | [fix-buffering] change request sending strategy and fix prioritiesfix-buffering | Alex Auvolat | 2024-03-27 | 5 | -48/+83 | |
| * | | | | | | | | | | | | | | | | [fix-buffering] implement `block_ram_buffer_max` to avoid excessive RAM usage | Alex Auvolat | 2024-03-27 | 7 | -13/+148 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request 'CI: properly cleanup between garage integration tests' (#... | Alex | 2024-03-28 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | [fix-ci] CI: properly cleanup between garage integration tests | Alex Auvolat | 2024-03-28 | 1 | -0/+2 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request 'Disable more K2V tests' (#791) from disable-k2v-test into... | Alex | 2024-03-26 | 2 | -159/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | [disable-k2v-test] remove obsolete k2v test script | Alex Auvolat | 2024-03-26 | 1 | -158/+0 | |
| * | | | | | | | | | | | | | | | [disable-k2v-test] disable the other k2v poll test | Alex Auvolat | 2024-03-26 | 1 | -1/+2 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request '[disable-k2v-test] disable tests::k2v::test_poll_item as ... | Alex | 2024-03-26 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | [disable-k2v-test] disable tests::k2v::test_poll_item as it is not 100% reliable | Alex Auvolat | 2024-03-26 | 1 | -0/+1 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request 'Add marker files in data directories (fix #601)' (#785) f... | Alex | 2024-03-20 | 2 | -19/+53 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | [check-data-dir] add marker files in data directories (fix #601)check-data-dir | Alex Auvolat | 2024-03-20 | 2 | -19/+53 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge pull request 'Add support to logging to syslog (based on patch by @jiru... | Alex | 2024-03-20 | 8 | -13/+111 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | [syslog] warning when syslog support is not enabled | Alex Auvolat | 2024-03-20 | 1 | -22/+29 | |
| * | | | | | | | | | | | | | | [syslog] document environment variables | Alex Auvolat | 2024-03-20 | 2 | -1/+24 | |
| * | | | | | | | | | | | | | | [syslog] Add support to logging to syslog | Alex Auvolat | 2024-03-20 | 6 | -12/+80 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge pull request 'CLI: allow manipulating buckets by prefixes of their full... | Alex | 2024-03-19 | 2 | -24/+59 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | [bucket-id-prefix] CLI: allow manipulating buckets by prefixes of their full IDsbucket-id-prefix | Alex Auvolat | 2024-03-19 | 2 | -24/+59 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge pull request 'Update WinSCP link in documentation' (#781) from stefano/... | Alex | 2024-03-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Update WinSCP link in documentation | stefano | 2024-03-19 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request 'Use connection pooling in sqlite backend' (#779) from sql... | Alex | 2024-03-18 | 10 | -180/+246 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |