Page MenuHomePhabricator

Change parameters for `diffusion.getlintmessages` call
ClosedPublic

Authored by joshuaspence on May 18 2015, 2:09 PM.
Tags
None
Referenced Files
F18773279: D12900.id.diff
Thu, Oct 9, 8:42 AM
F18755650: D12900.id31027.diff
Sun, Oct 5, 6:44 AM
F18741275: D12900.diff
Thu, Oct 2, 10:51 AM
F18497955: D12900.diff
Sep 4 2025, 6:21 PM
F18486080: D12900.id31027.diff
Sep 3 2025, 6:03 PM
F18485730: D12900.id31025.diff
Sep 3 2025, 5:52 PM
F18468000: D12900.diff
Sep 2 2025, 2:01 PM
F18101406: D12900.id31027.diff
Aug 9 2025, 1:02 PM
Subscribers

Details

Summary

Ref T7604. Change the parameter for diffusion.getlintmessages from arcanistProject to repositoryPHID.

Test Plan

Ran arc --conduit-uri='http://phabricator.local lint --only-new=1

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Change parameters for `diffusion.getlintmessages` call.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.May 18 2015, 2:09 PM

To further the case for not being exceptionally careful here, this didn't work before for like 98%+ of users.

Very few repositories have an arcanist project, and the old code just immediately returned array() if you didn't have one.

I mean, it "worked", it just didn't do anything useful.

This revision was automatically updated to reflect the committed changes.