1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/harbormaster/phid
James Rhodes cad41ea294 Implement build simulation; convert Harbormaster to be purely dependency based
Summary:
Depends on D9806.  This implements the build simulator, which is used to calculate the order of build steps in the plan editor.  This includes a migration script to convert existing plans from sequential based to dependency based, and then drops the sequence column.

Because build plans are now dependency based, the grippable and re-order behaviour has been removed.

Test Plan: Tested the migration, saw the dependencies appear correctly.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9847
2014-07-31 11:39:49 +10:00
..
HarbormasterBuildablePHIDType.php Rename PHIDType classes 2014-07-24 08:05:46 +10:00
HarbormasterBuildItemPHIDType.php Rename PHIDType classes 2014-07-24 08:05:46 +10:00
HarbormasterBuildLogPHIDType.php Rename PHIDType classes 2014-07-24 08:05:46 +10:00
HarbormasterBuildPHIDType.php Rename PHIDType classes 2014-07-24 08:05:46 +10:00
HarbormasterBuildPlanPHIDType.php Rename PHIDType classes 2014-07-24 08:05:46 +10:00
HarbormasterBuildStepPHIDType.php Implement build simulation; convert Harbormaster to be purely dependency based 2014-07-31 11:39:49 +10:00
HarbormasterBuildTargetPHIDType.php Rename PHIDType classes 2014-07-24 08:05:46 +10:00