grafana/pkg/services/sqlstore
Wouter Smeenk 39eba5065b
Dashboard: Support configuring default timezone via config file (#27404)
Add a default timezone that the administrator can set in the settings. 
This setting is be used as default for the users timezone preference.
Can be used when creating Grafana instances without administrator 
intervention, in order to give user the correct default timezone.

Fixes #25654
2020-09-15 15:20:53 +02:00
..
migrations Alerting: Change settings column type to mediumtext (#26549) 2020-07-24 08:40:06 +03:00
migrator SQLite: Set 0640 permissions on SQLite database file (#26339) 2020-07-23 15:47:26 +02:00
permissions Chore: Start harmonizing linting with plugin SDK (#25854) 2020-06-29 14:08:32 +02:00
searchstore Chore: Start harmonizing linting with plugin SDK (#25854) 2020-06-29 14:08:32 +02:00
sqlutil Annotation: Add clean up job for old annotations (#26156) 2020-09-02 08:07:31 +02:00
alert_notification_test.go Alerting API: send 404 not found error and enrich delete with UID endpoint response with alert notification ID (#27550) 2020-09-11 18:04:43 +02:00
alert_notification.go Alerting API: send 404 not found error and enrich delete with UID endpoint response with alert notification ID (#27550) 2020-09-11 18:04:43 +02:00
alert_test.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
alert.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
annotation_cleanup_test.go Annotation: Add clean up job for old annotations (#26156) 2020-09-02 08:07:31 +02:00
annotation_cleanup.go Annotation: Add clean up job for old annotations (#26156) 2020-09-02 08:07:31 +02:00
annotation_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
annotation.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
apikey_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
apikey.go API: Optionally list expired keys (#20468) 2019-11-20 13:14:57 +02:00
dashboard_acl_test.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
dashboard_acl.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
dashboard_folder_test.go pkg/services: Check errors (#19712) 2019-10-22 14:08:18 +02:00
dashboard_provisioning_test.go Provisioning: Remove provisioned dashboards without parental reader (#26143) 2020-09-11 09:19:44 +02:00
dashboard_provisioning.go Provisioning: Remove provisioned dashboards without parental reader (#26143) 2020-09-11 09:19:44 +02:00
dashboard_service_integration_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
dashboard_snapshot_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
dashboard_snapshot.go Chore: Enable Go linter gocritic (#26224) 2020-07-16 14:39:01 +02:00
dashboard_test.go Search: Support multiple order filters (#24230) 2020-05-06 11:42:52 +02:00
dashboard_version_test.go delete old dashboard versions in multiple batches (#23348) 2020-04-06 11:44:14 -04:00
dashboard_version.go delete old dashboard versions in multiple batches (#23348) 2020-04-06 11:44:14 -04:00
dashboard.go Provisioning: Remove provisioned dashboards without parental reader (#26143) 2020-09-11 09:19:44 +02:00
datasource_test.go Provisioning: Allows specifying uid for datasource and use that in derived fields (#23585) 2020-04-20 15:48:38 +02:00
datasource.go Data sources: Use SQL store directly, not via bus (#27000) 2020-08-21 09:30:06 +02:00
health.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
logger.go Chore: Update the xorm dependency (#22376) 2020-04-01 15:57:21 +02:00
login_attempt_test.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
login_attempt.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
org_test.go API: Support paging in the admin orgs list API (#26932) 2020-08-12 10:59:07 +03:00
org_users.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
org.go SQL: Fix missing org error messages (#26785) 2020-08-04 17:06:37 +02:00
playlist_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
playlist.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
plugin_setting.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
preferences_test.go Dashboard: Support configuring default timezone via config file (#27404) 2020-09-15 15:20:53 +02:00
preferences.go Dashboard: Support configuring default timezone via config file (#27404) 2020-09-15 15:20:53 +02:00
quota_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
quota.go Chore: Enable Go linter gocritic (#26224) 2020-07-16 14:39:01 +02:00
session.go Server: Add health check route (#26999) 2020-08-18 14:58:08 +02:00
sql_test_data.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
sqlbuilder_test.go Chore: Fix tests for Go 1.15 (#26957) 2020-08-12 17:45:03 +02:00
sqlbuilder.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
sqlstore_test.go Chore: Disable scopelint for tests (#25923) 2020-06-30 11:05:47 +02:00
sqlstore.go Dashboard: Support configuring default timezone via config file (#27404) 2020-09-15 15:20:53 +02:00
sqlstore.goconvey feat(invite): small progress 2015-07-17 14:42:49 +02:00
star.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
stars_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
stats_integration_test.go Stats: Use more efficient SQL and add timeouts (#27390) 2020-09-08 09:52:08 +02:00
stats_test.go Stats: Use more efficient SQL and add timeouts (#27390) 2020-09-08 09:52:08 +02:00
stats.go Stats: Use more efficient SQL and add timeouts (#27390) 2020-09-08 09:52:08 +02:00
tables.go Began work on real sql schema definitions, and migration engine 2015-01-17 21:40:22 +01:00
tags_test.go Alerting: Add tags to alert rules (#10989) 2019-06-06 13:29:30 +02:00
tags.go Chore: Enable Go linter gocritic (#26224) 2020-07-16 14:39:01 +02:00
team_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
team.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
temp_user_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
temp_user.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
tls_mysql.go add support for periodically reloading mysql client certs (#14892) 2019-05-16 13:45:22 +02:00
transactions_test.go Upgrade golangci-lint and fixes some linting errors. (#22909) 2020-03-23 13:37:53 +01:00
transactions.go Server: Add health check route (#26999) 2020-08-18 14:58:08 +02:00
user_auth_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
user_auth.go OAuth: Fix for wrong user token updated on OAuth refresh in DS proxy (#17541) 2019-06-12 13:47:38 +02:00
user_test.go Users: Improve conflict error handling (#26958) 2020-08-13 14:38:54 +02:00
user.go Users: Improve conflict error handling (#26958) 2020-08-13 14:38:54 +02:00