1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-02 11:42:42 +01:00
phorge-phorge/src/applications/harbormaster/storage/build
epriestley 578de333df Make the new Build Plan behavior "Restartable" work
Summary:
Ref T13258. Implements the "Restartable" behavior, to control whether a build may be restarted or not.

This is fairly straightforward because there are already other existing reasons that a build may not be able to be restarted.

Test Plan: Restarted a build. Marked it as not restartable, saw "Restart" action become disabled. Tried to restart it anyway, got a useful error message.

Reviewers: amckinley

Reviewed By: amckinley

Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam

Maniphest Tasks: T13258

Differential Revision: https://secure.phabricator.com/D20230
2019-03-06 06:25:54 -08:00
..
HarbormasterBuild.php Make the new Build Plan behavior "Restartable" work 2019-03-06 06:25:54 -08:00
HarbormasterBuildArtifact.php Make Harbormaster objects destructible 2018-03-29 13:01:14 -07:00
HarbormasterBuildLintMessage.php Allow lint codes to be up to 128 bytes long 2015-09-25 10:42:57 -07:00
HarbormasterBuildLog.php Count lines in build log slices more cheaply 2018-07-30 08:25:17 -07:00
HarbormasterBuildLogChunk.php When showing a small piece of a Harbormaster build log, load a small piece of data instead of the entire log 2018-02-28 12:32:26 -08:00
HarbormasterBuildLogChunkIterator.php Add a "filePHID" to HarbormasterBuildLog and copy logs into Files during finalization 2018-02-26 17:52:39 -08:00
HarbormasterBuildTarget.php Add support for "harbormaster.target.search" 2018-11-28 13:49:27 -08:00
HarbormasterBuildUnitMessage.php Allow unit tests to have arbitrarily long names (>255 characters) 2019-02-19 11:21:42 -08:00