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
F13059292: D14923.diff
Fri, Apr 19, 4:00 PM
Unknown Object (File)
Thu, Apr 18, 8:29 AM
Unknown Object (File)
Wed, Apr 10, 11:54 PM
Unknown Object (File)
Sat, Apr 6, 12:07 AM
Unknown Object (File)
Sat, Mar 23, 5:36 PM
Unknown Object (File)
Sat, Mar 23, 5:36 PM
Unknown Object (File)
Sat, Mar 23, 5:36 PM
Unknown Object (File)
Fri, Mar 22, 10:35 PM
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.