The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/pkg/services/sqlstore
Marcus Efraimsson 5a96863eed
pin versions of xorm to resolve sql tests
7 years ago
..
migrations Sqlstore refactor (#11908) 7 years ago
migrator Sqlstore refactor (#11908) 7 years ago
sqlutil move database-specific code into dialects (#11884) 7 years ago
alert.go move database-specific code into dialects (#11884) 7 years ago
alert_notification.go Simplify error returns (gosimple) 7 years ago
alert_notification_test.go move database-specific code into dialects (#11884) 7 years ago
alert_test.go Merge pull request #10942 from grafana/pausing_alerts_updates_timestamp 7 years ago
annotation.go move database-specific code into dialects (#11884) 7 years ago
annotation_test.go move database-specific code into dialects (#11884) 7 years ago
apikey.go Simplify comparison to bool constant (gosimple) 7 years ago
apikey_test.go
dashboard.go new property for current user indicating if edit permissions in folders 7 years ago
dashboard_acl.go return inherited property for permissions 7 years ago
dashboard_acl_test.go pkg/services: fix ineffassign issues 7 years ago
dashboard_folder_test.go new property for current user indicating if edit permissions in folders 7 years ago
dashboard_provisioning.go provisioning: simplify db query 7 years ago
dashboard_provisioning_test.go provisioning: simplify db query 7 years ago
dashboard_service_integration_test.go Merge branch 'master' into readonly_dashboards 7 years ago
dashboard_snapshot.go Simplify comparison to bool constant (gosimple) 7 years ago
dashboard_snapshot_test.go Sqlstore refactor (#11908) 7 years ago
dashboard_test.go Outdent code after if block that ends with return (golint) 7 years ago
dashboard_version.go dashboard version cleanup: more tests and refactor 7 years ago
dashboard_version_test.go dashboard version cleanup: more tests and refactor 7 years ago
datasource.go bug: return correct err message 7 years ago
datasource_test.go Shouldn't be able to overwrite a dashboard if you don't have permissions (#10900) 7 years ago
health.go feat: added api health endpoint that does not require auth and never creates sessions, returns db status as well. #3302 8 years ago
logger.go dasboard_history: security fix, added orgId filter to dashboard version lookup 8 years ago
login_attempt.go login: uses epochs for login throtting. 7 years ago
login_attempt_test.go WIP: Protect against brute force (frequent) login attempts (#10031) 7 years ago
org.go refactor: sqlstore inTransaction consolidated to one version, fixes #8376 8 years ago
org_test.go database: fixes after xorm update 7 years ago
org_users.go teams: use orgId in all team and team member operations (#10862) 7 years ago
playlist.go move database-specific code into dialects (#11884) 7 years ago
playlist_test.go chore(playlist): remove commented code 9 years ago
plugin_setting.go Outdent code after if block that ends with return (golint) 7 years ago
preferences.go Outdent code after if block that ends with return (golint) 7 years ago
quota.go Simplify comparison to bool constant (gosimple) 7 years ago
quota_test.go Sqlstore refactor (#11908) 7 years ago
search_builder.go move database-specific code into dialects (#11884) 7 years ago
search_builder_test.go move database-specific code into dialects (#11884) 7 years ago
shared.go move database-specific code into dialects (#11884) 7 years ago
sql_test_data.go refactor: sqlstore inTransaction consolidated to one version, fixes #8376 8 years ago
sqlbuilder.go refactoring: alert rule query refactoring (#10941) 7 years ago
sqlstore.go pin versions of xorm to resolve sql tests 7 years ago
sqlstore.goconvey
star.go refactor: sqlstore inTransaction consolidated to one version, fixes #8376 8 years ago
stars_test.go
stats.go use sql builder for the get system stats sql query 7 years ago
stats_test.go add usage stats for datasource access mode 7 years ago
tables.go
team.go move database-specific code into dialects (#11884) 7 years ago
team_test.go pkg/services: fix ineffassign issues 7 years ago
temp_user.go Simplify comparison to bool constant (gosimple) 7 years ago
temp_user_test.go signup: fix email sent logic for tempuser 8 years ago
tls_mysql.go generalized database connection cert support and added to postgres 9 years ago
user.go move database-specific code into dialects (#11884) 7 years ago
user_auth.go refactor authproxy & ldap integration, address comments 7 years ago
user_auth_test.go db: fix failing user auth tests for postgres 7 years ago
user_test.go Dashboard acl query fixes (#10909) 7 years ago