Page MenuHomePhabricator

Change parameters for `diffusion.getlintmessages` call
ClosedPublic

Authored by joshuaspence on May 18 2015, 2:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 29 2026, 10:57 PM
Unknown Object (File)
Feb 14 2026, 9:19 PM
Unknown Object (File)
Feb 9 2026, 9:08 PM
Unknown Object (File)
Jan 19 2026, 4:19 PM
Unknown Object (File)
Dec 17 2025, 9:31 AM
Unknown Object (File)
Dec 17 2025, 7:40 AM
Unknown Object (File)
Dec 6 2025, 10:13 AM
Unknown Object (File)
Nov 6 2025, 2:30 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.