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
F15463677: D11251.diff
Wed, Apr 2, 2:09 AM
F15447715: D11251.diff
Fri, Mar 28, 1:12 AM
F15418220: D11251.id27005.diff
Thu, Mar 20, 9:41 PM
F15399958: D11251.id27005.diff
Mon, Mar 17, 8:47 AM
F15395953: D11251.diff
Sun, Mar 16, 10:56 AM
F15384271: D11251.diff
Fri, Mar 14, 7:21 PM
F15367435: D11251.diff
Tue, Mar 11, 6:50 PM
F15331525: D11251.diff
Fri, Mar 7, 11:03 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
Branch
norepo
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 3634
Build 3643: [Placeholder Plan] Wait for 30 Seconds

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.