|
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 |
|
|
0635250b2b
|
garage_table/queue_insert: delay worker notification to after transaction commit (fix #583)
|
2023-09-21 15:37:28 +02:00 |
|
|
f97168f805
|
garage_db: refactor transactions and add on_commit mechanism
|
2023-09-21 15:35:31 +02:00 |
|
|
ad6b1cc0be
|
Merge branch 'main' into next
|
2023-09-11 13:14:18 +02:00 |
|
|
fd00a47ddc
|
table queue: increase batch size
|
2023-09-06 16:35:28 +02:00 |
|
|
51eac97260
|
update version to 0.8.4
|
2023-09-05 23:28:12 +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 |
|
|
90b2d43eb4
|
Merge branch 'main' into next
|
2023-06-13 17:14:11 +02:00 |
|
|
53bf2f070c
|
undo sort_key() returning Cow
|
2023-06-09 16:23:37 +02:00 |
|
|
38d6ac4295
|
New multipart upload table layout
|
2023-06-09 16:23:37 +02:00 |
|
|
6005491cd8
|
Use Cow<[u8]> for sort keys
|
2023-06-09 16:23:37 +02:00 |
|
Jonathan Davies
|
c783194e8b
|
*: apply clippy recommendations.
|
2023-05-09 20:49:34 +01:00 |
|
|
d2deee0b8b
|
Declare garage crates using workspace.dependencies
This will allow to really disable "sled" feature without declaring
`default-features = false` in every Cargo.toml where garage_db and
garage_model is used.
See https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table
|
2023-05-09 08:46:15 +00:00 |
|
|
0a1ddcf630
|
Prepare for v0.8.2
|
2023-03-13 18:46:31 +01:00 |
|
|
590a0a8450
|
Merge branch 'main' into k2v-watch-range-2
|
2023-01-26 16:46:40 +01:00 |
|
Jonathan Davies
|
20c1cdf662
|
Cargo.toml: Loosen tracing dependency to just 0.1.
|
2023-01-26 11:13:11 +00:00 |
|
|
9f5419f465
|
Make K2V item timestamps globally increasing on each node
|
2023-01-10 11:03:52 +01:00 |
|
|
d6d571d512
|
cargo fmt
|
2023-01-03 15:30:21 +01:00 |
|
|
a54b67740d
|
move debug_serialize to garage_util::encode
|
2023-01-03 15:29:29 +01:00 |
|
|
8d5505514f
|
Make it explicit when using nonversioned encoding
|
2023-01-03 15:27:36 +01:00 |
|
|
426d8784da
|
cleanup
|
2023-01-03 15:08:37 +01:00 |
|
|
cdb2a591e9
|
Refactor how things are migrated
|
2023-01-03 14:44:47 +01:00 |
|
|
939a6d67e8
|
Merge branch 'main' into internals-rework
|
2023-01-02 15:07:44 +01:00 |
|
|
6775569525
|
Bump everything to v0.8.1
|
2023-01-02 14:15:33 +01:00 |
|
|
13c8662126
|
factorize
|
2022-12-14 16:16:55 +01:00 |
|
|
510b620108
|
Get rid of background::spawn
|
2022-12-14 16:08:05 +01:00 |
|
|
dfc131850a
|
Simplified and more aggressive worker exit logic
|
2022-12-14 15:25:29 +01:00 |
|
|
d4af27f920
|
Add missing notify
|
2022-12-14 13:54:21 +01:00 |
|
|
d56c472712
|
Refactor background runner and get rid of job worker
|
2022-12-14 12:51:42 +01:00 |
|
|
2183518edc
|
Spawn all background workers in a separate step
|
2022-12-14 12:28:07 +01:00 |
|
|
83c8467e23
|
Proper queueing for delayed inserts, now backed to disk
|
2022-12-14 11:58:06 +01:00 |
|
|
f8e528c15d
|
Small refactor of tables internals
|
2022-12-14 10:48:49 +01:00 |
|
|
041b60ed1d
|
Add block.rc_size, table.size and table.merkle_tree_size metrics
|
2022-12-13 15:54:03 +01:00 |
|
|
d6040e32a6
|
cli: prettier table in garage stats
|
2022-12-13 15:43:22 +01:00 |
|
|
687660b27f
|
Implement block list-errors and block info
|
2022-12-13 14:23:45 +01:00 |
|
|
de9d6cddf7
|
Prettier worker list table; remove useless CLI log messages
|
2022-12-12 17:17:05 +01:00 |
|
|
280d1be7b1
|
Refactor health check and add ability to return it in json
|
2022-12-05 15:28:57 +01:00 |
|
|
2065f011ca
|
Implement /health admin API endpoint to check node health
|
2022-12-05 14:59:15 +01:00 |
|
|
ad917ffd3f
|
Fix instant substractions that might have panicked
|
2022-09-29 15:53:54 +02:00 |
|
|
357b72f4ff
|
Merge branch 'main' into configurable-timeouts
|
2022-09-20 15:19:58 +02:00 |
|
|
1f7b050b7d
|
Change a warn! into a debug!
|
2022-09-20 11:49:48 +02:00 |
|
|
56592e1853
|
RPC performance changes
- configurable ping timeout
- single, much higher, configurable RPC timeout
- no more concurrency semaphore
|
2022-09-19 20:31:00 +02:00 |
|
|
44733474bb
|
Remove/change println! in server code (fix #358)
|
2022-09-13 16:01:55 +02:00 |
|
|
7f54706b95
|
Merge branch 'lx-perf-improvements' into netapp-stream-body
|
2022-09-08 15:50:56 +02:00 |
|
|
48ffaaadfc
|
Bump versions to 0.8.0 (compatibility is broken already)
|
2022-09-06 16:47:56 +02:00 |
|
|
df094bd807
|
Less strict timeouts
|
2022-09-01 16:30:44 +02:00 |
|
|
8e7e680afe
|
First adaptation to WIP netapp with streaming body
|
2022-07-29 12:25:02 +02:00 |
|