docs(changelog): independent Result and Quarantined filters on run history#141
Conversation
|
Verification status (2026-05-28): Verified: customers can use this. Ready to publish.
Suggested next action: confirm the publish date, then mark ready for review. |
|
Code verification (2026-05-28): 2 confirmed / 0 contradicted / 0 ambiguous / 0 unverifiable
Both segmented-control value sets match source exactly (same labels, same order). No contradictions. The source file path also confirms the feature lives on the test detail page's run history ( Source #1 — Result filter values (confirmed)File: const RESULT_OPTIONS: { value: string; label: string }[] = [
{ value: "all", label: "All" },
{ value: "pass", label: "Pass" },
{ value: "fail", label: "Fail" },
];Reasoning: The Source #2 — Quarantined filter values (confirmed)File: const QUARANTINED_OPTIONS: { value: QuarantinedFilter; label: string }[] = [
{ value: "include", label: "Include" },
{ value: "exclude", label: "Exclude" },
{ value: "only", label: "Only" },
];Reasoning: The |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
…story Wire the Flaky Tests run-history filter split into all four sites: - changelog/2026-05-07-flaky-tests-run-history-filters.mdx (entry) - docs.json nav (2026 group) - changelog/index.mdx (master index, May 2026) - flaky-tests/changelog.mdx (product index, May 2026) Source: trunk-io/trunk2#3906 (TRUNK-18225). Publish date is the Linear ticket creation date as a ship-time proxy — confirm before publishing. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2547a31 to
eaf09a8
Compare
Changelog entry for the Flaky Tests run-history filter split (TRUNK-18225).
What shipped: the run history tab on a test's detail page now has separate Result (All / Pass / Fail) and Quarantined (Include / Exclude / Only) segmented controls, instead of one combined picker. Source: trunk-io/trunk2#3906.
Wired into all 4 sites:
changelog/2026-05-07-flaky-tests-run-history-filters.mdxdocs.jsonnav (2026 group)changelog/index.mdx(master index)flaky-tests/changelog.mdx(product index)Date caveat: publish date is the Linear ticket creation date (2026-05-07) as a ship-time proxy — confirm before publishing.
Part of the changelog backlog sweep. Verification (
/verify-docs-pr,/verify-docs-against-code) results posted below.🤖 Generated with Claude Code