Update seed fixture to latest heartwood commit
modified scripts/create-seed-fixture
@@ -40,7 +40,7 @@ export RAD_HOME=$PALM_RAD_HOME
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified scripts/run-httpd-with-fixtures
@@ -1,7 +1,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/lib/api.ts
@@ -11,7 +11,7 @@ export class Request {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -89,7 +89,7 @@ export class Request {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/lib/project.ts
@@ -77,7 +77,7 @@ export interface Person {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/lib/utils.ts
@@ -107,7 +107,7 @@ export function formatRepositoryId(id: string): string {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/views/projects/PeerSelector.svelte
@@ -94,7 +94,10 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/e2e/hashRouter.spec.ts
@@ -94,7 +94,9 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/e2e/historyRouter.spec.ts
@@ -90,7 +90,9 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/e2e/project.spec.ts
@@ -256,16 +256,17 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -320,9 +321,11 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -341,7 +344,7 @@ test("only one modal can be open at a time", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -358,7 +361,7 @@ test("only one modal can be open at a time", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/project/commit.spec.ts
@@ -5,12 +5,14 @@ import {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/project/commits.spec.ts
@@ -13,9 +13,11 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -61,9 +63,11 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -104,9 +108,11 @@ test("relative timestamps", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/fixtures/seeds/palm.tar.bz2
modified tests/support/fixtures.ts
@@ -170,10 +170,12 @@ export function appConfigWithFixture() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
modified tests/support/globalSetup.ts
@@ -16,7 +16,7 @@ async function assertHttpApiRunning(): Promise<void> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/visual/project.spec.ts
@@ -21,9 +21,12 @@ test("commits page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -40,7 +43,9 @@ test("commit page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|