Page MenuHomePhabricator

Reduce the total number of calls to getCallsign()
ClosedPublic

Authored by epriestley on Jan 2 2016, 1:36 AM.
Tags
None
Referenced Files
F14036658: D14923.diff
Sun, Nov 10, 11:24 AM
F14030198: D14923.id36059.diff
Sat, Nov 9, 12:28 AM
F14030028: D14923.diff
Fri, Nov 8, 11:17 PM
F14029978: D14923.diff
Fri, Nov 8, 10:41 PM
F14029865: D14923.id36059.diff
Fri, Nov 8, 10:01 PM
F13992204: D14923.id36059.diff
Tue, Oct 22, 3:08 PM
F13992127: D14923.diff
Tue, Oct 22, 2:29 PM
F13979187: D14923.id36061.diff
Oct 19 2024, 3:08 AM
Subscribers
None

Details

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.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Reduce the total number of calls to getCallsign().
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jan 2 2016, 2:11 AM
This revision was automatically updated to reflect the committed changes.