Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Update heartwood version and nix flake
Merged did:key:z6MkkfM3...sVz5 opened 2 years ago
5 files changed +11 -11 16e858bd 9c45fe45
modified flake.lock
@@ -88,17 +88,17 @@
        "nixpkgs": "nixpkgs"
      },
      "locked": {
-
        "lastModified": 1707134016,
-
        "narHash": "sha256-Cu8fHlircqH6qY9fN7Q5EWFgOZN1751BTKAKUI0AVQo=",
+
        "lastModified": 1708953793,
+
        "narHash": "sha256-DGgH8+ibr1WspyUeKeHaW87VzYHf9jzzjyFlOeT6ZoA=",
        "ref": "master",
-
        "rev": "5abd7bf55a093341231c8b71953777068eade0e2",
-
        "revCount": 1667,
+
        "rev": "a48081f2717f069d456ec09f31d9e639b232dbed",
+
        "revCount": 1712,
        "type": "git",
        "url": "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git"
      },
      "original": {
        "ref": "master",
-
        "rev": "5abd7bf55a093341231c8b71953777068eade0e2",
+
        "rev": "a48081f2717f069d456ec09f31d9e639b232dbed",
        "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=master&rev=5abd7bf55a093341231c8b71953777068eade0e2";
+
      url = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?ref=master&rev=a48081f2717f069d456ec09f31d9e639b232dbed";
    };
  };

@@ -73,7 +73,7 @@
          pname = "radicle-interface";
          version = "1.0.0";
          src = ./.;
-
          npmDepsHash = "sha256-qBWE4Rku9Uaz970ReDt6FjdLf+9ZckzuwWUQS1eKnDU=";
+
          npmDepsHash = "sha256-fh49kEDPLGu9weFpU+sOwvpayNpp7VCF6zzkty381A=";
          postPatch = ''
            patchShebangs --build ./scripts
            mkdir -p "public/twemoji"
modified httpd-client/tests/project.test.ts
@@ -98,7 +98,7 @@ describe("project", () => {
  test("#getIssueById(id, issueId)", async () => {
    await api.project.getIssueById(
      cobRid,
-
      "33bd00a8dd440f89c3334c3fddb3fe217be935c6",
+
      "d481fe6e562dd78129589d4738f171a8380fcb19",
    );
  });

@@ -210,7 +210,7 @@ describe("project", () => {
  test("#getPatchById(id, patchId)", async () => {
    await api.project.getPatchById(
      cobRid,
-
      "59aa91a1d63a3a1d05292abe6292356a34ea1480",
+
      "59a0821edc73630bce540596cffc7854da557365",
    );
  });

modified tests/e2e/project/patch.spec.ts
@@ -59,7 +59,7 @@ test("navigate through revision diffs", async ({ page }) => {
    .click();

  const firstRevision = page.locator(".revision").first();
-
  const firstRevisionId = "59aa91a";
+
  const firstRevisionId = "59a0821";
  const secondRevision = page.locator(".revision").nth(1);

  // Second revision
modified tests/support/heartwood-version
@@ -1 +1 @@
-
5abd7bf55a093341231c8b71953777068eade0e2

\ No newline at end of file
+
a48081f2717f069d456ec09f31d9e639b232dbed