Page MenuHomePhabricator

Deprecate Conduit method "diffusion.getrecentcommitsbypath"
ClosedPublic

Authored by epriestley on Aug 2 2018, 11:39 PM.
Tags
None
Referenced Files
F13235079: D19559.diff
Tue, May 21, 4:14 AM
F13189555: D19559.diff
Sat, May 11, 6:10 AM
Unknown Object (File)
Mon, May 6, 3:49 PM
Unknown Object (File)
Tue, Apr 30, 4:48 PM
Unknown Object (File)
Sat, Apr 27, 3:53 AM
Unknown Object (File)
Apr 20 2024, 4:05 AM
Unknown Object (File)
Apr 18 2024, 10:40 AM
Unknown Object (File)
Mar 25 2024, 6:50 PM
Subscribers
Tokens
"Like" token, awarded by artms.

Details

Summary

See D19558. This method has no callers and just wraps diffusion.historyquery, since D5960 (2013).

This was introduced in D315 (which didn't make it out of FB, I think) inside Facebook for unclear purposes in 2011.

Test Plan

Grepped for callers, found none.

Diff Detail

Repository
rP Phabricator
Branch
dep1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 20561
Build 27928: Run Core Tests
Build 27927: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Aug 2 2018, 11:58 PM

(You probably have years until this disappears from the upstream since it's already implemented in terms of diffusion.historyquery and we don't generally remove methods without some specific reason, but if you have opportunities to migrate toward diffusion.historyquery it couldn't hurt.)

This revision was automatically updated to reflect the committed changes.