grafana/pkg/api
Domas 564d7ecea7
DataProxy: Ignore empty URL's in plugin routes (#27653)
This adds a check to see if plugin route URL is empty, and in such case 
does not modify request schema and host of the request to be proxied.
This behavior is now the same as in the plugin proxy.
2020-09-18 13:22:07 +02:00
..
avatar Chore: Enable goprintffuncname and nakedret linters (#26376) 2020-07-23 08:14:39 +02:00
datasource API: Recognize MSSQL data source URLs (#25629) 2020-06-17 11:17:11 +02:00
dtos API: return resource ID for auth key creation, folder permissions update and user invite complete endpoints (#27419) 2020-09-07 17:06:11 +02:00
pluginproxy DataProxy: Ignore empty URL's in plugin routes (#27653) 2020-09-18 13:22:07 +02:00
routing Chore: Enable Go linter gocritic (#26224) 2020-07-16 14:39:01 +02:00
static pkg: fix codespell issues 2018-04-13 20:31:29 +02:00
admin_provisioning.go Provisioning: Adds support for enabling app plugins (#25649) 2020-06-22 17:49:13 +02:00
admin_users_test.go Users: Improve conflict error handling (#26958) 2020-08-13 14:38:54 +02:00
admin_users.go Users: Improve conflict error handling (#26958) 2020-08-13 14:38:54 +02:00
admin.go Chore: use Wrap for all admin API (#26673) 2020-07-29 18:00:14 +02:00
alerting_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
alerting.go Alerting API: send 404 not found error and enrich delete with UID endpoint response with alert notification ID (#27550) 2020-09-11 18:04:43 +02:00
annotations_test.go Chore: Avoid aliasing importing models in api package (#22492) 2020-03-04 12:57:20 +01:00
annotations.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
api.go add /healthz endpoint (#27536) 2020-09-18 13:03:18 +02:00
apikey.go API: return resource ID for auth key creation, folder permissions update and user invite complete endpoints (#27419) 2020-09-07 17:06:11 +02:00
app_routes.go Chore: Enable goprintffuncname and nakedret linters (#26376) 2020-07-23 08:14:39 +02:00
basic_auth_test.go Re-organize packages and add basic auth test 2018-11-19 13:54:13 -05:00
basic_auth.go Chore: Start harmonizing linting with plugin SDK (#25854) 2020-06-29 14:08:32 +02:00
common_test.go Data sources: Don't fail if URL doesn't specify protocol (#24497) 2020-05-12 13:04:18 +02:00
common.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
dashboard_permission_test.go Chore: Avoid aliasing importing models in api package (#22492) 2020-03-04 12:57:20 +01:00
dashboard_permission.go Chore: Avoid aliasing importing models in api package (#22492) 2020-03-04 12:57:20 +01:00
dashboard_snapshot_test.go Chore: Avoid aliasing importing models in api package (#22492) 2020-03-04 12:57:20 +01:00
dashboard_snapshot.go Chore: Avoid aliasing importing models in api package (#22492) 2020-03-04 12:57:20 +01:00
dashboard_test.go Chore: Fix tests for Go 1.15 (#26957) 2020-08-12 17:45:03 +02:00
dashboard.go API: Enrich endpoints with ID (#26691) 2020-07-31 08:22:09 +02:00
dataproxy_test.go dataproxy should forward a trailing slash to proxy 2018-10-03 12:55:01 +02:00
dataproxy.go Data sources: Don't fail if URL doesn't specify protocol (#24497) 2020-05-12 13:04:18 +02:00
datasources_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
datasources.go API: Enrich endpoints with ID (#26691) 2020-07-31 08:22:09 +02:00
folder_permission_test.go API: return resource ID for auth key creation, folder permissions update and user invite complete endpoints (#27419) 2020-09-07 17:06:11 +02:00
folder_permission.go API: return resource ID for auth key creation, folder permissions update and user invite complete endpoints (#27419) 2020-09-07 17:06:11 +02:00
folder_test.go Chore: Aggregate save dashboard error (#26443) 2020-07-21 11:12:01 +02:00
folder.go API: Enrich endpoints with ID (#26691) 2020-07-31 08:22:09 +02:00
frontendsettings_test.go Settings: Add setting for hiding version number for anonymous users (#24919) 2020-06-17 07:39:50 +02:00
frontendsettings.go Chore: Enable gocyclo linter (#26395) 2020-09-07 22:10:06 +02:00
grafana_com_proxy.go Chore: Avoid aliasing importing models in api package (#22492) 2020-03-04 12:57:20 +01:00
http_server_test.go Tests: Batch of GoConvey to Testify conversions (#27008) 2020-08-14 14:43:25 +02:00
http_server.go add /healthz endpoint (#27536) 2020-09-18 13:03:18 +02:00
index.go BootData: Fix nav tree sort regression (#27533) 2020-09-11 15:17:41 +02:00
ldap_debug_test.go Chore: Fix various spelling errors in back-end code (#25241) 2020-06-01 17:11:25 +02:00
ldap_debug.go Chore: Fix various spelling errors in back-end code (#25241) 2020-06-01 17:11:25 +02:00
login_oauth.go OAuth: Fix token refresh failure when custom SSL settings are configured for OAuth provider (#27523) 2020-09-11 17:25:03 +02:00
login_test.go API: send Login actions (#27249) 2020-09-04 14:54:59 +02:00
login.go Auth: Replace maximum inactive/lifetime settings of days to duration (#27150) 2020-09-14 15:57:38 +02:00
metrics.go Settings: Remove global variable (#26613) 2020-07-26 23:36:36 -07:00
org_invite.go Org API: enrich add user to org endpoints with user ID in the response (#27551) 2020-09-14 08:58:23 +02:00
org_users.go Org API: enrich add user to org endpoints with user ID in the response (#27551) 2020-09-14 08:58:23 +02:00
org.go API: Support paging in the admin orgs list API (#26932) 2020-08-12 10:59:07 +03:00
password.go Chore: Avoid aliasing importing models in api package (#22492) 2020-03-04 12:57:20 +01:00
playlist_play.go Chore: Avoid aliasing importing models in api package (#22492) 2020-03-04 12:57:20 +01:00
playlist.go Playlists: Remove API validation for empty playlists and remove redundant API call (#26982) 2020-08-14 11:59:50 +03:00
plugins.go Backend plugins: Refactor to allow shared contract between core and external backend plugins (#25472) 2020-06-11 16:14:05 +02:00
preferences.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
quota.go Chore: Avoid aliasing importing models in api package (#22492) 2020-03-04 12:57:20 +01:00
render.go Image Rendering: New setting to control render request concurrency (#23950) 2020-04-27 17:25:08 +02:00
search.go Chore: Start harmonizing linting with plugin SDK (#25854) 2020-06-29 14:08:32 +02:00
signup.go Users: Improve conflict error handling (#26958) 2020-08-13 14:38:54 +02:00
stars.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
team_members.go Chore: Avoid aliasing importing models in api package (#22492) 2020-03-04 12:57:20 +01:00
team_test.go Chore: Start harmonizing linting with plugin SDK (#25854) 2020-06-29 14:08:32 +02:00
team.go Chore: Avoid aliasing importing models in api package (#22492) 2020-03-04 12:57:20 +01:00
user_test.go Admin: New Admin User page (#20498) 2020-01-13 17:10:19 +01:00
user_token_test.go Chore: Avoid aliasing importing models in api package (#22492) 2020-03-04 12:57:20 +01:00
user_token.go Api: Fix auth tokens returning wrong seenAt value (#17980) 2019-07-08 14:30:02 +02:00
user.go Chore: Avoid aliasing importing models in api package (#22492) 2020-03-04 12:57:20 +01:00