0a3020b move diff calc to workers

4 files Authored by karsten 5 years ago, Committed by pingou 5 years ago,
    move diff calc to workers
    
    fixes #3599
    calculating the differences between branches can take a long time if there are
    lots of branches. Move calculation to worker task and return immediately to
    unblock server task.
    
    Signed-off-by: Karsten Hopp <karsten@redhat.com>
    
        
file modified
+26 -77
file modified
+83 -0
file modified
+105 -102