From dad453e194be8dcbf54eb313b2cab6c63380a7e7 Mon Sep 17 00:00:00 2001 From: Sam Gutentag Date: Thu, 25 Jun 2026 11:54:22 -0700 Subject: [PATCH 1/2] docs(changelog): remove stray AI attribution line from entry body (entry-only; sidebar via weekly sweep) --- ...8-flaky-tests-monitor-history-swimlane.mdx | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 changelog/2026-06-08-flaky-tests-monitor-history-swimlane.mdx diff --git a/changelog/2026-06-08-flaky-tests-monitor-history-swimlane.mdx b/changelog/2026-06-08-flaky-tests-monitor-history-swimlane.mdx new file mode 100644 index 00000000..7a5971bc --- /dev/null +++ b/changelog/2026-06-08-flaky-tests-monitor-history-swimlane.mdx @@ -0,0 +1,22 @@ +--- +title: "Flaky Tests: Monitor History Swimlane" +description: "The Monitors tab on the test detail page now shows a swimlane visualization of each monitor's classification history over time." +date: 2026-06-08 +category: Flaky Tests +type: update +--- + +**The [Monitors tab](/flaky-tests/dashboard#test-case-details) on the test detail page now includes a swimlane timeline showing each monitor's classification history.** + +Each monitor gets its own row. The row renders a sequence of interval bars — colored by classification status (Flaky, Broken, Pass on Retry, or the monitor's label color for label monitors) — covering the past 30 days. Click any bar to highlight it and see its exact date range and classification in a tooltip. + +Additional controls make it easier to focus on what matters: + +- **Hide inactive monitors.** A toggle in the swimlane header hides rows with no events in the last 30 days and rows for disabled monitors. Toggle it back on to see the full history. +- **Label monitor colors.** Monitors configured to apply labels now render bars in the label's color, so you can distinguish label-applying monitors from status-changing ones at a glance. + +The swimlane sits above the monitors table on the Monitors tab, giving you a timeline-first view before drilling into per-monitor event counts. + +[Open any test case](https://app.trunk.io) and go to the **Monitors** tab to see the swimlane. + +*This feature is rolling out — contact [support@trunk.io](mailto:support@trunk.io) if you don't see it yet.* From 370888d2f73b65849c2fa6b1bee9a73a8a0d7be7 Mon Sep 17 00:00:00 2001 From: Sam Gutentag Date: Thu, 25 Jun 2026 13:50:31 -0700 Subject: [PATCH 2/2] docs(changelog): swimlane (entry-only; drop stale rolling-out caveat, flag is GA) --- changelog/2026-06-08-flaky-tests-monitor-history-swimlane.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/changelog/2026-06-08-flaky-tests-monitor-history-swimlane.mdx b/changelog/2026-06-08-flaky-tests-monitor-history-swimlane.mdx index 7a5971bc..133f370d 100644 --- a/changelog/2026-06-08-flaky-tests-monitor-history-swimlane.mdx +++ b/changelog/2026-06-08-flaky-tests-monitor-history-swimlane.mdx @@ -18,5 +18,3 @@ Additional controls make it easier to focus on what matters: The swimlane sits above the monitors table on the Monitors tab, giving you a timeline-first view before drilling into per-monitor event counts. [Open any test case](https://app.trunk.io) and go to the **Monitors** tab to see the swimlane. - -*This feature is rolling out — contact [support@trunk.io](mailto:support@trunk.io) if you don't see it yet.*