|
0d3e285d13
|
[fix-buffering] implement block_ram_buffer_max to avoid excessive RAM usage
|
2024-03-27 16:22:40 +01:00 |
|
|
783b586de9
|
[bucket-id-prefix] CLI: allow manipulating buckets by prefixes of their full IDs
|
2024-03-19 16:57:51 +01:00 |
|
|
1e42808a59
|
[db-snapshot] implement meta_auto_snapshot_interval
|
2024-03-15 13:51:31 +01:00 |
|
|
7c86ff6c37
|
[disable-scrub] implement a disable_scrub configuration option
|
2024-03-14 17:01:16 +01:00 |
|
|
ec34728b27
|
[factor-db-open] Combine logic for opening db engines
|
2024-03-08 12:58:17 +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 |
|
|
cff702a951
|
[lock-createbucket] Add node-global lock for bucket/key operations (fix #723)
|
2024-02-22 12:28:21 +01:00 |
|
|
5ea24254a9
|
[import-netapp] import Netapp code into Garage codebase
|
2024-02-15 12:15:07 +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 |
|
|
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 |
|
|
f579d6d9b4
|
lifecycle worker: fix potential inifinite loop
|
2023-08-31 11:29:54 +02:00 |
|
|
a00a52633f
|
lifecycle worker: add log message when starting
|
2023-08-31 11:25:14 +02:00 |
|
|
adbf5925de
|
lifecycle worker: use queue_insert and process objects in batches
|
2023-08-31 11:19:26 +02:00 |
|
|
1cfcc61de8
|
lifecycle worker: mitigate potential bugs + refactoring
|
2023-08-31 00:28:37 +02:00 |
|
|
b2f679675e
|
lifecycle worker: take into account disabled rules
|
2023-08-30 23:52:09 +02:00 |
|
|
01c327a07a
|
lifecycle worker: avoid building chrono's serde feature
|
2023-08-30 23:46:15 +02:00 |
|
|
a1d57283c0
|
bucket_table: bucketparams::new doesn't need to be pub
|
2023-08-30 20:07:14 +02:00 |
|
|
d2e94e36d6
|
lifecycle config: add missing line in merge() and remove tracing
|
2023-08-30 20:05:53 +02:00 |
|
|
75ccc5a95c
|
lifecycle config: store date as given, try to debug
|
2023-08-30 20:02:07 +02:00 |
|
|
7200954318
|
lifecycle worker: add logging
|
2023-08-30 14:54:52 +02:00 |
|
|
0f1849e1ac
|
lifecycle worker: launch with the rest of Garage
|
2023-08-30 14:51:08 +02:00 |
|
|
da8b224e24
|
lifecycle worker: skip entire bucket when no lifecycle config is set
|
2023-08-30 14:38:19 +02:00 |
|
|
2996dc875f
|
lifecycle worker: implement main functionality
|
2023-08-30 14:29:03 +02:00 |
|
|
a2e0e34db5
|
lifecycle: skeleton for lifecycle worker
|
2023-08-30 12:41:11 +02:00 |
|
|
f7b409f114
|
use a NaiveDate in data model, it serializes to string (iso 8601 format)
|
2023-08-30 11:24:01 +02:00 |
|
|
abf011c290
|
lifecycle: implement validation into garage's internal data structure
|
2023-08-29 18:22:03 +02:00 |
|
|
0b83e0558e
|
bucket_table: data model for lifecycle configuration
|
2023-08-29 17:00:41 +02:00 |
|
|
2e90e1c124
|
Merge branch 'main' into next
|
2023-08-29 11:32:42 +02:00 |
|
|
cece1be1bb
|
bump version to 0.8.3
|
2023-08-28 13:17:26 +02:00 |
|
|
8ef42c9609
|
admin docs: reformatting, key admin: add check
|
2023-06-14 17:19:25 +02:00 |
|
|
90b2d43eb4
|
Merge branch 'main' into next
|
2023-06-13 17:14:11 +02:00 |
|
|
942c1f1bfe
|
multipart uploads: save timestamp
|
2023-06-13 10:48:22 +02:00 |
|
|
3d477906d4
|
properly delete multipart uploads after completion
|
2023-06-09 17:13:27 +02:00 |
|