From b97d2fc676597c68b66b0ccfcfa7755f20067bba Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 16 Apr 2026 18:06:16 +0000 Subject: [PATCH 1/3] docs(flaky-tests): document quarantine status icons on repositories overview The repositories overview now shows Shield (quarantining on, auto-quarantine off) and ShieldCheck (auto-quarantine enabled) icons next to repo names. Adds the full repositories overview section with column reference and icon legend. Source: trunk-io/trunk2#3538 Co-Authored-By: Claude Opus 4.6 --- flaky-tests/dashboard.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/flaky-tests/dashboard.md b/flaky-tests/dashboard.md index 081a3387..00ce7ebc 100644 --- a/flaky-tests/dashboard.md +++ b/flaky-tests/dashboard.md @@ -8,6 +8,30 @@ description: >- Trunk Flaky Tests detects flaky tests by analyzing test results. The health of your tests is displayed in the Flaky Tests dashboard. +### Repositories overview + +When you navigate to `//flaky-tests`, you land on a repositories overview showing all monitored repositories at a glance. + +Each repository row displays: + +| Column | Description | +|--------|-------------| +| **Tests** | Total tracked test cases in the repository (60-day window) | +| **Flaky** | Number of currently flaky test cases, with a 10-day trend sparkline | +| **Broken** | Number of currently broken test cases, with a 10-day trend sparkline | +| **Runs / Day** | Bar chart of test run volume over the last 10 days, with per-day hover tooltips | + +A quarantine status icon appears next to each repository name when quarantining is configured: + +| Icon | Meaning | +|------|---------| +| Shield | Quarantining is enabled for this repository; auto-quarantine is off | +| Shield with checkmark | Auto-quarantine is enabled — flaky tests are quarantined automatically | + +Active repositories (with test data in the last 30 days) appear at the top of the list. Repositories with no recent data are collapsed under an **Inactive Repositories** section that you can expand to view. + +Selecting a repository opens its detailed dashboard. If your organization has no repositories connected yet, the page redirects to onboarding. See [Quarantining](quarantining.md) to learn how to configure quarantine settings. + ### Key repository metrics

Key repo metrics

From e2677b38cbbb53c568c59718cbb43ad658943216 Mon Sep 17 00:00:00 2001 From: Sam Gutentag <1404219+samgutentag@users.noreply.github.com> Date: Wed, 6 May 2026 10:54:29 -0700 Subject: [PATCH 2/3] Update flaky-tests/dashboard.md Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> --- flaky-tests/dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flaky-tests/dashboard.md b/flaky-tests/dashboard.md index 00ce7ebc..9f621bc9 100644 --- a/flaky-tests/dashboard.md +++ b/flaky-tests/dashboard.md @@ -19,7 +19,7 @@ Each repository row displays: | **Tests** | Total tracked test cases in the repository (60-day window) | | **Flaky** | Number of currently flaky test cases, with a 10-day trend sparkline | | **Broken** | Number of currently broken test cases, with a 10-day trend sparkline | -| **Runs / Day** | Bar chart of test run volume over the last 10 days, with per-day hover tooltips | +| **Runs / Day** | Bar chart of test run volume over the last 10 days, with per-day tooltips | A quarantine status icon appears next to each repository name when quarantining is configured: From 64f3a69064b1c5d178649c17155b96b3f18d6bd1 Mon Sep 17 00:00:00 2001 From: Sam Gutentag <1404219+samgutentag@users.noreply.github.com> Date: Wed, 6 May 2026 10:54:43 -0700 Subject: [PATCH 3/3] Update flaky-tests/dashboard.md Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> --- flaky-tests/dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flaky-tests/dashboard.md b/flaky-tests/dashboard.md index 9f621bc9..dece95fb 100644 --- a/flaky-tests/dashboard.md +++ b/flaky-tests/dashboard.md @@ -25,7 +25,7 @@ A quarantine status icon appears next to each repository name when quarantining | Icon | Meaning | |------|---------| -| Shield | Quarantining is enabled for this repository; auto-quarantine is off | +| Shield | Quarantining is enabled for this repository — auto-quarantine is off | | Shield with checkmark | Auto-quarantine is enabled — flaky tests are quarantined automatically | Active repositories (with test data in the last 30 days) appear at the top of the list. Repositories with no recent data are collapsed under an **Inactive Repositories** section that you can expand to view.