Torkel Ödegaard 95e0010a5b fix: sqlite3 and concurrent write requests caused database locked error some times, depending on how many concurrent requests and speed of disk drive. Fixed by reducign the number of concurrent db connections to 1 for sqlite3, fixes #7992 8 years ago
..
migrations 24d4e50343 utf8mb4 encoding (#7959) 8 years ago
migrator 24d4e50343 utf8mb4 encoding (#7959) 8 years ago
sqlutil 24d4e50343 utf8mb4 encoding (#7959) 8 years ago
alert.go 00dddca26a alerting: dedupe alert notifications when running multiple servers 9 years ago
alert_notification.go e5c64732f1 fix(sql): Add boolstr to all dialects 9 years ago
alert_notification_test.go 2ca7284a56 tech(notifications): splitt into 3 queries 9 years ago
alert_test.go a2257ec3d0 tech(alerting): renames pause all method 9 years ago
annotation.go c9d7eb0a7a feat(alerting): added clear history button to alert state history view, #6244 9 years ago
apikey.go 059db533d5 HTTP API: grafana /render calls nows with api keys, Fixes #1649 10 years ago
apikey_test.go b1f85dc8f1 Added expire option to dashboard snapshots, #1623 10 years ago
dashboard.go c737704eeb Removed playlist item when dashboard is deleted 9 years ago
dashboard_snapshot.go 71e2c6f6ef refactor(backend): refactoring management of go routines in backend 9 years ago
dashboard_snapshot_test.go 0398face05 feat(plugins): dashboard import for data sources is working! #4298 9 years ago
dashboard_test.go 5d5999561a test(dashboard): add failing test for deleting dashboards 9 years ago
datasource.go 143cbe921f (feat) support datasource delete by name api 9 years ago
datasource_test.go 143cbe921f (feat) support datasource delete by name api 9 years ago
logger.go 9f1c6a73f0 tech: added sql logger to log all sql statements sent to sql server 8 years ago
org.go 65057212e7 Org update should throw error if not found (#7066) 9 years ago
org_test.go 193d468ed3 admin: adds paging to global user list 9 years ago
org_users.go 5eceabf810 fix(): Check Organization exists before User is added (#5302) 9 years ago
playlist.go d27bb4d3fb style(playlist): move dashboard access to dashboard.go 10 years ago
playlist_test.go d405176367 chore(playlist): remove commented code 10 years ago
plugin_setting.go 85be7dd902 feat(apps): progress on app dashboard sync 9 years ago
preferences.go c6744925c4 Add new parameter to config: default_theme. 9 years ago
quota.go 86ed85aa6e move toMap function to be a method on the quota structs 10 years ago
quota_test.go b7de847236 add unittests for quota sqltore methods. 10 years ago
shared.go 10820f31c2 Changed go package path 11 years ago
sqlstore.go 95e0010a5b fix: sqlite3 and concurrent write requests caused database locked error some times, depending on how many concurrent requests and speed of disk drive. Fixed by reducign the number of concurrent db connections to 1 for sqlite3, fixes #7992 8 years ago
sqlstore.goconvey 2724cf5db8 feat(invite): small progress 10 years ago
star.go 10820f31c2 Changed go package path 11 years ago
stars_test.go ebad9cb502 Fixed gofmt formating, updated precommit hook 10 years ago
stats.go a87fd11f26 feat(stats): add alerts to global admin stats 9 years ago
tables.go 1f987c1903 Began work on real sql schema definitions, and migration engine 11 years ago
temp_user.go de0f04ec3c feat(signup): progress on new sign up and email verification flow, #2353 10 years ago
temp_user_test.go de0f04ec3c feat(signup): progress on new sign up and email verification flow, #2353 10 years ago
tls_mysql.go c21ffcc6c9 generalized database connection cert support and added to postgres 9 years ago
user.go 9efb6e76e9 users: adds search and pagination (#7753) 8 years ago
user_test.go 9efb6e76e9 users: adds search and pagination (#7753) 8 years ago