Fix commit listing, adding new commits to list instead of replacing
7 files changed
+37
-9
cbb6c557
→
7a5d4566
modified config/custom-environment-variables.json
@@ -11,6 +11,9 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified config/default.json
@@ -16,6 +16,9 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified module.d.ts
@@ -10,6 +10,9 @@ declare module "virtual:*" {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified playwright.config.ts
@@ -82,10 +82,19 @@ const config: PlaywrightTestConfig = {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/views/projects/History.svelte
@@ -9,7 +9,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -58,9 +58,9 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified src/views/projects/router.ts
@@ -29,7 +29,6 @@ import { handleError, unreachableError } from "@app/views/projects/error";
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -524,7 +523,7 @@ async function loadHistoryView(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/project/commits.spec.ts
@@ -87,6 +87,17 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|