summaryrefslogtreecommitdiff
path: root/lib/gitlab/auth/activity.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure Warden triggers after_authentication callbackImre Farkas2019-07-261-2/+5
* Enable some frozen string in lib/gitlabgfyoung2018-10-131-0/+2
* Simplify blocked user tracking during authenticationGrzegorz Bizon2018-08-011-2/+1
* Improve blocked user tracking and fire some events only onceGrzegorz Bizon2018-08-011-2/+4
* Improve authentication activity code readabilityGrzegorz Bizon2018-07-311-5/+5
* Add authentication metrics for sessionless sign inGrzegorz Bizon2018-07-271-1/+5
* Improve readability and move custom matchers to better placeGrzegorz Bizon2018-07-271-3/+1
* Catch custom warden events too to increment metricsGrzegorz Bizon2018-07-271-1/+0
* Make authentication metrics events explicit is specsGrzegorz Bizon2018-07-261-4/+4
* Fix activity metric name that need to be symbolsfeature/gb/login-activity-metricsGrzegorz Bizon2018-07-241-1/+1
* Make it easier to stub authentication metricsGrzegorz Bizon2018-07-231-11/+15
* Track blocked users and two factor authenticationsGrzegorz Bizon2018-07-231-6/+10
* Refactor blocked user tracker classGrzegorz Bizon2018-07-201-1/+4
* Add custom expectations for authentication activity metricsGrzegorz Bizon2018-07-201-2/+8
* Rename authentication activity observer methodsGrzegorz Bizon2018-07-191-13/+3
* Implement scaffold of authentication activity metricsGrzegorz Bizon2018-07-171-0/+69