Page MenuHomePhorge

Pass unique CommitterIdentity values to PhabricatorRepositoryIdentityQuery
ClosedPublic

Authored by aklapper on Mon, Apr 14, 12:18.

Details

Summary

DiffusionCommitQuery passed duplicate CommitterIdentity values to PhabricatorRepositoryIdentityQuery, making logs slightly more noisy.
Thus run array_unique() before passing.

Closes T16032

Test Plan

Go to http://phorge.localhost/diffusion/commit/query/all/ and look at SQL query in Dark Console before and after applying patch.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable