grafana/pkg/services/sqlstore
Sofia Papagiannaki 754eea20b3
Chore: SQL store split for annotations (#55089)
* Chore: SQL store split for annotations

* Apply suggestion from code review
2022-09-19 10:54:37 +03:00
..
db Chore: SQL Store Split of datasource (#54262) 2022-08-26 11:03:38 -04:00
migrations Migrate user_id to BIGINT (#55084) 2022-09-15 13:29:46 +02:00
migrator Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
mockstore Chore: Move updateorg out of sqlstore (#54111) 2022-08-23 12:26:21 -05:00
permissions Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
searchstore Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
session Chore: replace xorm by sqlx in dashboardversion service (#53869) 2022-08-25 16:04:16 -05:00
sqlutil Chore: remove xorm from preference (#53803) 2022-08-17 22:07:20 -04: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
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 instrumentation: dont instrument ErrSkip at all (#54880) 2022-09-08 11:14:55 +02: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: Move login attempt methods to separate service (#54479) 2022-09-01 18:08:42 +02:00
login_attempt.go Chore: Move login attempt methods to separate service (#54479) 2022-09-01 18:08:42 +02:00
org_test.go Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
org_users_test.go Chore: Use TimeNow instead of time.Now in user sql store to make it testable (#54983) 2022-09-09 18:43:14 +02:00
org_users.go UsersTable: Display Disabled flag in Organizations' Users table (#53656) 2022-08-15 10:58:58 +02:00
org.go Chore: Move updateorg out of sqlstore (#54111) 2022-08-23 12:26:21 -05: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 Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 2022-08-11 13:28:55 +02:00
sqlbuilder.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 2022-08-11 13:28:55 +02:00
sqlstore_metrics_test.go Metrics: Fixed grafana_database_conn_* metrics, and added new go_sql_stats_* metrics as eventual replacement (#54405) 2022-08-31 08:54:32 -04:00
sqlstore_metrics.go Metrics: Fixed grafana_database_conn_* metrics, and added new go_sql_stats_* metrics as eventual replacement (#54405) 2022-08-31 08:54:32 -04:00
sqlstore_test.go Chore: Enable ANSI_QUOTES for Mysql Database (#53277) 2022-08-08 12:14:17 -04:00
sqlstore.go Chore: SQL store split for annotations (#55089) 2022-09-19 10:54:37 +03:00
sqlstore.goconvey
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 Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
stats.go Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
store.go Chore: SQL store split for annotations (#55089) 2022-09-19 10:54:37 +03:00
tables.go
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 Login: Remove single admin team restriction (#54534) 2022-09-02 18:16:39 +02:00
team.go Login: Remove single admin team restriction (#54534) 2022-09-02 18:16:39 +02: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
time.go Chore: Use TimeNow instead of time.Now in user sql store to make it testable (#54983) 2022-09-09 18:43:14 +02:00
tls_mysql.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
transactions_test.go Chore: Remove apikey store methods from sqlstore (#53197) 2022-08-03 08:13:05 -04:00
transactions.go Chore: Remove global bus variable (#50765) 2022-06-14 16:07:41 +02:00
user_test.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 2022-08-11 13:28:55 +02:00
user.go Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00