1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 03:12:41 +01:00
phorge-phorge/src/applications/repository
epriestley ff1bfb64dd Reduce the total number of calls to getCallsign()
Summary: Ref T4245. Before doing any hard work here, we can dramatically reduce the number of things that make calls to `getCallsign()` to make navigating things easier. Almost all of them only care about a monogram, URI, or display name.

Test Plan:
- Searched for `r uniquename` in jump nav.
- Ran `bin/repository reparse --change rXXXyyyyy --trace`, observed query against bad commit table.
- Ran `bin/search index rXXXyyyy --trace --force`, observed proper title when indexing commit.
- Browed repository list, saw proper `rXXX` and appropriate link targets.
- Mentioned `rXXX` in Remarkup, got a link to the right place.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T4245

Differential Revision: https://secure.phabricator.com/D14923
2016-01-02 04:23:06 -08:00
..
conduit phtize all the things 2015-05-22 21:16:39 +10:00
config Add getGroup to ConfigOptions 2015-02-09 13:10:56 -08:00
constants Remove dead link to Perforce blog about Git Fusion 2015-12-09 08:51:25 -08:00
customfield Recover gracefully from Conduit failure when building "Tags" field in commit mail 2015-09-22 13:03:29 -07:00
daemon Various translation improvements 2015-11-03 07:02:46 +11:00
data Fix pht method calls 2015-02-10 18:57:45 +11:00
editor Allow "Repository Automation" to be configured for repositories 2015-10-13 15:45:59 -07:00
engine Throw CommandException instead of Exception after git fetch failure in repository updates 2015-12-11 16:53:29 -08:00
graphcache Remove duplicated duplicated words 2015-06-27 08:43:44 -07:00
mail Build separate mail for each recipient, honoring recipient access levels 2015-06-03 18:59:31 -07:00
management Allow editing hosting policies via command line 2015-11-04 10:15:42 -08:00
phid Reduce the total number of calls to getCallsign() 2016-01-02 04:23:06 -08:00
query Reduce the total number of calls to getCallsign() 2016-01-02 04:23:06 -08:00
response Accept and route VCS HTTP requests 2013-10-29 15:32:40 -07:00
search Reduce the total number of calls to getCallsign() 2016-01-02 04:23:06 -08:00
storage Reduce the total number of calls to getCallsign() 2016-01-02 04:23:06 -08:00
worker Reduce the total number of calls to getCallsign() 2016-01-02 04:23:06 -08:00