-
- Downloads
Report auth events in manage stage usage ping
Provide aggregate auth event details in usage ping to help identify how often particular authentication methods are being used. This will help inform decision making about improvements and fixes.
parent
c0a5f1c6
No related branches found
No related tags found
This commit is part of merge request !39747. Comments created here will be created in the context of that merge request.
Showing
- app/models/authentication_event.rb 11 additions, 1 deletionapp/models/authentication_event.rb
- changelogs/unreleased/dblessing-auth-events-usage-ping.yml 5 additions, 0 deletionschangelogs/unreleased/dblessing-auth-events-usage-ping.yml
- lib/gitlab/usage_data.rb 35 additions, 0 deletionslib/gitlab/usage_data.rb
- spec/factories/authentication_event.rb 11 additions, 0 deletionsspec/factories/authentication_event.rb
- spec/lib/gitlab/usage_data_spec.rb 16 additions, 5 deletionsspec/lib/gitlab/usage_data_spec.rb
- spec/models/authentication_event_spec.rb 38 additions, 0 deletionsspec/models/authentication_event_spec.rb
spec/factories/authentication_event.rb
0 → 100644
Please register or sign in to comment