grafana/pkg/services/sqlstore
Arve Knudsen b858a5f496
Don't truncate IPv6 addresses (#19573)
* Bugfix: Fix parsing of IPv6 addresses

Make sure that IPv6 addresses aren't truncated when parsing. Fixes #18924
* util: Change network address parsing funcs to return error
* pkg/api: Return NetworkAddress instead of host/port
2019-10-09 08:58:45 +02:00
..
migrations Annotations: use a single row to represent a region (#17673) 2019-08-16 10:49:30 +02:00
migrator AuthProxy: Optimistic lock pattern for remote cache Set (#17485) 2019-06-13 15:36:09 +02:00
sqlutil move database-specific code into dialects (#11884) 2018-05-10 16:54:21 +02:00
alert_notification_test.go Added uid for alert notifications 2019-01-16 16:50:00 +02:00
alert_notification.go Chore: a bit of spring cleaning (#16710) 2019-04-23 11:24:47 +03:00
alert_test.go Alerting: Fix dates stored in local time when pausing alerts (#19525) 2019-10-08 17:25:15 +03:00
alert.go Alerting: Fix dates stored in local time when pausing alerts (#19525) 2019-10-08 17:25:15 +03:00
annotation_test.go Annotations: use a single row to represent a region (#17673) 2019-08-16 10:49:30 +02:00
annotation.go Annotations: use a single row to represent a region (#17673) 2019-08-16 10:49:30 +02:00
apikey_test.go Auth: Duplicate API Key Name Handle With Useful HTTP Code (#17905) 2019-07-11 11:20:34 +03:00
apikey.go Auth: Duplicate API Key Name Handle With Useful HTTP Code (#17905) 2019-07-11 11:20:34 +03:00
dashboard_acl_test.go pkg/services: fix ineffassign issues 2018-04-23 19:28:54 +02:00
dashboard_acl.go sqlstore: use column name in order by (#16583) 2019-04-24 16:05:35 +02:00
dashboard_folder_test.go API: Restrict anonymous user information access (#18422) 2019-08-12 20:03:48 +02:00
dashboard_provisioning_test.go Provisioning: Show file path of provisioning file in save/delete dialogs (#16706) 2019-04-30 13:32:18 +02:00
dashboard_provisioning.go Provisioning: Show file path of provisioning file in save/delete dialogs (#16706) 2019-04-30 13:32:18 +02:00
dashboard_service_integration_test.go Provisioning: Show file path of provisioning file in save/delete dialogs (#16706) 2019-04-30 13:32:18 +02:00
dashboard_snapshot_test.go Sqlstore refactor (#11908) 2018-05-18 11:10:10 +02:00
dashboard_snapshot.go snapshots: Move external snapshot creation to backend 2018-12-10 16:36:32 -05:00
dashboard_test.go Search: Fixed search issue introduced in recent PR (#16652) 2019-04-17 19:07:13 +02:00
dashboard_version_test.go dashboard version cleanup: more tests and refactor 2018-03-22 15:18:05 +03:00
dashboard_version.go upgrade xorm packages to latest versions 2019-03-05 21:11:23 +01:00
dashboard.go API: Restrict anonymous user information access (#18422) 2019-08-12 20:03:48 +02:00
datasource_test.go API: Restrict anonymous user information access (#18422) 2019-08-12 20:03:48 +02:00
datasource.go Metrics: use consistent naming for exported variables (#18134) 2019-07-16 16:58:46 +02:00
health.go feat: added api health endpoint that does not require auth and never creates sessions, returns db status as well. #3302 2017-04-25 17:17:45 +02:00
logger.go move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
login_attempt_test.go WIP: Protect against brute force (frequent) login attempts (#10031) 2018-01-26 10:41:41 +01:00
login_attempt.go Fix gosimple issues (#17179) 2019-05-21 07:50:44 +02:00
org_test.go LDAP: Add API endpoint to debug user mapping from LDAP (#18833) 2019-09-03 18:34:44 +01:00
org_users.go upgrade xorm packages to latest versions 2019-03-05 21:11:23 +01:00
org.go LDAP: Add API endpoint to debug user mapping from LDAP (#18833) 2019-09-03 18:34:44 +01:00
playlist_test.go chore(playlist): remove commented code 2016-01-29 20:33:01 +01:00
playlist.go move database-specific code into dialects (#11884) 2018-05-10 16:54:21 +02:00
plugin_setting.go pkg/services/sqlstore: Fix sess.Id is deprecated: use ID instead. (megacheck) 2018-09-16 12:37:08 +02:00
preferences_test.go feat: team preferences 2018-11-12 20:01:53 +01:00
preferences.go feat: team preferences 2018-11-12 20:01:53 +01:00
quota_test.go Put issue number to test code 2018-12-05 22:47:41 +09:00
quota.go Fix bug what updating user quota doesn't work 2018-12-05 22:29:07 +09:00
search_builder_test.go Search: Fixes search limits and adds a page parameter (#16458) 2019-04-17 13:07:50 +02:00
search_builder.go Search: Fixed search issue introduced in recent PR (#16652) 2019-04-17 19:07:13 +02:00
session.go Chore: Deduplicate sqlstore transaction code (#17069) 2019-05-16 12:39:59 +02:00
sql_test_data.go refactor: sqlstore inTransaction consolidated to one version, fixes #8376 2017-05-23 10:56:23 +02:00
sqlbuilder_test.go Perf: Fix slow dashboards ACL query (#17427) 2019-06-05 10:55:50 +02:00
sqlbuilder.go Perf: Fix slow dashboards ACL query (#17427) 2019-06-05 10:55:50 +02:00
sqlstore_test.go Don't truncate IPv6 addresses (#19573) 2019-10-09 08:58:45 +02:00
sqlstore.go Don't truncate IPv6 addresses (#19573) 2019-10-09 08:58:45 +02:00
sqlstore.goconvey feat(invite): small progress 2015-07-17 14:42:49 +02:00
star.go refactor: sqlstore inTransaction consolidated to one version, fixes #8376 2017-05-23 10:56:23 +02:00
stars_test.go admin: add more stats about roles (#16667) 2019-04-24 13:18:16 +02:00
stats_test.go admin: add more stats about roles (#16667) 2019-04-24 13:18:16 +02:00
stats.go SQL: Rewrite statistics query (#19178) 2019-09-19 14:15:26 +03: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 Alerting: Add tags to alert rules (#10989) 2019-06-06 13:29:30 +02:00
team_test.go API: Restrict anonymous user information access (#18422) 2019-08-12 20:03:48 +02:00
team.go API: Restrict anonymous user information access (#18422) 2019-08-12 20:03:48 +02:00
temp_user_test.go signup: fix email sent logic for tempuser 2017-06-30 20:21:08 +02:00
temp_user.go pkg/services/sqlstore: Fix x.Sql is deprecated: use SQL instead. (megacheck) 2018-09-16 12:26:05 +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 Chore: a bit of spring cleaning (#16710) 2019-04-23 11:24:47 +03:00
transactions.go database: retry transaction if sqlite returns database is locked error (#17276) 2019-05-27 09:24:15 +02:00
user_auth_test.go Build: use golangci-lint as a make command (#17739) 2019-07-02 16:06:59 +03: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 SQLStore: use bool pointer instead of string (#18111) 2019-07-17 06:24:56 +03:00
user.go API: Add createdAt field to /api/users/:id (#19475) 2019-09-28 12:12:33 +01:00