• Tan Le's avatar
    Fix incorrect ordering of audit events · 9cf33bc7
    Tan Le authored
    The audit events should be built and persisted in the same order as when
    they are emitted in the event queue. This bug only affects audit events
    recorded for MR approval rule changes (i.e. add/remove approvers and
    approval groups). Even that, this bug is not noticeable and causes any
    major gap since users always make all these changes together when adding
    or creating new MR approval rules.
    
    Changelog: fixed
    9cf33bc7
auditor.rb 2.14 KB