grafana/pkg/api
Carl Bergquist ff9556229a
Data proxy: Log proxy errors using Grafana logger (#22174)
Now any errors logged by http.ReverseProxy are forwarded to 
Grafana's logger and includes more contextual information like
level (error), user id, org id, username, proxy path, referer and 
IP address.

Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2020-02-18 13:26:01 +01:00
..
avatar use https for fetch gravatar by default (#20964) 2019-12-10 08:59:11 +01:00
dtos Fix importing plugin dashboards (#21501) 2020-01-15 12:10:02 +01:00
live pkg/api: Check errors (#19657) 2019-10-08 18:57:53 +02:00
pluginproxy Data proxy: Log proxy errors using Grafana logger (#22174) 2020-02-18 13:26:01 +01:00
routing
static
admin_provisioning.go
admin_users_test.go ApiUser: Fix response when enabling, disabling or deleting a nonexistent user (#21391) 2020-01-10 11:43:44 +01:00
admin_users.go ApiUser: Fix response when enabling, disabling or deleting a nonexistent user (#21391) 2020-01-10 11:43:44 +01:00
admin.go
alerting_test.go API: Restrict anonymous user information access (#18422) 2019-08-12 20:03:48 +02:00
alerting.go API: Added alert state validation before changing its state (#21375) 2020-01-09 11:18:51 +01:00
annotations_test.go Annotations: use a single row to represent a region (#17673) 2019-08-16 10:49:30 +02:00
annotations.go Annotations: use a single row to represent a region (#17673) 2019-08-16 10:49:30 +02:00
api.go Backend plugins: Implement support for resources (#21805) 2020-01-31 11:15:50 +01:00
apikey.go API: Optionally list expired keys (#20468) 2019-11-20 13:14:57 +02:00
app_routes.go
basic_auth_test.go
basic_auth.go
common_test.go
common.go pkg/api: Check errors (#19657) 2019-10-08 18:57:53 +02:00
dashboard_permission_test.go
dashboard_permission.go
dashboard_snapshot_test.go pkg/api: Check errors (#19657) 2019-10-08 18:57:53 +02:00
dashboard_snapshot.go pkg/util: Check errors (#19832) 2019-10-23 10:40:12 +02:00
dashboard_test.go Provisioning: fix for cannot save provisioned dashboard (#20218) 2019-11-07 10:49:24 +01:00
dashboard.go Metrictank: fix bundled dashboard (#21209) 2019-12-20 11:42:47 +01:00
dataproxy_test.go
dataproxy.go Metrics: use consistent naming for exported variables (#18134) 2019-07-16 16:58:46 +02:00
datasources_test.go
datasources.go Backend plugins: Implement support for resources (#21805) 2020-01-31 11:15:50 +01:00
folder_permission_test.go
folder_permission.go
folder_test.go
folder.go API: Minor fix for nil pointer when trying to log error during creating new dashboard via the API (#18003) 2019-07-11 09:45:29 +03:00
frontendsettings.go Migrations: Signup page (#21514) 2020-02-17 11:13:13 +01:00
grafana_com_proxy.go
http_server_test.go
http_server.go Backend plugins: Implement support for resources (#21805) 2020-01-31 11:15:50 +01:00
index.go Footer: Display Grafana edition (#21717) 2020-01-27 09:24:44 +01:00
ldap_debug_test.go LDAP: Fixing sync issues (#19446) 2019-11-07 14:31:44 +01:00
ldap_debug.go Quota: Makes sure we provide the request context to the quota service (#21949) 2020-02-06 08:49:58 +02:00
login_oauth.go Security: refactor 'redirect_to' cookie to use 'Secure' flag (#19787) 2020-01-10 15:55:30 +02:00
login_test.go API: Fix redirect issue when configured to use a subpath (#21652) 2020-02-14 14:51:35 +01:00
login.go API: Fix redirect issue when configured to use a subpath (#21652) 2020-02-14 14:51:35 +01:00
metrics.go GEL: include the expression count in the request (#20114) 2019-10-31 16:22:00 -07:00
org_invite.go Server: Return 404 when non-pending invite is requested (#20863) 2019-12-04 13:01:37 +01:00
org_users.go API: Restrict anonymous user information access (#18422) 2019-08-12 20:03:48 +02:00
org.go Metrics: use consistent naming for exported variables (#18134) 2019-07-16 16:58:46 +02:00
password.go pkg/util: Check errors (#19832) 2019-10-23 10:40:12 +02:00
playlist_play.go
playlist.go
plugins.go Backend plugins: Implement support for resources (#21805) 2020-01-31 11:15:50 +01:00
preferences.go
quota.go
render.go Reporting: Handle timeouts in rendering (#20415) 2019-11-18 16:58:15 +01:00
search.go Metrics: use consistent naming for exported variables (#18134) 2019-07-16 16:58:46 +02:00
signup.go pkg/util: Check errors (#19832) 2019-10-23 10:40:12 +02:00
stars.go
team_members.go Licensing service (#19903) 2019-11-01 14:56:12 +01:00
team_test.go API: Minor fix for team creation endpoint when using API key (#18252) 2019-08-08 11:27:47 +03:00
team.go API: Minor fix for team creation endpoint when using API key (#18252) 2019-08-08 11:27:47 +03:00
user_test.go Admin: New Admin User page (#20498) 2020-01-13 17:10:19 +01:00
user_token_test.go
user_token.go
user.go Auth: Azure AD OAuth (#20030) 2020-02-13 12:12:25 +03:00