Page MenuHomePhabricator

Remove old "Landing Strategy" code
ClosedPublic

Authored by epriestley on Jun 23 2017, 3:10 PM.
Tags
None
Referenced Files
F13244695: D18150.diff
Thu, May 23, 5:15 AM
F13218365: D18150.diff
Sat, May 18, 12:13 PM
Unknown Object (File)
Fri, Apr 26, 6:16 AM
Unknown Object (File)
Apr 25 2024, 1:30 PM
Unknown Object (File)
Apr 25 2024, 12:01 AM
Unknown Object (File)
Apr 24 2024, 10:47 PM
Unknown Object (File)
Apr 19 2024, 9:00 PM
Unknown Object (File)
Apr 11 2024, 8:18 AM
Subscribers
None

Details

Summary

Fixes T12869. This is a very old, pre-Drydock chunk of code from D7486 and some followups.

It does three things:

  • "Land to Hosted Git": Obsoleted by Drydock, has been commented out in HEAD for a very long time with no complaints. Disabled by D8719 in 2014.
  • "Land to Hosted Mercurial": Could be obsoleted by Drydock with a fairly small amount of work, but currently has no replacement. Unclear if this sees any real use. Not actually disabled at HEAD.
  • "Land to GitHub": Use GitHub OAuth credentials to land to GitHub. This is sort of theoretically useful and has no analog today. Disabled by D13022 in 2015.

This stuff was largely disabled a long time ago and we haven't seen users hitting issues with it. This could all be moved to an extension today if anyone still relies on it.

Test Plan

Grepped for removed classes, browsed Differential.

Diff Detail

Repository
rP Phabricator
Branch
land1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 17557
Build 23560: Run Core Tests
Build 23559: arc lint + arc unit