Currently there is no way to view unit and lint status messages at each diff.
Description
Description
Revisions and Commits
Revisions and Commits
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | epriestley | T8089 Unprototype Harbormaster (v1) | ||
Resolved | epriestley | T8097 Allow external systems to report results into Harbormaster | ||
Wontfix | chad | T7739 Redesign Lint/Unit properties | ||
Open | joshuaspence | T7045 Allow linters to be skipped | ||
Resolved | None | T8095 Let Harbormaster own Lint and Unit results | ||
Resolved | epriestley | T5138 Show unit and lint status messages at each diff |
Event Timeline
Comment Actions
Specifically, my intent here is to separate "Revision Fields" from "Diff Fields", and present the "Diff Fields" separately:
+-------------------------------+ | Revision Title | +---------------------+---------+ | Status: accepted | action1 | | Reviewer: alinconl | aciton2 | +---------------------+---------+ +-------------------------------+ | Diff Properties | +----------+----------+---------+ | Old Diff | New Diff | | +----------+----------+---------+ | Lint: yep | | Unit: nope | +-------------------------------+
This also resolves a mess on the standalone diff view. Fields like "Branch", "Lint" and "Unit" are properties of a diff, not of the revision.