grafana/pkg/server
Karl Persson 189bf102cf
LoginAttempt: Move logic around login attempts into the service (#58962)
* LoginAttemps: Remove from sqlstore mock

* LoginAttemps: Move from models package to service package

* LoginAttemps: Implement functionallity from brute force login in service

* LoginAttemps: Call service

* LoginAttempts: Update name and remove internal functions

* LoginAttempts: Add tests

* LoginAttempt: Add service fake

* LoginAttempt: Register service as a background_services and remove job
from cleanup service

* LoginAttemps: Remove result from command struct

* LoginAttempt: No longer pass pointers
2022-11-22 11:37:18 +01:00
..
backgroundsvcs LoginAttempt: Move logic around login attempts into the service (#58962) 2022-11-22 11:37:18 +01:00
usagestatssvcs RBAC: Split up service into several components (#54002) 2022-08-24 13:29:17 +02:00
server_test.go Secrets: Convert secret migration to a background service (#54676) 2022-09-06 16:21:25 -03:00
server.go OAuth: Refactor OAuth parameters handling to support obtaining refresh tokens for Google OAuth (#58782) 2022-11-18 10:12:17 +01:00
test_env.go Chore: expose grpc server address (#56013) 2022-09-29 08:42:01 -04:00
wire.go LoginAttempt: Move logic around login attempts into the service (#58962) 2022-11-22 11:37:18 +01:00
wireexts_oss.go Auth: Refactor auth package (#58920) 2022-11-18 09:56:06 +01:00