Page MenuHomePhabricator

Remove `shouldCreateDiffusionRequest` from Diffusion conduit methods
ClosedPublic

Authored by epriestley on May 13 2014, 12:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 29, 2:40 AM
Unknown Object (File)
Wed, Apr 10, 3:54 AM
Unknown Object (File)
Apr 1 2024, 5:32 AM
Unknown Object (File)
Mar 21 2024, 5:55 AM
Unknown Object (File)
Feb 28 2024, 11:55 AM
Unknown Object (File)
Feb 4 2024, 4:23 AM
Unknown Object (File)
Feb 3 2024, 8:49 AM
Unknown Object (File)
Jan 31 2024, 11:43 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).