Page MenuHomePhorge

Pass unique CommitterIdentity values to PhabricatorRepositoryIdentityQuery
ClosedPublic

Authored by aklapper on Apr 14 2025, 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
Branch
T16032 (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 1870
Build 1870: arc lint + arc unit