grafana/pkg/services/sqlstore
2022-07-28 21:50:02 +04:00
..
db Dashboards: Split GetDashboardVersions method (#49967) 2022-06-02 15:59:05 +02:00
migrations Previews: fix dashboard.thumbnails.ds_uids migration (#52960) 2022-07-28 21:50:02 +04:00
migrator SQLStore: Support Upserting multiple rows. (#52228) 2022-07-19 16:42:48 +08:00
mockstore Rename Acl to ACL (#52342) 2022-07-18 15:14:58 +02:00
permissions Access Control: Move dashboard actions and create scope provider (#48618) 2022-05-04 16:12:09 +02:00
searchstore Search (SQL): support dashboardUID query parameter (#50121) 2022-06-02 12:56:01 -07:00
sqlutil Chore: Add CloudWatch HTTP API tests (#29691) 2021-01-07 11:36:13 +01:00
alert_notification_test.go Chore: Exclude integration tests from running on test-backend step (#50359) 2022-06-10 11:46:21 -04:00
alert_notification.go Chore: Remove final x from sqlstore (#48086) 2022-04-25 13:07:11 -04:00
alert_test.go Chore: Exclude integration tests from running on test-backend step (#50359) 2022-06-10 11:46:21 -04:00
alert.go Chore: Remove bus (#47511) 2022-04-08 16:15:06 +02:00
annotation_cleanup_test.go Chore: Remove final x from sqlstore (#48086) 2022-04-25 13:07:11 -04:00
annotation_cleanup.go Chore: Remove final x from sqlstore (#48086) 2022-04-25 13:07:11 -04:00
annotation_test.go Chore: Exclude integration tests from running on test-backend step (#50359) 2022-06-10 11:46:21 -04:00
annotation.go Access control: further reduce access control feature toggle checks (#48171) 2022-05-05 17:31:14 +02:00
apikey_test.go ServiceAccounts: Add Service Account Token last used at date (#51446) 2022-06-28 16:42:40 +02:00
apikey.go ServiceAccounts: Add Service Account Token last used at date (#51446) 2022-06-28 16:42:40 +02:00
dashboard_thumbs_test.go Previews: datasource permissions (#52747) 2022-07-28 16:40:26 +04:00
dashboard_thumbs.go Previews: fix dashboard.thumbnails.ds_uids migration (#52960) 2022-07-28 21:50:02 +04:00
database_wrapper.go Tracing: Use common traceID context value for opentracing and opentelemetry (#46411) 2022-04-14 17:54:49 +02:00
datasource_test.go Correlations: Add CreateCorrelation HTTP API (#51630) 2022-07-25 15:19:07 +01:00
datasource.go Correlations: Add CreateCorrelation HTTP API (#51630) 2022-07-25 15:19:07 +01:00
health_test.go Chore: Exclude integration tests from running on test-backend step (#50359) 2022-06-10 11:46:21 -04:00
health.go Chore: Remove x from health, alert notification, dashboard, stats, user (#45265) 2022-02-17 16:59:09 +01:00
logger.go Chore: Update the xorm dependency (#22376) 2020-04-01 15:57:21 +02:00
login_attempt_test.go Chore: Exclude integration tests from running on test-backend step (#50359) 2022-06-10 11:46:21 -04:00
login_attempt.go Chore: Remove bus (#47511) 2022-04-08 16:15:06 +02:00
org_test.go Chore: Move user errors to user service (#52460) 2022-07-20 14:50:06 +02:00
org_users_test.go Chore: Move user errors to user service (#52460) 2022-07-20 14:50:06 +02:00
org_users.go Chore: Move user errors to user service (#52460) 2022-07-20 14:50:06 +02:00
org.go Chore: Remove global bus variable (#50765) 2022-06-14 16:07:41 +02:00
playlist_test.go SQLstore: Fix fetching an inexistent playlist response (#51962) 2022-07-13 13:00:03 +03:00
playlist.go SQLstore: Fix fetching an inexistent playlist response (#51962) 2022-07-13 13:00:03 +03:00
plugin_setting_test.go Chore: Remove global bus variable (#50765) 2022-06-14 16:07:41 +02:00
plugin_setting.go Plugins: Fix problematic query (#46777) 2022-03-21 15:42:05 +01:00
quota_test.go Chore: Exclude integration tests from running on test-backend step (#50359) 2022-06-10 11:46:21 -04:00
quota.go Storage: limit the number of uploaded files (#50796) 2022-07-18 15:24:39 +04:00
session.go Split Create User (#50502) 2022-06-28 14:32:25 +02:00
sqlbuilder_test.go Rename Acl to ACL (#52342) 2022-07-18 15:14:58 +02:00
sqlbuilder.go Remove unnecesary joins from queries (#43626) 2022-01-04 13:04:02 +01:00
sqlstore_test.go Chore: Exclude integration tests from running on test-backend step (#50359) 2022-06-10 11:46:21 -04:00
sqlstore.go Instrumentation: Collect database connection stats (#52797) 2022-07-27 13:42:28 +02:00
sqlstore.goconvey feat(invite): small progress 2015-07-17 14:42:49 +02:00
stats_integration_test.go Chore: Exclude integration tests from running on test-backend step (#50359) 2022-06-10 11:46:21 -04:00
stats_test.go Split Create User (#50502) 2022-06-28 14:32:25 +02:00
stats.go PublicDashboards: collect stats for public dashboards (#50553) 2022-06-23 12:02:57 -03:00
store.go Chore: Introduce playlist service (#52252) 2022-07-18 05:26:35 -04:00
tables.go Began work on real sql schema definitions, and migration engine 2015-01-17 21:40:22 +01:00
tags_test.go Chore: Exclude integration tests from running on test-backend step (#50359) 2022-06-10 11:46:21 -04:00
tags.go Chore: Enable Go linter gocritic (#26224) 2020-07-16 14:39:01 +02:00
team_test.go Revert "Service accounts: Add service account to teams" (#52710) 2022-07-26 09:43:29 +01:00
team.go Revert "Service accounts: Add service account to teams" (#52710) 2022-07-26 09:43:29 +01:00
temp_user_test.go Chore: Exclude integration tests from running on test-backend step (#50359) 2022-06-10 11:46:21 -04:00
temp_user.go Chore: Remove bus (#47511) 2022-04-08 16:15:06 +02:00
tls_mysql.go Chore: Fix staticcheck issues (#28854) 2020-11-05 11:57:20 +01:00
transactions_test.go Chore: Exclude integration tests from running on test-backend step (#50359) 2022-06-10 11:46:21 -04:00
transactions.go Chore: Remove global bus variable (#50765) 2022-06-14 16:07:41 +02:00
user_test.go Chore: Move user errors to user service (#52460) 2022-07-20 14:50:06 +02:00
user.go Chore: Move user errors to user service (#52460) 2022-07-20 14:50:06 +02:00