modified radicle-cli/src/commands/init.rs
@@ -9,6 +9,7 @@ use serde_json as json;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -172,6 +173,7 @@ pub fn init(options: Options, profile: &profile::Profile) -> anyhow::Result<()>
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -222,6 +224,7 @@ pub fn init(options: Options, profile: &profile::Profile) -> anyhow::Result<()>
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/ls.rs
@@ -1,7 +1,5 @@
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -53,26 +51,8 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/delegates.rs
@@ -37,7 +37,7 @@ async fn delegates_projects_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/projects.rs
@@ -81,7 +81,7 @@ async fn project_root_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/stats.rs
@@ -2,6 +2,7 @@ use axum::extract::State;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -17,7 +18,7 @@ pub fn router(ctx: Context) -> Router {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/test.rs
@@ -16,6 +16,7 @@ use radicle::crypto::ssh::keystore::MemorySigner;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -175,8 +176,17 @@ fn seed_with_signer<G: Signer>(dir: &Path, profile: radicle::Profile, signer: &G
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/service.rs
@@ -20,6 +20,7 @@ use localtime::{LocalDuration, LocalTime};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -109,9 +110,13 @@ pub enum Error {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -590,7 +595,8 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -716,6 +722,21 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1266,8 +1287,9 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -1293,7 +1315,13 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/environment.rs
@@ -17,7 +17,7 @@ use radicle::crypto::test::signer::MockSigner;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -402,6 +402,7 @@ impl<G: cyphernet::Ecdh<Pk = NodeId> + Signer + Clone> Node<G> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-node/src/test/peer.rs
@@ -6,6 +6,7 @@ use std::str::FromStr;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -132,6 +133,7 @@ impl<G: Signer> Peer<Storage, G> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-node/src/tests.rs
@@ -8,6 +8,7 @@ use std::time;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1282,6 +1283,7 @@ fn test_push_and_pull() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-node/src/worker.rs
@@ -11,7 +11,7 @@ use crossbeam_channel as chan;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -66,6 +66,12 @@ pub enum UploadError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -309,6 +315,13 @@ impl Worker {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-tools/src/rad-init.rs
@@ -1,6 +1,6 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -13,6 +13,7 @@ fn main() -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/identity.rs
@@ -15,7 +15,7 @@ use crate::storage::{refs, ReadRepository, RemoteId};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -164,6 +164,7 @@ impl Identity<Untrusted> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/identity/doc.rs
@@ -135,6 +135,26 @@ impl Deref for DocAt {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -145,12 +165,25 @@ pub struct Doc<V> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -327,17 +360,23 @@ impl Doc<Verified> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -345,6 +384,7 @@ impl Doc<Unverified> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -377,6 +417,7 @@ impl Doc<Unverified> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -424,6 +465,7 @@ mod test {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -470,6 +512,7 @@ mod test {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -484,4 +527,28 @@ mod test {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
modified radicle/src/node/tracking/schema.sql
@@ -22,7 +22,6 @@ create table if not exists "repo-policies" (
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle/src/rad.rs
@@ -9,7 +9,7 @@ use thiserror::Error;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -54,6 +54,7 @@ pub fn init<G: Signer, S: WriteStorage>(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -73,7 +74,7 @@ pub fn init<G: Signer, S: WriteStorage>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -388,6 +389,7 @@ mod tests {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -442,6 +444,7 @@ mod tests {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -477,6 +480,7 @@ mod tests {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -303,6 +303,7 @@ pub trait ReadStorage {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -105,7 +105,13 @@ impl ReadStorage for Storage {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -143,7 +149,7 @@ impl Storage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -159,28 +165,45 @@ impl Storage {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/test/arbitrary.rs
@@ -10,6 +10,7 @@ use nonempty::NonEmpty;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -115,12 +116,25 @@ impl Arbitrary for Project {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -134,7 +148,8 @@ impl Arbitrary for Doc<Verified> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/test/fixtures.rs
@@ -2,6 +2,7 @@ use std::path::Path;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -25,7 +26,15 @@ pub fn storage<P: AsRef<Path>, G: Signer>(path: P, signer: &G) -> Result<Storage
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -45,6 +54,7 @@ pub fn project<P: AsRef<Path>, G: Signer>(
|
|
|
|
|
|
| + | |
|
|
|
|
|