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/css
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
..
aphront Use ApplicationSearch in ReleephBranchView 2013-08-14 15:38:52 -07:00
application Implement ApplicationSearch in Flags 2013-08-13 16:27:26 -07:00
core Partially generalize Remarkup previews and add support to Differential 2013-08-05 10:46:39 -07:00
layout Update pinboard view styles, move to PHUI 2013-08-07 10:58:09 -07:00
phui Update pinboard view styles, move to PHUI 2013-08-07 10:58:09 -07:00
sprite-actions.css Add action icons to object list views 2013-05-10 12:57:01 -07:00
sprite-apps-large.css Navbar quick add icons... probably 2013-07-29 07:18:27 -07:00
sprite-apps-xlarge.css Added Feed icons. 2013-01-10 10:00:18 -08:00
sprite-apps.css Navbar quick add icons... probably 2013-07-29 07:18:27 -07:00
sprite-conpherence.css Conpherence - some cleanup type stuff 2013-03-13 13:03:51 -07:00
sprite-docs.css Document icons sprite sheet. 2013-03-10 14:16:16 -07:00
sprite-gradient.css PHUIList, PHUIDocument updates 2013-06-05 08:41:43 -07:00
sprite-icons.css Fix white + icon hover / apps create 2013-06-11 19:10:12 -07:00
sprite-login.css Jira, TwitchTV login icons 2013-08-11 11:00:38 -07:00
sprite-menu.css Mobile "quick create" icons. 2013-07-28 13:47:09 -07:00
sprite-minicons.css PhabricatorActionHeaderView v0 2013-04-05 07:40:27 -07:00
sprite-payments.css Payment sprite icons. 2013-04-22 16:41:00 -07:00
sprite-status.css Status Icons 2013-07-17 08:44:11 -07:00
sprite-tokens.css PHUIIconView 2013-04-19 17:44:20 -07:00