Page MenuHomePhabricator

Differential - tighten up access of Differential data from other applications
ClosedPublic

Authored by btrahan on Dec 19 2014, 10:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 14, 3:40 PM
Unknown Object (File)
Wed, Apr 3, 5:21 AM
Unknown Object (File)
Mar 18 2024, 3:43 PM
Unknown Object (File)
Mar 15 2024, 6:47 PM
Unknown Object (File)
Feb 11 2024, 10:54 AM
Unknown Object (File)
Jan 28 2024, 9:45 AM
Unknown Object (File)
Dec 21 2023, 6:12 AM
Unknown Object (File)
Dec 4 2023, 3:30 PM
Subscribers

Details

Summary

Fixes T6790. Turn the old method into "new" (old signature) and "newEphemeral". Deploy "newEphemeral" as many places as possible; basically places we are not in the Differential application *and* have no intentions of ever saving the diff. These callsites are also all places we are just trying to get some changesets at the end of the day.

Test Plan

set differential application policy to 'administrators only'. viewed a commit in diffusion and it worked without any errors! i'm just using my thinkin' noodle on the other code paths.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btrahan retitled this revision from to Differential - tighten up access of Differential data from other applications.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Dec 19 2014, 10:50 PM
This revision was automatically updated to reflect the committed changes.