Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Update heartwood release to 1.0.0
Sebastian Martinez committed 1 year ago
commit 9bdfba11d100c037164cffc6d46defae3b10cc28
parent 948605c
4 files changed +9 -9
modified flake.lock
@@ -64,16 +64,16 @@
        "rust-overlay": "rust-overlay"
      },
      "locked": {
-
        "lastModified": 1724421599,
-
        "narHash": "sha256-TsM4z5ga0lH/ommyag8u7t5LiCMjz305ejUK4Dds0Lk=",
-
        "ref": "refs/namespaces/z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT/refs/tags/v1.0.0-rc.16",
-
        "rev": "b2c3cfd2c58cc6f16fbd1782f3c8349dbecffcd5",
-
        "revCount": 2088,
+
        "lastModified": 1725360130,
+
        "narHash": "sha256-sb0GroWfZWC9YCGby88eiPnhFCdDA9EUhVpoyuAA+Mk=",
+
        "ref": "refs/namespaces/z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT/refs/tags/v1.0.0",
+
        "rev": "4218896764901bebeaeac6b7c1eaa2e798320cb1",
+
        "revCount": 2100,
        "type": "git",
        "url": "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git"
      },
      "original": {
-
        "ref": "refs/namespaces/z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT/refs/tags/v1.0.0-rc.16",
+
        "ref": "refs/namespaces/z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT/refs/tags/v1.0.0",
        "type": "git",
        "url": "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git"
      }
modified flake.nix
@@ -4,7 +4,7 @@
    nixpkgs.follows = "heartwood/nixpkgs";
    flake-utils.follows = "heartwood/flake-utils";
    heartwood = {
-
      url = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?ref=refs/namespaces/z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT/refs/tags/v1.0.0-rc.16";
+
      url = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?ref=refs/namespaces/z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT/refs/tags/v1.0.0";
    };
  };

modified tests/e2e/node.spec.ts
@@ -22,7 +22,7 @@ test("node metadata", async ({ page, peerManager }) => {
  await page.goto(peer.uiUrl());

  await expect(page.getByText(shortNodeRemote).first()).toBeVisible();
-
  await expect(page.getByText("/radicle:1.0.0-rc.16/")).toBeVisible();
+
  await expect(page.getByText("/radicle:1.0.0/")).toBeVisible();
});

test("node repos", async ({ page }) => {
modified tests/support/heartwood-release
@@ -1 +1 @@
-
1.0.0-rc.16

\ No newline at end of file
+
1.0.0

\ No newline at end of file