1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-02 19:52:44 +01:00
phorge-phorge/src/applications/harbormaster/query
epriestley 7ad4c9c056 Replace Harbormaster "BuildItem" with Lint/Unit messages
Summary:
Ref T8095.

Harbormaster has a `BuildItem` class, but it has no table and is unused. This was an earlier idea about representing lint/unit results and some other possible types of messages, but I think we want to be more specific than this.

Remove `BuildItem` and add `Lint` and `Unit` storage. These tables roughly parallel how we store lint/unit messages today, with some guesses about how where they'll go in the future.

Test Plan: Ran `bin/storage upgrade` and got a clean adjust out of it.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: hach-que, epriestley

Maniphest Tasks: T8095

Differential Revision: https://secure.phabricator.com/D13329
2015-06-21 09:00:00 -07:00
..
HarbormasterBuildableQuery.php Make buildWhereClause() a method of AphrontCursorPagedPolicyAwareQuery 2015-04-20 10:06:09 -07:00
HarbormasterBuildableSearchEngine.php Policy - filter app engines where the user can't see the application from panel editing 2015-02-04 15:47:48 -08:00
HarbormasterBuildableTransactionQuery.php Remove @group annotations 2014-07-10 08:12:48 +10:00
HarbormasterBuildArtifactQuery.php Make buildWhereClause() a method of AphrontCursorPagedPolicyAwareQuery 2015-04-20 10:06:09 -07:00
HarbormasterBuildLogQuery.php Fix an undefined property on HarbormasterBuildLogQuery 2015-06-15 06:36:42 -07:00
HarbormasterBuildMessageQuery.php Make buildWhereClause() a method of AphrontCursorPagedPolicyAwareQuery 2015-04-20 10:06:09 -07:00
HarbormasterBuildPlanQuery.php Convert Harbormaster Build Plans to SearchField 2015-06-08 12:22:28 -07:00
HarbormasterBuildPlanSearchEngine.php Fix method visibilities 2015-06-09 07:17:44 +10:00
HarbormasterBuildPlanTransactionQuery.php Harbormaster v(-2) 2013-10-22 15:01:06 -07:00
HarbormasterBuildQuery.php Make buildWhereClause() a method of AphrontCursorPagedPolicyAwareQuery 2015-04-20 10:06:09 -07:00
HarbormasterBuildStepQuery.php Make buildWhereClause() a method of AphrontCursorPagedPolicyAwareQuery 2015-04-20 10:06:09 -07:00
HarbormasterBuildStepTransactionQuery.php Use ApplicationTransactions and CustomField to implement build steps 2014-03-25 16:08:40 -07:00
HarbormasterBuildTargetQuery.php Make buildWhereClause() a method of AphrontCursorPagedPolicyAwareQuery 2015-04-20 10:06:09 -07:00
HarbormasterBuildTransactionQuery.php Remove @group annotations 2014-07-10 08:12:48 +10:00