• Tan Le's avatar
    Avoid saving author object in DB · 83c863b2
    Tan Le authored
    Since the introduction of `UnauthenticatedAuthor` object, failed login
    event has been persisted as a serialized Ruby object in DB.
    
    !ruby/object:Gitlab::Audit::UnauthenticatedAuthor
    
    This causes undesirable coupling with application code and hinders
    future DB migration.
    83c863b2
216577-fix-ruby-object-in-audit-event.yml 101 Bytes