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
Andrej Ocenas 2d7fc55df7
Provisioning: Do not allow deletion of provisioned dashboards (#16211)
7 years ago
..
migrations Merge pull request #15205 from seanlaff/12556-oauth-pass-thru 7 years ago
migrator fix only add column if not exists for mysql 7 years ago
sqlutil move database-specific code into dialects (#11884) 8 years ago
alert.go upgrade xorm packages to latest versions 7 years ago
alert_notification.go Alerting: Notification channel http api fixes (#16379) 7 years ago
alert_notification_test.go Added uid for alert notifications 7 years ago
alert_test.go introduce state `unknown` for rules that have not been evaluated yet 7 years ago
annotation.go upgrade xorm packages to latest versions 7 years ago
annotation_test.go renames PartialMatch to MatchAny 7 years ago
apikey.go sql: adds tests for InTransaction 8 years ago
apikey_test.go Added expire option to dashboard snapshots, #1623 11 years ago
dashboard.go moves metric package to /infra 7 years ago
dashboard_acl.go return inherited property for permissions 8 years ago
dashboard_acl_test.go pkg/services: fix ineffassign issues 8 years ago
dashboard_folder_test.go new property for current user indicating if edit permissions in folders 8 years ago
dashboard_provisioning.go Provisioning: Do not allow deletion of provisioned dashboards (#16211) 7 years ago
dashboard_provisioning_test.go Provisioning: Do not allow deletion of provisioned dashboards (#16211) 7 years ago
dashboard_service_integration_test.go Fix megacheck issue unused code. 7 years ago
dashboard_snapshot.go snapshots: Move external snapshot creation to backend 7 years ago
dashboard_snapshot_test.go Sqlstore refactor (#11908) 8 years ago
dashboard_test.go pkg/util/{filepath.go,shortid_generator.go}: Fix golint issues 7 years ago
dashboard_version.go upgrade xorm packages to latest versions 7 years ago
dashboard_version_test.go dashboard version cleanup: more tests and refactor 8 years ago
datasource.go Revert "Fix Datasource Update to no User/Password" 7 years ago
datasource_test.go Shouldn't be able to overwrite a dashboard if you don't have permissions (#10900) 8 years ago
health.go feat: added api health endpoint that does not require auth and never creates sessions, returns db status as well. #3302 9 years ago
logger.go dasboard_history: security fix, added orgId filter to dashboard version lookup 9 years ago
login_attempt.go add nil/length check when delete old login attempts 7 years ago
login_attempt_test.go WIP: Protect against brute force (frequent) login attempts (#10031) 8 years ago
org.go pkg/services/sqlstore: Fix sess.Id is deprecated: use ID instead. (megacheck) 7 years ago
org_test.go pkg/*: Fix misspell issues 7 years ago
org_users.go upgrade xorm packages to latest versions 7 years ago
playlist.go move database-specific code into dialects (#11884) 8 years ago
playlist_test.go chore(playlist): remove commented code 10 years ago
plugin_setting.go pkg/services/sqlstore: Fix sess.Id is deprecated: use ID instead. (megacheck) 7 years ago
preferences.go feat: team preferences 7 years ago
preferences_test.go feat: team preferences 7 years ago
quota.go Fix bug what updating user quota doesn't work 7 years ago
quota_test.go Put issue number to test code 7 years ago
search_builder.go move database-specific code into dialects (#11884) 8 years ago
search_builder_test.go move database-specific code into dialects (#11884) 8 years ago
session.go expose functions to use sessions 8 years ago
sql_test_data.go refactor: sqlstore inTransaction consolidated to one version, fixes #8376 9 years ago
sqlbuilder.go refactoring: alert rule query refactoring (#10941) 8 years ago
sqlstore.go Chore: use remote cache instead of session storage (#16114) 7 years ago
sqlstore.goconvey feat(invite): small progress 11 years ago
sqlstore_test.go Correct formatting of sqlstore_test.go 7 years ago
star.go refactor: sqlstore inTransaction consolidated to one version, fixes #8376 9 years ago
stars_test.go Fixed gofmt formating, updated precommit hook 11 years ago
stats.go renames usage state name for auth token 7 years ago
stats_test.go adds usage stats for alert notifiers (#13173) 7 years ago
tables.go Began work on real sql schema definitions, and migration engine 11 years ago
team.go teams: refactor so that you can only delete teams if you are team admin 7 years ago
team_test.go teams: editor/viewer team admin cant remove the last admin. 7 years ago
temp_user.go pkg/services/sqlstore: Fix x.Sql is deprecated: use SQL instead. (megacheck) 7 years ago
temp_user_test.go signup: fix email sent logic for tempuser 9 years ago
tls_mysql.go generalized database connection cert support and added to postgres 9 years ago
transactions.go string formating fixes 7 years ago
transactions_test.go Fix megacheck issue unused code. 7 years ago
user.go fix signed in user for orgId=0 result should return active org id 7 years ago
user_auth.go Remove sleeps in test code by overriding time.Now() 7 years ago
user_auth_test.go Remove sleeps in test code by overriding time.Now() 7 years ago
user_test.go upgrade xorm packages to latest versions 7 years ago