Page MenuHomePhabricator

Remove "Application" field from ConduitSearchEngine
ClosedPublic

Authored by jcox on Sep 27 2016, 5:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 23 2025, 9:28 PM
Unknown Object (File)
May 18 2025, 3:26 AM
Unknown Object (File)
May 10 2025, 7:08 AM
Unknown Object (File)
May 7 2025, 6:27 PM
Unknown Object (File)
Apr 22 2025, 9:06 AM
Unknown Object (File)
Apr 15 2025, 10:10 PM
Unknown Object (File)
Apr 12 2025, 12:12 PM
Unknown Object (File)
Apr 11 2025, 11:32 PM

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
Branch
RemoveAppType
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 13859
Build 17929: Run Core Tests
Build 17928: arc lint + arc unit

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
84–93

!!!

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.