1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 01:12:41 +01:00
phorge-phorge/webroot/rsrc
epriestley 23e68ee8cb Use ApplicationSearch in ReleephBranchView
Summary:
Ref T3721. Releeph currently attempts to implement a flexible, field-driven search for branches, but it's building all of its own infrastructure and it ends up heading down some weird paths. In particular, it loads **every** request and then makes calls into fields to filter them. It also tries to be very very general, which isn't really necessary (for example, I think it's reasonable for us to assume that we won't let you disable the "requestor" field).

ApplicationSearch and CustomField provide more scalable approaches to this problem; move search on top of them. The query still ends up doing some filtering in-process, but it's now far more limited in scope and can be denormalized later.

Test Plan: {F54304}

Reviewers: btrahan

Reviewed By: btrahan

CC: chad, aran

Maniphest Tasks: T3721

Differential Revision: https://secure.phabricator.com/D6758
2013-08-14 15:38:52 -07:00
..
css Use ApplicationSearch in ReleephBranchView 2013-08-14 15:38:52 -07:00
externals Use ApplicationPHIDs to power object name typehaead results 2013-07-29 12:04:17 -07:00
image Jira, TwitchTV login icons 2013-08-11 11:00:38 -07:00
js Better JS for Differential File Collapsing Undo 2013-08-13 16:14:26 -07:00
swf Make Notifications Realtime 2012-06-11 17:51:12 -07:00