grafana/pkg/api
Arve Knudsen 216b6b01f4
RedirectResponse: Implement all of api.Response (#29946)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-12-21 13:44:22 +01:00
..
avatar Chore: Disable default golangci-lint filter (#29751) 2020-12-15 09:32:06 +01:00
datasource Chore: Remove unused Go code (#28852) 2020-11-17 11:51:31 +01:00
dtos Plugins: Add support for signature manifest V2 (#29240) 2020-12-11 12:57:57 +01:00
pluginproxy Chore: Remove duplicate interpolateString test (#29941) 2020-12-21 07:53:31 +01:00
routing fixes bug with invalid handler name for metrics (#29529) 2020-12-02 13:42:17 +01:00
static Chore: Disable default golangci-lint filter (#29751) 2020-12-15 09:32:06 +01:00
admin_provisioning.go Chore: Handle wrapped errors (#29223) 2020-11-19 13:34:28 +01:00
admin_users_test.go Move middleware context handler logic to service (#29605) 2020-12-11 11:44:44 +01:00
admin_users.go Chore: Handle wrapped errors (#29223) 2020-11-19 13:34:28 +01:00
admin.go Chore: use Wrap for all admin API (#26673) 2020-07-29 18:00:14 +02:00
alerting_test.go Chore: Convert API tests to standard Go lib (#29009) 2020-11-13 09:52:38 +01:00
alerting.go adds tracing for all bus calls that passes ctx (#29434) 2020-11-27 14:58:45 +01:00
annotations_test.go Chore: Convert API tests to standard Go lib (#29009) 2020-11-13 09:52:38 +01:00
annotations.go Chore: Convert API tests to standard Go lib (#29009) 2020-11-13 09:52:38 +01:00
api.go Backend: Remove more globals (#29644) 2020-12-15 19:09:04 +01:00
apikey.go Chore: Handle wrapped errors (#29223) 2020-11-19 13:34:28 +01:00
app_routes.go Fix panic when using complex dynamic URLs in app plugin routes (#27977) 2020-11-17 10:56:42 +01:00
basic_auth_test.go Chore: Use Header.Set method instead of Header.Add (#29804) 2020-12-14 15:13:01 +01:00
basic_auth.go Chore: Start harmonizing linting with plugin SDK (#25854) 2020-06-29 14:08:32 +02:00
common_test.go Backend: Remove more globals (#29644) 2020-12-15 19:09:04 +01:00
common.go RedirectResponse: Implement all of api.Response (#29946) 2020-12-21 13:44:22 +01:00
dashboard_permission_test.go Add an option to hide certain users in the UI (#28942) 2020-11-24 12:10:32 +01:00
dashboard_permission.go Add an option to hide certain users in the UI (#28942) 2020-11-24 12:10:32 +01:00
dashboard_snapshot_test.go API: add ID to snapshot API responses (#29600) 2020-12-04 16:22:58 +01:00
dashboard_snapshot.go Chore: Disable default golangci-lint filter (#29751) 2020-12-15 09:32:06 +01:00
dashboard_test.go Backend: Remove more globals (#29644) 2020-12-15 19:09:04 +01:00
dashboard.go Security: Add gosec G304 auditing annotations (#29578) 2020-12-03 22:13:06 +01:00
dataproxy_test.go API: Rewrite tests from goconvey (#29091) 2020-11-17 11:31:35 +01:00
dataproxy.go Chore: Handle wrapped errors (#29223) 2020-11-19 13:34:28 +01:00
datasources_test.go Add an option to hide certain users in the UI (#28942) 2020-11-24 12:10:32 +01:00
datasources.go Chore: Handle wrapped errors (#29223) 2020-11-19 13:34:28 +01:00
folder_permission_test.go Add an option to hide certain users in the UI (#28942) 2020-11-24 12:10:32 +01:00
folder_permission.go Add an option to hide certain users in the UI (#28942) 2020-11-24 12:10:32 +01:00
folder_test.go Chore: Convert API tests to standard Go lib (#29009) 2020-11-13 09:52:38 +01:00
folder.go Chore: Handle wrapped errors (#29223) 2020-11-19 13:34:28 +01:00
frontend_logging_test.go Logging: log frontend errors caught by ErrorBoundary, including component stack (#29345) 2020-12-10 10:50:37 +01:00
frontend_logging.go Logging: log frontend errors caught by ErrorBoundary, including component stack (#29345) 2020-12-10 10:50:37 +01:00
frontendsettings_test.go Backend: Remove more globals (#29644) 2020-12-15 19:09:04 +01:00
frontendsettings.go Move middleware context handler logic to service (#29605) 2020-12-11 11:44:44 +01:00
grafana_com_proxy.go Chore: Avoid aliasing importing models in api package (#22492) 2020-03-04 12:57:20 +01:00
health_test.go API: Query database from /api/health endpoint (#28349) 2020-10-21 11:06:19 +02:00
health.go API: Query database from /api/health endpoint (#28349) 2020-10-21 11:06:19 +02:00
http_server_test.go Tests: Batch of GoConvey to Testify conversions (#27008) 2020-08-14 14:43:25 +02:00
http_server.go Backend: Remove more globals (#29644) 2020-12-15 19:09:04 +01:00
index.go Backend: Remove more globals (#29644) 2020-12-15 19:09:04 +01:00
ldap_debug_test.go Backend: Remove more globals (#29644) 2020-12-15 19:09:04 +01:00
ldap_debug.go Backend: Remove more globals (#29644) 2020-12-15 19:09:04 +01:00
login_oauth.go Backend: Remove more globals (#29644) 2020-12-15 19:09:04 +01:00
login_test.go Backend: Remove more globals (#29644) 2020-12-15 19:09:04 +01:00
login.go Backend: Remove more globals (#29644) 2020-12-15 19:09:04 +01:00
metrics.go Chore: Handle wrapped errors (#29223) 2020-11-19 13:34:28 +01:00
org_invite.go Chore: Handle wrapped errors (#29223) 2020-11-19 13:34:28 +01:00
org_users_test.go Add an option to hide certain users in the UI (#28942) 2020-11-24 12:10:32 +01:00
org_users.go Add an option to hide certain users in the UI (#28942) 2020-11-24 12:10:32 +01:00
org.go Chore: Handle wrapped errors (#29223) 2020-11-19 13:34:28 +01:00
password.go Chore: Handle wrapped errors (#29223) 2020-11-19 13:34:28 +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 Plugins: Add support for signature manifest V2 (#29240) 2020-12-11 12:57:57 +01: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 Backend: Remove more globals (#29644) 2020-12-15 19:09:04 +01:00
search.go Chore: Start harmonizing linting with plugin SDK (#25854) 2020-06-29 14:08:32 +02:00
short_url.go Short URL: Update last seen at when visiting a short URL (#28565) 2020-10-27 16:16:06 +01:00
signup.go Chore: Handle wrapped errors (#29223) 2020-11-19 13:34:28 +01:00
stars.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
team_members_test.go Add an option to hide certain users in the UI (#28942) 2020-11-24 12:10:32 +01:00
team_members.go Add an option to hide certain users in the UI (#28942) 2020-11-24 12:10:32 +01:00
team_test.go Chore: Convert API tests to standard Go lib (#29009) 2020-11-13 09:52:38 +01:00
team.go Add an option to hide certain users in the UI (#28942) 2020-11-24 12:10:32 +01:00
user_test.go Chore: Convert API tests to standard Go lib (#29009) 2020-11-13 09:52:38 +01:00
user_token_test.go Chore: Convert API tests to standard Go lib (#29009) 2020-11-13 09:52:38 +01:00
user_token.go Chore: Handle wrapped errors (#29223) 2020-11-19 13:34:28 +01:00
user.go Chore: Handle wrapped errors (#29223) 2020-11-19 13:34:28 +01:00
utils.go Permissions: Validate against Team/User permission role update (#29101) 2020-11-18 15:36:41 +01:00