grafana/pkg/api
Marcus Efraimsson 60d40fa99b
Short URL: Update last seen at when visiting a short URL (#28565)
Ref #28248

Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
2020-10-27 16:16:06 +01:00
..
avatar Chore: Enable goprintffuncname and nakedret linters (#26376) 2020-07-23 08:14:39 +02:00
datasource plugins: Don't exit on duplicate plugin (#28390) 2020-10-21 12:39:41 +02:00
dtos AlertingNG: remove warn/crit from eval prototype (#28334) 2020-10-16 12:33:57 -04:00
pluginproxy OAuth: Support Forward OAuth Identity for backend data source plugins (#27055) 2020-10-24 01:34:38 +02:00
routing Chore/fix lint issues (#27704) 2020-09-22 16:22:19 +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: Return proper status code when trying to create alert notification channel with duplicate name or uid (#28043) 2020-10-20 13:53:48 +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 Plugins: Track plugin signing errors and expose them to the frontend (#28219) 2020-10-23 16:45:43 +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 Settings: Rename constants/variables to follow Go naming standards (#28002) 2020-10-02 15:45:45 +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 Snapshots: Store dashboard data encrypted in the database (#28129) 2020-10-13 10:19:42 +02:00
dashboard_snapshot.go Snapshots: Store dashboard data encrypted in the database (#28129) 2020-10-13 10:19:42 +02:00
dashboard_test.go Chore: Fix tests for Go 1.15 (#26957) 2020-08-12 17:45:03 +02:00
dashboard.go Plugins: Compose filesystem paths with filepath.Join (#28375) 2020-10-19 17:35:31 +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 Plugins: Compose filesystem paths with filepath.Join (#28375) 2020-10-19 17:35:31 +02:00
frontendsettings.go Plugins: Track plugin signing errors and expose them to the frontend (#28219) 2020-10-23 16:45:43 +02: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 Chore: Use net.JoinHostPort (#28421) 2020-10-22 07:34:26 +02:00
index.go Live: remove admin pages, add alpha panel (#28101) 2020-10-08 08:42:15 -07:00
ldap_debug_test.go Chore/fix lint issues (#27704) 2020-09-22 16:22:19 +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: add login username in SendLoginLogCommand (#28544) 2020-10-26 15:47:01 +01:00
login.go API: add login username in SendLoginLogCommand (#28544) 2020-10-26 15:47:01 +01:00
metrics.go Settings: Remove global variable (#26613) 2020-07-26 23:36:36 -07:00
ngalert.go AlertingNG: remove warn/crit from eval prototype (#28334) 2020-10-16 12:33:57 -04: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 Plugins: Track plugin signing errors and expose them to the frontend (#28219) 2020-10-23 16:45:43 +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
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 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/fix lint issues (#27704) 2020-09-22 16:22:19 +02:00