httpd: Add support for submodules
Add submodule as a kind in the tree_handler
5 files changed
+17
-7
7ddb1119
→
088549a3
modified Cargo.lock
@@ -2566,9 +2566,9 @@ checksum = "db20136bbc9ae63f3fec8e5a6c369f4902fac2244501b5dfc6d668e43475aaa4"
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2581,6 +2581,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -3642,6 +3643,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cli/Cargo.toml
@@ -21,7 +21,7 @@ nonempty = { version = "0.9.0" }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/Cargo.toml
@@ -27,7 +27,7 @@ hyper = { version = "1.0.1", default-features = false }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/json.rs
@@ -18,7 +18,7 @@ use radicle::node::{Alias, AliasStore};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -82,8 +82,13 @@ pub(crate) fn tree(tree: &Tree, path: &str, stats: &Stats) -> Value {
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/projects.rs
@@ -1669,11 +1669,13 @@ mod routes {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1698,8 +1700,8 @@ mod routes {
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
@@ -1715,6 +1717,7 @@ mod routes {
|
|
|
|
|
|
| + | |
|
|
|
|
|