Page MenuHomePhabricator

Show unit and lint status messages at each diff
Closed, ResolvedPublic

Description

Currently there is no way to view unit and lint status messages at each diff.

Event Timeline

hach-que assigned this task to epriestley.
hach-que raised the priority of this task from to Needs Triage.
hach-que updated the task description. (Show Details)
hach-que added a project: Differential.
hach-que added a subscriber: hach-que.

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.

epriestley triaged this task as Normal priority.Jun 14 2015, 3:56 PM