1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/harbormaster/storage/build
James Rhodes 79ef667dfd Render build status on revisions and commits
Summary:
This uses an event listener to render the status of builds on their buildables.  The revision and commit view now renders out the status of each of the builds.

Currently the revision controller has the results for the latest diff rendered out.  We might want to show the status of previous diffs in the future, but for now I think the latest diff should do fine.

There's also a number of bug fixes in this diff, including a particularly nasty one where builds would have a build plan PHID generated for them, which resulted in handle lookups always returning invalid objects.

Test Plan: Ran builds against diffs and commits, saw them appear on the revision and commit view controllers.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Maniphest Tasks: T1049

Differential Revision: https://secure.phabricator.com/D7544
2013-11-09 15:04:00 -08:00
..
HarbormasterBuild.php Render build status on revisions and commits 2013-11-09 15:04:00 -08:00
HarbormasterBuildArtifact.php Harbormaster v(-2) 2013-10-22 15:01:06 -07:00
HarbormasterBuildItem.php Harbormaster v(-2) 2013-10-22 15:01:06 -07:00
HarbormasterBuildLog.php Add a "Make an HTTP Request" build step 2013-11-09 07:16:12 -08:00
HarbormasterBuildTarget.php Harbormaster v(-2) 2013-10-22 15:01:06 -07:00