Page MenuHomePhabricator

Arcanist / Conduit - stop using deprecated diffusion.getcommits
ClosedPublic

Authored by btrahan on Feb 3 2015, 10:31 PM.
Tags
None
Referenced Files
F13526627: D11667.id28078.diff
Fri, Jul 26, 2:57 PM
Unknown Object (File)
Thu, Jul 25, 11:51 AM
Unknown Object (File)
Tue, Jul 16, 3:29 AM
Unknown Object (File)
Sun, Jul 14, 7:16 PM
Unknown Object (File)
Fri, Jul 12, 1:21 PM
Unknown Object (File)
Wed, Jul 10, 3:34 AM
Unknown Object (File)
Tue, Jul 9, 4:40 AM
Unknown Object (File)
Sun, Jul 7, 5:25 PM
Subscribers

Details

Summary

Fixes T7113. This one was a bit trickier than others as the API output changed a bit. In particular, there is no "errors" emitted so much as the result set just doesn't include the answer if things are garbage. Ergo, check the "identifier map" to either check for diff existence or to lookup the phid to grab the actual diff data from the "data" part of the result.

Test Plan

called arc backout D11665 and got some working output...!

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btrahan retitled this revision from to Arcanist / Conduit - stop using deprecated diffusion.getcommits.
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.Feb 3 2015, 10:32 PM
This revision was automatically updated to reflect the committed changes.
src/workflow/ArcanistWorkflow.php
1015–1016

The old version of this was totally unreadable and neither of us caught it, but this actually inverted the logic.

The intent here is to return false ("do not amend") if the commit is known. That is: do not amend published commits.

This will be fixed in a second (with the fix for T7344).