Files
gerrit/Documentation
Dave Borowitz 6ea964a0a1 Split mergeability checks by priority
When a project config is updated or a change is merged, all open
changes on an entire project or branch need to be rechecked for
mergeability. For projects or branches with lots of open changes,
this can flood the queue with potentially slow checks. This will
block simpler cases, such as checking mergeability of a single change
during ReceiveCommits.

Define a new Priority enum on the MergeabilityChecksExecutor so we
can split the queue based on priority, allowing smaller, interactive
changes such as pushes to not wait for the entire queued backlog.

Change-Id: I57f9eb33dbbcd8a560adfe4458ce48d7b0817957
2014-03-27 15:08:24 -07:00
..
2013-06-14 20:30:32 +02:00
2013-11-29 10:50:59 -08:00
2014-01-08 14:01:42 -08:00
2014-03-14 00:15:27 -07:00
2014-02-19 10:29:34 +01:00