..
migrations
Query history: Create API to add query to query history ( #44479 )
2022-01-28 17:55:09 +01:00
migrator
Alerting: Make Unified Alerting enabled by default for those who do not use legacy alerting ( #42200 )
2021-11-24 14:56:07 -05:00
permissions
Remove unnecesary joins from queries ( #43626 )
2022-01-04 13:04:02 +01:00
searchstore
Revert "Search: Fix only searching for folder id zero ( #44175 )" ( #44424 )
2022-01-25 15:04:26 +01:00
sqlutil
…
alert.go
Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactionalDBSession in alert files ( #43815 )
2022-01-19 19:25:52 +00:00
alert_notification.go
Refactor: Change sqlstore.inTransaction to .WithTransactionalDBSession ( #43245 )
2022-01-06 18:21:39 +01:00
alert_notification_test.go
Refactor: Change sqlstore.inTransaction to .WithTransactionalDBSession ( #43245 )
2022-01-06 18:21:39 +01:00
alert_test.go
Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactionalDBSession in misc files ( #43926 )
2022-01-25 20:30:08 +01:00
annotation.go
fix for CWE-89 ( #43407 )
2021-12-21 19:04:56 +01:00
annotation_cleanup.go
…
annotation_cleanup_test.go
…
annotation_test.go
fix for CWE-89 ( #43407 )
2021-12-21 19:04:56 +01:00
apikey.go
Rename AddHandlerCtx to AddHandler ( #43557 )
2021-12-28 16:08:07 +01:00
apikey_test.go
Chore: Add context apikey ( #41698 )
2021-11-18 09:50:03 +01:00
dashboard.go
Chore: Remove bus from signup and playlist api ( #44485 )
2022-01-27 10:33:02 +01:00
dashboard_acl.go
Rename AddHandlerCtx to AddHandler ( #43557 )
2021-12-28 16:08:07 +01:00
dashboard_acl_test.go
Chore: Remove context.TODO() ( #43409 )
2021-12-22 11:02:42 +01:00
dashboard_folder_test.go
Alerting: fix sqlstore.GetFolderByTitle to search for folder ( #42898 )
2021-12-13 13:59:20 -05:00
dashboard_provisioning.go
Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactionalDBSession in misc files ( #43926 )
2022-01-25 20:30:08 +01:00
dashboard_provisioning_test.go
Chore: Remove bus from signup and playlist api ( #44485 )
2022-01-27 10:33:02 +01:00
dashboard_snapshot.go
Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactional… ( #43772 )
2022-01-07 17:50:59 +01:00
dashboard_snapshot_test.go
Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactional… ( #43772 )
2022-01-07 17:50:59 +01:00
dashboard_test.go
Chore: Remove bus from user api ( #44468 )
2022-01-26 20:24:05 +01:00
dashboard_version.go
Rename AddHandlerCtx to AddHandler ( #43557 )
2021-12-28 16:08:07 +01:00
dashboard_version_test.go
Chore: Add context dashboard version ( #41672 )
2021-11-17 10:57:37 +01:00
database_wrapper.go
Chore: Implement OpenTelemtry in Grafana ( #42674 )
2022-01-20 11:10:12 +01:00
datasource.go
Chore: Add context to datasource service ( #42294 )
2021-11-26 18:10:36 +01:00
datasource_test.go
Rename AddEventListenerCtx to AddEventListener and PublishCtx to Publish ( #43566 )
2022-01-04 09:36:01 +01:00
health.go
Rename AddHandlerCtx to AddHandler ( #43557 )
2021-12-28 16:08:07 +01:00
health_test.go
…
logger.go
…
login_attempt.go
Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactionalDBSession in misc files ( #43926 )
2022-01-25 20:30:08 +01:00
login_attempt_test.go
Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactionalDBSession in misc files ( #43926 )
2022-01-25 20:30:08 +01:00
org.go
Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactionalDBSession in misc files ( #43926 )
2022-01-25 20:30:08 +01:00
org_test.go
Chore: Remove bus from user api ( #44468 )
2022-01-26 20:24:05 +01:00
org_users.go
Access control: Rewrite access control SQL filter ( #44488 )
2022-01-27 13:06:08 +01:00
org_users_test.go
FeatureFlags: define features outside settings.Cfg (take 3) ( #44443 )
2022-01-26 09:44:20 -08:00
playlist.go
Rename AddHandlerCtx to AddHandler ( #43557 )
2021-12-28 16:08:07 +01:00
playlist_test.go
Chore: Add context to playlist ( #41337 )
2021-11-19 14:32:14 +01:00
plugin_setting.go
…
preferences.go
Rename AddHandlerCtx to AddHandler ( #43557 )
2021-12-28 16:08:07 +01:00
preferences_test.go
Admin: Fix so Timezone is saved when saving preferences ( #41583 )
2021-11-11 11:13:01 +01:00
quota.go
Rename AddHandlerCtx to AddHandler ( #43557 )
2021-12-28 16:08:07 +01:00
quota_test.go
…
session.go
…
sqlbuilder.go
Remove unnecesary joins from queries ( #43626 )
2022-01-04 13:04:02 +01:00
sqlbuilder_test.go
Chore: Remove context.TODO() ( #43409 )
2021-12-22 11:02:42 +01:00
sqlstore.go
FeatureFlags: define features outside settings.Cfg (take 3) ( #44443 )
2022-01-26 09:44:20 -08:00
sqlstore.goconvey
…
sqlstore_test.go
…
star.go
Rename AddHandlerCtx to AddHandler ( #43557 )
2021-12-28 16:08:07 +01:00
stars_test.go
…
stats.go
Rename AddHandlerCtx to AddHandler ( #43557 )
2021-12-28 16:08:07 +01:00
stats_integration_test.go
…
stats_test.go
Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactional… ( #43823 )
2022-01-10 11:28:41 -05:00
tables.go
…
tags.go
…
tags_test.go
…
team.go
AccessControl: Add access control actions and scopes to team update and delete
2022-01-27 16:16:44 +01:00
team_test.go
AccessControl: Implement teams resource service ( #43951 )
2022-01-26 14:48:41 +00:00
temp_user.go
Rename AddHandlerCtx to AddHandler ( #43557 )
2021-12-28 16:08:07 +01:00
temp_user_test.go
…
tls_mysql.go
…
transactions.go
Rename AddEventListenerCtx to AddEventListener and PublishCtx to Publish ( #43566 )
2022-01-04 09:36:01 +01:00
transactions_test.go
Chore: Add context apikey ( #41698 )
2021-11-18 09:50:03 +01:00
user.go
Chore: Remove bus from user api ( #44468 )
2022-01-26 20:24:05 +01:00
user_test.go
Chore: Remove bus from user api ( #44468 )
2022-01-26 20:24:05 +01:00