Skip to content

insights: fix off by one error when compressing insight queries

Administrator requested to merge insights/compression-off-by-one into main

Created by: coury-clark

The code insights compression mechanism had an off-by-one error because it was using the wrong time frame to get a selection of commits. This fixes the issue and introduces a test that replicates the real scenario that discovered this issue.

Merge request reports

Loading