Page MenuHomePhabricator

Remove `shouldCreateDiffusionRequest` from Diffusion conduit methods
ClosedPublic

Authored by epriestley on May 13 2014, 12:08 PM.
Tags
None
Referenced Files
F15545907: D9090.diff
Sat, Apr 26, 1:24 PM
F15527804: D9090.id21629.diff
Tue, Apr 22, 6:38 AM
F15518778: D9090.id21598.diff
Sat, Apr 19, 4:51 PM
F15515654: D9090.id.diff
Fri, Apr 18, 12:22 PM
F15513572: D9090.diff
Thu, Apr 17, 7:56 PM
F15511242: D9090.id21598.diff
Thu, Apr 17, 12:44 AM
F15478130: D9090.diff
Mon, Apr 7, 8:42 PM
F15466841: D9090.diff
Thu, Apr 3, 10:19 AM
Subscribers

Details

Summary

Ref T2683. This has no callsites, and the functionality is covered by the initFromConduit flag.

This simplifies the code and reduces then number of internal diffusion.resolverefs calls we make on, e.g., the Git repository page from 7 to 2.

Test Plan

Grepped for these symbols.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Remove `shouldCreateDiffusionRequest` from Diffusion conduit methods.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.

long live initFromConduit

This revision is now accepted and ready to land.May 13 2014, 4:07 PM
epriestley updated this revision to Diff 21629.

Closed by commit rP7cc9720d6096 (authored by @epriestley).