• Jan Provaznik's avatar
    Remove duplicit events from burndown data · 51d037e4
    Jan Provaznik authored
    It's possible that an event is followed by another event with
    the same action - typically if both merge request and commit
    mention `Closes #issue_number`, then two `close` events are
    created for the issue. We need to filter out these duplicit
    events because burndown chart uses these events to get number of
    open issues during time.
    51d037e4
burndown.rb 3.65 KB