make bug search page when possible + add yield support

Authored by sitter on Nov 12 2018, 12:20 PM.

Description

make bug search page when possible + add yield support

searching large data sets takes ages. to reduce load spikes and make the
iteration easier to follow we'll page requests (i.e. break them up into
multiple request sets). each page gets iterated on its own and will yield
the Bug instances if a block was given.
put together this will allow us to iterate bugs more interactively, spread
out load and also reduce the memory footprint by keeping less unnecessary
instances in memory

Details

Committed
sitterNov 12 2018, 12:20 PM
Parents
R1025:a4aae599b7d8: warn about the early exist
Branches
Unknown
Tags
Unknown