Page MenuHomePhabricator

Continue after rejecting commits from a commit query
ClosedPublic

Authored by epriestley on Jan 6 2015, 3:36 PM.
Tags
None
Referenced Files
F14067584: D11251.diff
Tue, Nov 19, 3:44 PM
F14048550: D11251.id.diff
Thu, Nov 14, 8:21 AM
F13999235: D11251.id27007.diff
Thu, Oct 24, 1:36 PM
F13998867: D11251.diff
Thu, Oct 24, 11:35 AM
F13991341: D11251.id27007.diff
Tue, Oct 22, 10:14 AM
F13986050: D11251.diff
Oct 21 2024, 12:17 AM
F13986038: D11251.id.diff
Oct 21 2024, 12:12 AM
F13986035: D11251.id27005.diff
Oct 21 2024, 12:11 AM

Details

Summary

Fixes T6880. If matching commits have no visible/loadable repository, we shouldn't keep going forward in the loop.

Test Plan

Havne't built a repro locally yet so not 100% sure this fixes it.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Continue after rejecting commits from a commit query.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: fabe, btrahan.
mbishopim3 added a reviewer: mbishopim3.
mbishopim3 added a subscriber: mbishopim3.

Confirmed working for our users.

This revision is now accepted and ready to land.Jan 6 2015, 3:51 PM
fabe edited edge metadata.

I've reproduced it locally and this fixes it. Before the patch these were two separate foreaches.

We could still link the commit (like we do with a repo that is not accessible) and make it show "restricted" instead.
With this patch the commits would simply ne be linked at all.

This revision was automatically updated to reflect the committed changes.