Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update heartwood
Thomas Scholtes committed 2 years ago
commit fe394754034d4ed7129550e243ef288b57bfe486
parent 90cfaca9befd284359bd324818fbc5a6b626b759
3 files changed +4 -5
modified scripts/install-binaries
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

-
BINARIES=(rad radicle-node radicle-httpd git-remote-rad)
+
BINARIES=(rad rad-web radicle-node radicle-httpd git-remote-rad)
REPO_ROOT=$(git rev-parse --show-toplevel)
REV=$(cat "$REPO_ROOT/tests/support/heartwood-version")
BINARY_PATH=$REPO_ROOT/tests/tmp/bin/${REV:0:7}
modified tests/support/fixtures.ts
@@ -174,8 +174,7 @@ export const test = base.extend<{
      .locator('input[name="port"]')
      .fill(peer.httpdBaseUrl.port.toString());
    await page.locator('input[name="port"]').press("Enter");
-
    const { stdout } = await peer.rad([
-
      "web",
+
    const { stdout } = await peer.spawn("rad-web", [
      "--frontend",
      "http://localhost:3001",
      "--backend",
@@ -589,7 +588,7 @@ export async function createCobsFixture(peer: RadiclePeer) {
    { cwd: projectFolder },
  );
  await peer.rad(
-
    ["label", patchThree, "documentation"],
+
    ["patch", "label", patchThree, "--label", "documentation"],
    createOptions(projectFolder, 1),
  );
  await peer.rad(
modified tests/support/heartwood-version
@@ -1 +1 @@
-
79644941bdfd595456e3b66a7d6630fcac9c7699
+
1af9480b088c3eec800040a1bdcd09941a31bcf3