modified Cargo.lock
@@ -913,9 +913,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -924,8 +924,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -933,8 +934,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -942,8 +944,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -963,9 +966,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1934,8 +1937,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -2031,12 +2035,14 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified Cargo.toml
@@ -27,11 +27,3 @@ default-members = [
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
modified radicle-cli/examples/rad-issue.md
@@ -11,7 +11,7 @@ The issue is now listed under our project.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -22,20 +22,20 @@ others to work on. This is to ensure work is not duplicated.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -44,8 +44,8 @@ But wait! We've found an important detail about the car's power requirements.
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
modified radicle-cli/examples/rad-patch.md
@@ -45,7 +45,7 @@ No description provided.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -55,16 +55,16 @@ $ rad patch
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -93,26 +93,26 @@ $ git commit --message "Add README, just for the fun"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
modified radicle-cob/Cargo.toml
@@ -14,8 +14,8 @@ keywords = ["radicle", "collaborative objects", "cob", "cobs"]
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -24,7 +24,7 @@ serde_json = { version = "1.0" }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -44,7 +44,7 @@ features = ["derive"]
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crypto/Cargo.toml
@@ -29,7 +29,7 @@ default-features = false
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/Cargo.toml
@@ -24,6 +24,7 @@ fastrand = { version = "1.7.0" }
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -38,11 +39,6 @@ tracing-subscriber = { version = "0.3", default-features = false, features = ["s
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle-httpd/src/api/json.rs
@@ -1,6 +1,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -46,14 +47,22 @@ pub(crate) fn session(session_id: String, session: &Session) -> Value {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -85,9 +94,9 @@ pub(crate) fn issue(id: IssueId, issue: Issue) -> Value {
|
|
|
|
|
|
| - | |
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/test.rs
@@ -22,6 +22,8 @@ use crate::api::{auth, Context};
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/projects.rs
@@ -423,11 +423,14 @@ async fn issue_create_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -546,7 +549,9 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -635,7 +640,8 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -685,7 +691,8 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -759,7 +766,8 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -996,7 +1004,7 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1044,19 +1052,21 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1098,7 +1108,7 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1109,14 +1119,14 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1168,7 +1178,7 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1179,14 +1189,14 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1233,7 +1243,7 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1255,7 +1265,7 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1264,7 +1274,7 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/Cargo.toml
@@ -18,7 +18,7 @@ colored = { version = "1.9.0" }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/Cargo.toml
@@ -31,7 +31,7 @@ tempfile = { version = "3.3.0" }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/issue.rs
@@ -260,6 +260,11 @@ pub struct IssueMut<'a, 'g> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|