Page MenuHomePhabricator

Remove "Application" field from ConduitSearchEngine
ClosedPublic

Authored by jcox on Sep 27 2016, 5:53 PM.
Tags
None
Referenced Files
F14004815: D16602.id39971.diff
Sun, Oct 27, 3:08 AM
F14001389: D16602.diff
Fri, Oct 25, 7:17 AM
F13985764: D16602.id39972.diff
Sun, Oct 20, 10:46 PM
F13984103: D16602.diff
Sun, Oct 20, 11:00 AM
F13981904: D16602.id.diff
Oct 19 2024, 7:51 PM
F13969672: D16602.id39972.diff
Oct 17 2024, 3:38 AM
Unknown Object (File)
Oct 13 2024, 8:50 PM
Unknown Object (File)
Oct 4 2024, 7:21 AM

Details

Summary

Fixes T9063. Removes the "Application" field from the search because it was largely redundant with the 'Name Contains' field.

Test Plan

Went to /conduit/query/modern/, clicked on Edit Query and noted that there is no "Application" field anymore. The 'Name Contains' field still works however.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jcox retitled this revision from to Remove "Application" field from ConduitSearchEngine.
jcox updated this object.
jcox edited the test plan for this revision. (Show Details)
epriestley added a reviewer: epriestley.

Nice. Let's get rid of the withApplicationNames() method completely? I don't see any other callers...

This revision now requires changes to proceed.Sep 27 2016, 5:56 PM
jcox edited edge metadata.

DELETE MOARRR CODE

src/applications/conduit/query/PhabricatorConduitMethodQuery.php
83–84

!!!

epriestley edited edge metadata.

With that last bit, I think that's everything. Thanks!

This revision is now accepted and ready to land.Sep 27 2016, 5:59 PM
jcox edited edge metadata.

removed another vestige of application names

This revision was automatically updated to reflect the committed changes.