|
81191d2d92
|
Merge pull request 'Remove Sled' (#767) from rm-sled into next-0.10
Reviewed-on: Deuxfleurs/garage#767
|
2024-03-12 10:45:57 +00:00 |
|
|
05c92204ec
|
[rm-sled] Remove counted_tree_hack
|
2024-03-08 15:09:57 +01:00 |
|
|
2128b5febd
|
Merge pull request 'Remove migration path from Garage v0.5' (#766) from rm-migration into next-0.10
Reviewed-on: Deuxfleurs/garage#766
|
2024-03-08 13:43:42 +00:00 |
|
|
44454aac01
|
[rm-sled] Remove the Sled database engine
|
2024-03-08 14:11:02 +01:00 |
|
|
1ace34adbb
|
Merge branch 'main' into next-0.10
|
2024-03-08 13:57:10 +01:00 |
|
|
f537f76681
|
[rm-migration] Remove migration path from Garage v0.5
|
2024-03-08 13:24:47 +01:00 |
|
|
ec34728b27
|
[factor-db-open] Combine logic for opening db engines
|
2024-03-08 12:58:17 +01:00 |
|
|
20c0b4ffb2
|
Merge pull request 'ReplicationMode -> ConsistencyMode+ReplicationFactor' (#750) from yuka/garage:split-consistency-mode into next-0.10
Reviewed-on: Deuxfleurs/garage#750
|
2024-03-07 16:32:52 +00:00 |
|
|
3fcb54e3cf
|
[sse-c] Remove special case for Content-Type header
|
2024-03-07 15:43:48 +01:00 |
|
|
57acc60082
|
[sse-c] Implement SSE-C encryption
|
2024-03-07 15:43:47 +01:00 |
|
Yureka
|
c1769bbe69
|
ReplicationMode -> ConsistencyMode+ReplicationFactor
|
2024-03-07 12:45:33 +01:00 |
|
Yureka
|
6760895926
|
refactor: remove max_write_errors and max_faults
|
2024-03-04 18:39:56 +01:00 |
|
|
bbde9bc912
|
Merge branch 'main' into next-0.10
|
2024-03-04 15:56:10 +01:00 |
|
|
3168bb34a0
|
Merge pull request 'add request context helper' (#751) from yuka/garage:req-ctx into main
Reviewed-on: Deuxfleurs/garage#751
|
2024-03-04 14:51:05 +00:00 |
|
|
8670140358
|
[rel-0.9.3] Bump version to 0.9.3
|
2024-03-04 14:00:55 +01:00 |
|
Yureka
|
fb55682c66
|
add request context helper
|
2024-03-04 13:26:39 +01:00 |
|
|
6a7623e90d
|
[rel-0.9.2] Bump version to v0.9.2
|
2024-03-01 16:54:39 +01:00 |
|
|
59f61c966a
|
Merge branch 'main' into next-0.10
|
2024-02-22 15:45:45 +01:00 |
|
|
cff702a951
|
[lock-createbucket] Add node-global lock for bucket/key operations (fix #723)
|
2024-02-22 12:28:21 +01:00 |
|
|
eb4a6ce106
|
Merge branch 'main' into next-0.10
|
2024-02-15 14:06:34 +01:00 |
|
|
5ea24254a9
|
[import-netapp] import Netapp code into Garage codebase
|
2024-02-15 12:15:07 +01:00 |
|
|
cf2af186fc
|
Merge branch 'main' into next-0.10
|
2024-02-13 11:36:28 +01:00 |
|
|
ad5ce968d2
|
[dep-upgrade-202402] remove useless mut
|
2024-02-08 23:29:57 +01:00 |
|
|
fe1af5d98b
|
[dep-upgrade-202402] refactor dependencies: move all as workspace deps
|
2024-02-05 13:02:02 +01:00 |
|
|
ee57dd922b
|
Bump version to 0.9.1
|
2024-01-16 16:28:17 +01:00 |
|
|
db48dd3d6c
|
bump crate versions to 0.10.0
|
2024-01-11 12:05:51 +01:00 |
|
|
393c4d4515
|
layout: add helper for cached/external values to centralize recomputation
|
2023-11-15 14:20:50 +01:00 |
|
|
acd49de9f9
|
rpc: fix write set quorums
|
2023-11-15 13:07:42 +01:00 |
|
|
90e1619b1e
|
table: take into account multiple write sets in inserts
|
2023-11-14 15:40:46 +01:00 |
|
|
3b361d2959
|
layout: prepare for write sets
|
2023-11-14 14:28:16 +01:00 |
|
|
1aab1f4e68
|
layout: refactoring of all_nodes
|
2023-11-14 13:12:32 +01:00 |
|
|
8e292e06b3
|
layout: some refactoring of nongateway nodes
|
2023-11-14 12:48:38 +01:00 |
|
|
bfb1845fdc
|
layout: refactor to use a RwLock on LayoutHistory
|
2023-11-09 14:12:05 +01:00 |
|
|
8a2b1dd422
|
wip: split out layout management from System into separate LayoutManager
|
2023-11-09 12:55:36 +01:00 |
|
|
8dccee3ccf
|
cluster layout: adapt all uses of ClusterLayout to LayoutHistory
|
2023-11-08 19:28:36 +01:00 |
|
|
4a9c94514f
|
avoid using layout_watch in System directly
|
2023-11-08 16:41:00 +01:00 |
|
|
12d1dbfc6b
|
remove Ring and use ClusterLayout everywhere
|
2023-11-08 15:41:24 +01:00 |
|
|
952c9570c4
|
bump version to v0.9.0
|
2023-10-10 14:08:11 +02:00 |
|
|
897cbf2c27
|
actually update rmp-serde to 1.1.2 for both garage and netapp dependency (fix #629)
|
2023-09-27 13:13:00 +02:00 |
|
|
f97168f805
|
garage_db: refactor transactions and add on_commit mechanism
|
2023-09-21 15:35:31 +02:00 |
|
|
51abbb02d8
|
Merge branch 'main' into next
|
2023-09-11 20:00:02 +02:00 |
|
|
f8b3883611
|
config: make block_size and sled_cache_capacity expressable as strings
|
2023-09-11 18:34:59 +02:00 |
|
|
51b9731a08
|
make lmdb's map_size configurable (fix #628)
|
2023-09-11 18:03:44 +02:00 |
|
|
ad6b1cc0be
|
Merge branch 'main' into next
|
2023-09-11 13:14:18 +02:00 |
|
|
93114a9747
|
block manager: refactoring
|
2023-09-06 16:35:28 +02:00 |
|
|
71c0188055
|
block manager: skeleton for multi-hdd support
|
2023-09-06 16:35:28 +02:00 |
|
|
4b4f2000f4
|
lifecycle: fix SkipBucket bug
|
2023-09-06 16:34:07 +02:00 |
|
|
51eac97260
|
update version to 0.8.4
|
2023-09-05 23:28:12 +02:00 |
|
|
8e0c020bb9
|
lifecycle worker: correct small clippy lints
|
2023-09-04 11:33:44 +02:00 |
|
|
1cdc321e28
|
lifecycle worker: don't get stuck on non-existent bucket
|
2023-08-31 11:36:30 +02:00 |
|