1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 17:32:41 +01:00
phorge-phorge/src/applications/diffusion/query
epriestley a476e5c08d Include symbols in main typeahead
Summary:
  - Include symbols in main typeahead results.
  - Simplify the symbol query a bit and extend PhabricatorOffsetPagedQuery. There was some stuff around language ranking that I got rid of, I think the theory there was that mapping file extensions to languages might not work in general but I think it works fine in practice, and we have more config stuff now around guessing languages and getting the mappings right.
  - Make it easier to debug the typeahead by showing the results in page format for non-ajax requests.
  - When we have too many results, show only the top few of each type.

Depends on D3116, D3117

Test Plan: Used typeahead, got symbols in results. Hit endpoint with non-ajax, got useful debug view.

Reviewers: btrahan, vrana

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T1569

Differential Revision: https://secure.phabricator.com/D3118
2012-08-01 12:36:47 -07:00
..
branch Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
browse Don't fail in Diffusion if .gitmodules is missing 2012-07-05 06:12:35 -07:00
committags Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
contains Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
diff Fix typo in comment 2012-07-26 13:45:48 -07:00
filecontent Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
history Fix some mercurial edge cases 2012-07-10 10:36:33 -07:00
lastmodified Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
mergedcommits Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
parents Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
pathchange Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
pathid Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
rawdiff Allow specifying against commit in DiffusionRawDiffQuery 2012-07-26 15:13:03 -07:00
renamehistory Support Git renames in the middle of path 2012-06-07 12:00:44 -07:00
taglist Don't throw an exception if the author of a tag can't be found 2012-06-11 16:53:52 -07:00
DiffusionPathQuery.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
DiffusionQuery.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
DiffusionSymbolQuery.php Include symbols in main typeahead 2012-08-01 12:36:47 -07:00