1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-03 20:22:46 +01:00
phorge-phorge/src/applications/harbormaster/storage
J Rhodes e7e585820b Prevent an error when the Drydock lease artifact does not exist
Summary: If a host artifact exists in a Harbormaster build, where the Drydock lease no longer exists, then an error will be raised because of the attempt to access an undefined index.  This changes the code to use `idx()` so that it correctly returns null instead.

Test Plan: Tested in production.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: joshuaspence, Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D13074
2015-06-01 00:39:57 +10:00
..
build Prevent an error when the Drydock lease artifact does not exist 2015-06-01 00:39:57 +10:00
configuration Make Harbormaster build plan datasource more browsable 2015-04-17 11:06:58 -07:00
HarbormasterBuildable.php Use __CLASS__ instead of hard-coding class names 2015-05-14 07:21:13 +10:00
HarbormasterBuildableTransaction.php Rename PHIDType classes 2014-07-24 08:05:46 +10:00
HarbormasterBuildCommand.php Fix visiblity of LiskDAO::getConfiguration() 2015-01-14 06:54:13 +11:00
HarbormasterBuildMessage.php Fix visiblity of LiskDAO::getConfiguration() 2015-01-14 06:54:13 +11:00
HarbormasterBuildTransaction.php Rename PHIDType classes 2014-07-24 08:05:46 +10:00
HarbormasterDAO.php Delete license headers from files 2012-11-05 11:16:51 -08:00
HarbormasterObject.php Fix visiblity of LiskDAO::getConfiguration() 2015-01-14 06:54:13 +11:00
HarbormasterSchemaSpec.php Make Currency a more formal type 2014-10-06 10:26:48 -07:00
HarbormasterScratchTable.php Allow columns to be marked as nonmutable (so save() will not change them) 2015-02-19 10:37:17 -08:00