The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/pkg/services/sqlstore
Gabriel MABILLE 178193c84b
AccessControl: Use an SQLFilter struct (#44887)
3 years ago
..
migrations Alerting: Create basic storage layer for provisioning (#44679) 3 years ago
migrator Alerting: Make Unified Alerting enabled by default for those who do not use legacy alerting (#42200) 4 years ago
mockstore remove bus from loginservice (#44907) 3 years ago
permissions Remove unnecesary joins from queries (#43626) 3 years ago
searchstore Revert "Search: Fix only searching for folder id zero (#44175)" (#44424) 3 years ago
sqlutil Chore: Add CloudWatch HTTP API tests (#29691) 4 years ago
alert.go Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactionalDBSession in alert files (#43815) 3 years ago
alert_notification.go Chore: Remove bus from the alerting service (#44496) 3 years ago
alert_notification_test.go Refactor: Change sqlstore.inTransaction to .WithTransactionalDBSession (#43245) 3 years ago
alert_test.go Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactionalDBSession in misc files (#43926) 3 years ago
annotation.go fix for CWE-89 (#43407) 3 years ago
annotation_cleanup.go Annotations: Prevent orphaned annotation tags cleanup when no annotations were cleaned (#33957) 4 years ago
annotation_cleanup_test.go Instrumentation: Start tracing database requests (#34572) 4 years ago
annotation_test.go fix for CWE-89 (#43407) 3 years ago
apikey.go Add/Delete API keys to Service accounts (#44871) 3 years ago
apikey_test.go Add/Delete API keys to Service accounts (#44871) 3 years ago
dashboard.go Remove bus from dashboard api (#44923) 3 years ago
dashboard_acl.go Rename AddHandlerCtx to AddHandler (#43557) 3 years ago
dashboard_acl_test.go Chore: Remove context.TODO() (#43409) 3 years ago
dashboard_folder_test.go Chore: Remove bus from index (#44851) 3 years ago
dashboard_provisioning.go Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactionalDBSession in misc files (#43926) 3 years ago
dashboard_provisioning_test.go Chore: Remove bus from signup and playlist api (#44485) 3 years ago
dashboard_snapshot.go Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactional… (#43772) 3 years ago
dashboard_snapshot_test.go Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactional… (#43772) 3 years ago
dashboard_test.go Remove bus from dashboard api (#44923) 3 years ago
dashboard_version.go Rename AddHandlerCtx to AddHandler (#43557) 3 years ago
dashboard_version_test.go Remove unused GetDashboard method (#44890) 3 years ago
database_wrapper.go Chore: Implement OpenTelemtry in Grafana (#42674) 3 years ago
datasource.go Chore: Add context to datasource service (#42294) 4 years ago
datasource_test.go Rename AddEventListenerCtx to AddEventListener and PublishCtx to Publish (#43566) 3 years ago
health.go Chore: Remove bus from health api (#44897) 3 years ago
health_test.go Chore: Remove bus from health api (#44897) 3 years ago
logger.go Chore: Update the xorm dependency (#22376) 5 years ago
login_attempt.go Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactionalDBSession in misc files (#43926) 3 years ago
login_attempt_test.go Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactionalDBSession in misc files (#43926) 3 years ago
org.go Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactionalDBSession in misc files (#43926) 3 years ago
org_test.go Chore: Remove bus from user api (#44468) 3 years ago
org_users.go AccessControl: Use an SQLFilter struct (#44887) 3 years ago
org_users_test.go FeatureFlags: define features outside settings.Cfg (take 3) (#44443) 3 years ago
playlist.go Rename AddHandlerCtx to AddHandler (#43557) 3 years ago
playlist_test.go Chore: Add context to playlist (#41337) 4 years ago
plugin_setting.go Chore: Propagate context for plugin settings (#41166) 4 years ago
preferences.go Rename AddHandlerCtx to AddHandler (#43557) 3 years ago
preferences_test.go Admin: Fix so Timezone is saved when saving preferences (#41583) 4 years ago
quota.go Rename AddHandlerCtx to AddHandler (#43557) 3 years ago
quota_test.go Chore: Add context to org (#40685) 4 years ago
session.go Add store interface (#44694) 3 years ago
sqlbuilder.go Remove unnecesary joins from queries (#43626) 3 years ago
sqlbuilder_test.go Chore: Remove context.TODO() (#43409) 3 years ago
sqlstore.go Chore: Remove bus from admin (#44920) 3 years ago
sqlstore.goconvey feat(invite): small progress 10 years ago
sqlstore_test.go Chore: update all +build statements (#38782) 4 years ago
star.go Rename AddHandlerCtx to AddHandler (#43557) 3 years ago
stars_test.go Chore: Add context to star and stats (#39591) 4 years ago
stats.go Chore: Remove bus from admin (#44920) 3 years ago
stats_integration_test.go Chore: Remove bus from admin (#44920) 3 years ago
stats_test.go Chore: Remove bus from admin (#44920) 3 years ago
store.go Remove bus from dashboard api (#44923) 3 years ago
tables.go Began work on real sql schema definitions, and migration engine 11 years ago
tags.go Chore: Enable Go linter gocritic (#26224) 5 years ago
tags_test.go Chore: Remove GoConvey from sqlstore package (#40753) 4 years ago
team.go AccessControl: Add access control actions and scopes to team update and delete 3 years ago
team_test.go AccessControl: Implement teams resource service (#43951) 3 years ago
temp_user.go Rename AddHandlerCtx to AddHandler (#43557) 3 years ago
temp_user_test.go Chore: Add context to temp user (#41284) 4 years ago
tls_mysql.go Chore: Fix staticcheck issues (#28854) 5 years ago
transactions.go Add store interface (#44694) 3 years ago
transactions_test.go Chore: Add context apikey (#41698) 4 years ago
user.go Remove bus from quota, preferences, plugins, user_token (#44762) 3 years ago
user_test.go Chore: Remove bus from user api (#44468) 3 years ago