storage: Cross-platform implementation of locking
1 passed
1 failed
1 pending
(3 total)
View logs
modified crates/radicle-node/src/worker/fetch.rs
@@ -13,6 +13,7 @@ use radicle::identity::crefs::GetCanonicalRefs as _;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -28,7 +29,7 @@ use super::channels::ChannelsFlush;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -173,16 +174,16 @@ impl Handle {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle/Cargo.toml
@@ -11,7 +11,7 @@ rust-version.workspace = true
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -42,7 +42,7 @@ serde_json = { workspace = true, features = ["preserve_order"] }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/storage/git.rs
@@ -9,7 +9,6 @@ use std::sync::LazyLock;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -198,6 +197,33 @@ impl WriteStorage for Storage {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -213,23 +239,43 @@ impl Storage {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|