Page MenuHomePhabricator

Remove `shouldCreateDiffusionRequest` from Diffusion conduit methods
ClosedPublic

Authored by epriestley on May 13 2014, 12:08 PM.
Tags
None
Referenced Files
F15466841: D9090.diff
Thu, Apr 3, 10:19 AM
F15449061: D9090.diff
Fri, Mar 28, 8:23 AM
F15423575: D9090.diff
Sat, Mar 22, 4:10 PM
F15422613: D9090.diff
Sat, Mar 22, 9:46 AM
F15406860: D9090.id.diff
Tue, Mar 18, 2:19 PM
F15406487: D9090.diff
Tue, Mar 18, 12:35 PM
F15402431: D9090.diff
Mon, Mar 17, 10:31 PM
F15398160: D9090.id21629.diff
Sun, Mar 16, 11:33 PM
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).