http: Update radicle crate to v0.13.0
16 files changed
+63
-61
a34056b2
→
82ca7c3e
modified config/default.json
@@ -1,7 +1,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified http-client/lib/repo/commit.ts
@@ -142,23 +142,23 @@ const diffChangesetSchema = object({
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -173,7 +173,7 @@ const diffCopiedWithModificationsChangesetSchema =
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/Cargo.lock
@@ -854,9 +854,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1129,9 +1129,9 @@ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1614,9 +1614,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1645,9 +1645,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1664,9 +1664,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1694,9 +1694,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1771,9 +1771,9 @@ checksum = "db20136bbc9ae63f3fec8e5a6c369f4902fac2244501b5dfc6d668e43475aaa4"
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1798,7 +1798,6 @@ dependencies = [
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle-httpd/Cargo.toml
@@ -24,7 +24,7 @@ path = "src/main.rs"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -32,7 +32,8 @@ hyper = { version = "1.0.1", default-features = false }
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -46,14 +47,11 @@ ureq = { version = "2.9", default-features = false, features = ["json"] }
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified radicle-httpd/build/build
@@ -66,6 +66,7 @@ main() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-httpd/src/api.rs
@@ -33,7 +33,7 @@ use crate::Options;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/json.rs
@@ -5,14 +5,12 @@ use std::path::Path;
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -139,8 +137,8 @@ pub(crate) fn patch(
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -191,10 +189,10 @@ fn merge(nid: &NodeId, merge: &Merge, aliases: &impl AliasStore) -> Value {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/repos.rs
@@ -1087,7 +1087,7 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1123,7 +1123,7 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1159,7 +1159,7 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1202,6 +1202,11 @@ mod routes {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1212,11 +1217,6 @@ mod routes {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -1504,7 +1504,7 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/test.rs
@@ -15,7 +15,7 @@ use radicle::cob::patch::MergeTarget;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -118,7 +118,7 @@ fn seed_with_signer<G: Signer>(dir: &Path, profile: radicle::Profile, signer: &G
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -126,7 +126,7 @@ fn seed_with_signer<G: Signer>(dir: &Path, profile: radicle::Profile, signer: &G
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -214,13 +214,13 @@ fn seed_with_signer<G: Signer>(dir: &Path, profile: radicle::Profile, signer: &G
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -294,13 +294,13 @@ fn seed_with_signer<G: Signer>(dir: &Path, profile: radicle::Profile, signer: &G
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/views/repos/Changeset.svelte
@@ -22,8 +22,8 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -109,7 +109,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -117,7 +117,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/views/repos/Changeset/FileDiff.svelte
@@ -28,7 +28,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/views/repos/Changeset/FileLocationChange.svelte
@@ -7,7 +7,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/node.spec.ts
@@ -22,7 +22,7 @@ test("node metadata", async ({ page, peerManager }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/support/fixtures.ts
@@ -282,6 +282,7 @@ export async function createCobsFixture(peer: RadiclePeer) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -301,6 +302,7 @@ export async function createCobsFixture(peer: RadiclePeer) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -318,6 +320,7 @@ export async function createCobsFixture(peer: RadiclePeer) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -376,6 +379,7 @@ export async function createCobsFixture(peer: RadiclePeer) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -389,6 +393,7 @@ export async function createCobsFixture(peer: RadiclePeer) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -414,6 +419,7 @@ export async function createCobsFixture(peer: RadiclePeer) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified tests/support/heartwood-release
@@ -1 +1 @@
| - | |
|
|
| + | |
|
modified tests/support/radicle-httpd-release
@@ -1 +1 @@
| - | |
|
|
| + | |
|