1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-27 15:08:20 +01:00
phorge-phorge/src/applications/repository/storage
epriestley 254f606e89 Tie all the pieces for symbol cross-references together
Summary:
This makes symbol cross-references work in Differential. You need to do a little
legwork but I'll document that once the change has baked for a little while.

Basically:

  - Projects are annotated with indexed languages, and "shared library" projects
(for example, symbols in Phabricator should be searched for in Arcanist and
libphutil).
  - When we render a changeset, we check if its language is an indexed one. If
it is, we invoke the decorator Javascript.
  - The Javascript takes you to a lookup page, which either gives you a list of
matching symbols (if several match) or redirects you instantly to the
definition.

Test Plan: Clicked class and function symbols in a diff, got jumped into
sensible sorts of places in Diffusion.

Reviewers: jungejason, nh, tuomaspelkonen, aran

Reviewed By: jungejason

CC: aran, jungejason

Differential Revision: 980
2011-10-09 17:58:17 -07:00
..
arcanistproject Tie all the pieces for symbol cross-references together 2011-10-09 17:58:17 -07:00
base Rough cut of Repositories and GitHub post-receive hooks. 2011-02-12 18:26:15 -08:00
commit Improve search result listing 2011-06-29 13:25:38 -07:00
commitdata Improve display behavior of commit messages in Diffusion 2011-07-31 12:05:06 -07:00
githubnotification Rough cut of Repositories and GitHub post-receive hooks. 2011-02-12 18:26:15 -08:00
repository Add an "arcanist.projectinfo" Conduit call 2011-09-21 14:19:14 -07:00
shortcut Restore "Shortcuts" feature to Diffusion. 2011-03-31 00:33:44 -07:00
symbol Add storage for repository symbol tracking 2011-09-13 08:49:44 -07:00