grafana/pkg/services/sqlstore
Sofia Papagiannaki 69e657b296
SQLStore: Add index on is_service_account and last_seen_at columns in user table. (#105727)
Add index on is_service_account and last_seen_at columns in user table.
2025-05-21 17:44:44 +03:00
..
migrations SQLStore: Add index on is_service_account and last_seen_at columns in user table. (#105727) 2025-05-21 17:44:44 +03:00
migrator Chore: Replace xorm.io/xorm imports (#104458) 2025-05-02 17:13:01 +02:00
permissions RBAC: Remove dashboard and folder guardians (#104646) 2025-05-19 09:48:16 +03:00
searchstore Remove use of dialect.LikeStr (#104460) 2025-05-02 11:23:57 +03:00
session
sqlutil
bulk.go
bulk_test.go
database_config.go
database_config_test.go
database_wrapper.go Chore: Add xorm.io/core into xorm (#103700) 2025-04-16 08:58:50 +02:00
logger.go Chore: Add xorm.io/core into xorm (#103700) 2025-04-16 08:58:50 +02:00
session.go Chore: Replace xorm.io/xorm imports (#104458) 2025-05-02 17:13:01 +02:00
session_test.go
sqlstore.go Chore: Replace xorm.io/xorm imports (#104458) 2025-05-02 17:13:01 +02:00
sqlstore_metrics.go
sqlstore_metrics_test.go
sqlstore_test.go
sqlstore_testinfra.go Chore: Replace xorm.io/xorm imports (#104458) 2025-05-02 17:13:01 +02:00
sqlstore_testinfra_test.go Chore: Replace xorm.io/xorm imports (#104458) 2025-05-02 17:13:01 +02:00
tls_mysql.go
transactions.go Chore: Replace xorm.io/xorm imports (#104458) 2025-05-02 17:13:01 +02:00
transactions_test.go
user.go
user_test.go