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/releeph/query
epriestley 9f41032693 Remove "cut point commit identifier" from Releeph
Summary: Ref T3656. Releeph denormalizes branch cut point identifiers into Branch objects, but this information isn't useful or used for sorting, filtering, or enforcing unique constraints. Instead, derive it via noramlized pathways from the `cutPointCommitPHID`.

Test Plan: Ran storage upgrade. Ran `releephwork.getbranch` and `releeph.getbranches`. Grepped for `cutPointCommitIdentifier`.

Reviewers: btrahan

Reviewed By: btrahan

CC: LegNeato, aran

Maniphest Tasks: T3656

Differential Revision: https://secure.phabricator.com/D6636
2013-08-14 09:01:38 -07:00
..
ReleephBranchQuery.php Remove "cut point commit identifier" from Releeph 2013-08-14 09:01:38 -07:00
ReleephProjectQuery.php Remove all reads of ReleephProject->repositoryID 2013-08-14 08:59:28 -07:00
ReleephProjectSearchEngine.php Use ApplicationSearch in Releeph project list 2013-07-21 08:44:53 -07:00
ReleephRequestQuery.php Use application handle infrastructure for Releeph Requests and Releeph Projects 2013-07-22 12:17:30 -07:00
ReleephRequestTransactionQuery.php Use application PHIDs for application transactions 2013-07-29 12:04:15 -07:00