Page MenuHomePhabricator

Change parameters for `diffusion.getlintmessages` call
ClosedPublic

Authored by joshuaspence on May 18 2015, 2:09 PM.
Tags
None
Referenced Files
F18878082: D12900.id.diff
Thu, Nov 6, 2:30 PM
F18873596: D12900.diff
Wed, Nov 5, 10:28 AM
F18812371: D12900.diff
Mon, Oct 20, 8:52 AM
F18773279: D12900.id.diff
Oct 9 2025, 8:42 AM
F18755650: D12900.id31027.diff
Oct 5 2025, 6:44 AM
F18741275: D12900.diff
Oct 2 2025, 10:51 AM
F18497955: D12900.diff
Sep 4 2025, 6:21 PM
F18486080: D12900.id31027.diff
Sep 3 2025, 6:03 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.