Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • docs/mj/architecture-overview
  • ab/dont-assume-public
  • 225175-change-the-default-order-for-packages-in-the-package-registry-list-view-to-default-to
  • ph/224141/hideBatchSuggestionsWithOnlyOneSuggestion
  • fj-snippets-blob-resolver
  • 250998-fix-missing-vsa-request-parameters
  • 223812-add-mutation-to-confirm-vulnerability
  • release-tools/update-gitaly
  • 251013-on-design-discussion-note-icons-are-misaligned
  • canary-ingress-rails
  • 239472-swimlanes-license
  • 250269-disable-batch-count-because-pipelines-that-have-security-jobs-counters-fail-on-gitlab-com
  • 223812-add-mutation-to-resolve-vulnerability
  • 212322-ignore-uuid-on-vulnerabilities-occurences
  • 219565-increase-limit-for-number-of-files-loaded-for-a-single-diff-be
  • 235387-allow-for-project-releases-to-be-associated-with-group-milestones-in-the-database
  • 4745-search-add-epics-scope
  • add-review-request-to-to-do-list-filter
  • extend_documentation_links_validation
  • v13.3.6-ee
  • v13.2.9-ee
  • v13.1.11-ee
  • v13.3.5-ee
  • v13.1.10-ee
  • v13.2.8-ee
  • v13.3.4-ee
  • v13.1.9-ee
  • v13.2.7-ee
  • v13.3.3-ee
  • v13.3.2-ee
  • v13.3.1-ee
  • v13.3.0-ee
  • v13.3.0-rc44-ee
  • v13.3.0-rc43-ee
  • v13.3.0-rc42-ee
  • v13.0.14-ee
  • v13.1.8-ee
  • v13.2.6-ee
  • v13.0.13-ee
40 results

sessions_controller_spec.rb

Forked from GitLab.org / GitLab
269874 commits behind the upstream repository.
  • Drew Blessing's avatar
    a546012b
    Log authentication events alongside existing audit events · a546012b
    Drew Blessing authored and Drew Blessing's avatar Drew Blessing committed
    For authentication, add both an audit event and authentication
    event for the short term. Eventually we will diverge and only
    store authentication events when an authentication occours.
    At that time, authentication events will be a subclass of audit
    events. For now we store both and use authentication events for
    usage ping exclusively.
    Log authentication events alongside existing audit events
    Drew Blessing authored and Drew Blessing's avatar Drew Blessing committed
    For authentication, add both an audit event and authentication
    event for the short term. Eventually we will diverge and only
    store authentication events when an authentication occours.
    At that time, authentication events will be a subclass of audit
    events. For now we store both and use authentication events for
    usage ping exclusively.