docs(changelog): merge queue failure statuses and merge item IDs on test runs#147
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Verification status (2026-05-28): Verified: customers can use this. Ready to publish.
No action needed. Kept as draft pending Sam's review per the changelog workflow. |
|
Code verification (2026-05-28): 2 confirmed / 0 contradicted / 0 ambiguous / 0 unverifiable
Both claims map to real columns added by the migration in trunk2#3727. The entry is intentionally prose-only (no field names asserted), so there is nothing to correct. Source #1 — merge items the item is waiting on (confirmed)ALTER TABLE "merge_item_tests_passed_details" ADD COLUMN "waiting_for_merge_item_ids" TEXT[] DEFAULT ARRAY[]::TEXT[];Reasoning: The migration adds Source #2 — specific failure status on the test run (confirmed)ALTER TABLE "test_run" ADD COLUMN "failure_causing_statuses" TEXT[] DEFAULT ARRAY[]::TEXT[];Reasoning: The migration adds |
…est runs Documents the testing details API improvement: test-passed details now include the merge item IDs an item is waiting on, and failed test runs record a specific failure status instead of a generic "tests failed". Source eng PR: trunk-io/trunk2#3727 (merged 2026-04-28) Linear: TRUNK-18135 Date basis: trunk2#3727 mergedAt (2026-04-28). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2d0e1b6 to
d35586f
Compare
What shipped
The merge queue testing details API now reports which PRs a merge item is waiting on when tests pass, and records the specific failure status on the test run when tests fail — replacing a generic "tests failed" with precise failure attribution.
mergedAt= 2026-04-28Wired into all four sites
changelog/2026-04-28-merge-queue-failure-statuses-merge-item-ids.mdx(entry)docs.json— added to the Changelog 2026 group, newest-firstchangelog/index.mdx—<Update>block in the April 2026 sectionmerge-queue/changelog.mdx— same<Update>block in the April 2026 sectionDocs link target:
/merge-queue/reference/merge/get-details-about-testing-that-merge-queue-is-performing(the auto-generatedgetMergeQueueTestingDetailsendpoint page).🤖 Generated with Claude Code