The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/pkg/api
Kristin Laemmert 05709ce411
chore: remove sqlstore & mockstore dependencies from (most) packages (#57087)
3 years ago
..
apierrors chore/backend: move dashboard errors to dashboard service (#51593) 3 years ago
avatar Handle ioutil deprecations (#53526) 3 years ago
datasource backend/datasources: move datasources models into the datasources service package (#51267) 3 years ago
dtos Navigation: show breadcrumbs correctly when on the home page (#55759) 3 years ago
frontendlogging Handle ioutil deprecations (#53526) 3 years ago
pluginproxy chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 3 years ago
response pkg/web: closure-style middlewares (#51238) 3 years ago
routing Instrumentation: Fix HTTP request instrumentation of authentication failures (#44234) 3 years ago
static API: Extract OpenAPI specification from source code using go-swagger (#40528) 3 years ago
accesscontrol.go NavTree: Refactor out the navtree building from api/index.go and into it's own service (#55552) 3 years ago
admin.go Move SignedInUser to user service and RoleType and Roles to org (#53445) 3 years ago
admin_encryption.go manager exposes renderer + secrets manager (#54629) 3 years ago
admin_provisioning.go Alerting: Add file provisioning for contact points (#51924) 3 years ago
admin_provisioning_test.go Alerting: Add file provisioning for contact points (#51924) 3 years ago
admin_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 3 years ago
admin_users.go Chore: Copy sqlstore methods to user store (#56280) 3 years ago
admin_users_test.go UserService: use the UserService instead of calling sqlstore directly (#55745) 3 years ago
alerting.go Chore: fix formating for swagger definitions (#54993) 3 years ago
annotations.go Annotation: Optionally allow storing longer annotation tags (#54754) 3 years ago
annotations_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 3 years ago
api.go Dashboard: Add dashboard validation warning to save drawer (#55732) 3 years ago
apikey.go Chore: fix formating for swagger definitions (#54993) 3 years ago
basic_auth.go Macaron: remove custom Request type (#37874) 4 years ago
basic_auth_test.go Macaron: remove custom Request type (#37874) 4 years ago
comments.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
common_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 3 years ago
dashboard.go Dashboard: Add dashboard validation warning to save drawer (#55732) 3 years ago
dashboard_permission.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
dashboard_permission_test.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
dashboard_snapshot.go FIX: RBAC prevents deleting empty snapshots (#54385) 3 years ago
dashboard_snapshot_test.go Chore: Switch over to team.Service instead of sqlstore (#55497) 3 years ago
dashboard_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 3 years ago
dataproxy.go Chore: Move swagger definitions to the handlers (#52643) 3 years ago
datasources.go resolve merge conflicts (#55503) 3 years ago
datasources_test.go NavTree: Make it possible to configure where in nav tree plugins live (#55484) 3 years ago
fakes.go NavTree: Make it possible to configure where in nav tree plugins live (#55484) 3 years ago
folder.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
folder_permission.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
folder_permission_test.go Chore: Move folder service into a separate package (#56591) 3 years ago
folder_test.go Chore: Move folder service into a separate package (#56591) 3 years ago
frontend_logging.go Frontend logging: handle logging endpoints without expensive middleware (#54960) 3 years ago
frontend_logging_test.go Frontend logging: handle logging endpoints without expensive middleware (#54960) 3 years ago
frontend_metrics.go Chore: Report frontend metrics for JS/CSS load time (#42421) 4 years ago
frontendsettings.go PublicDashboards: Don't filter datasources from FrontendSettings in a public dashboard (#57208) 3 years ago
frontendsettings_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 3 years ago
grafana_com_proxy.go Instrumentation: Proxy status code correction and various improvements (#47473) 3 years ago
health.go Chore: Remove bus from health api (#44897) 3 years ago
health_test.go Chore: Remove bus from health api (#44897) 3 years ago
http_server.go Auth: Refresh OAuth access_token automatically using the refresh_token (#56076) 3 years ago
http_server_test.go Plugins: Make backend plugin metrics endpoints available with optional authentication (#46467) 3 years ago
index.go NavTree: Make it possible to configure where in nav tree plugins live (#55484) 3 years ago
ldap_debug.go Chore: Move SearchOrgs to org service (#55416) 3 years ago
ldap_debug_test.go Chore: Move SearchOrgs to org service (#55416) 3 years ago
login.go Auth: Refresh OAuth access_token automatically using the refresh_token (#56076) 3 years ago
login_oauth.go Auth: Refresh OAuth access_token automatically using the refresh_token (#56076) 3 years ago
login_oauth_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 3 years ago
login_test.go NavTree: Make it possible to configure where in nav tree plugins live (#55484) 3 years ago
metrics.go Datasources: Support mixed datasources in a single query (#56832) 3 years ago
metrics_test.go Auth: Refresh OAuth access_token automatically using the refresh_token (#56076) 3 years ago
openapi3.go Implementing OpenApi 3 specs (converted from Swagger 2) (#53243) 3 years ago
org.go Remove org methods from sqlstore interface (#56358) 3 years ago
org_invite.go UserService: use the UserService instead of calling sqlstore directly (#55745) 3 years ago
org_invite_test.go RBAC: Enable rbac when creating new settings (#53531) 3 years ago
org_test.go Remove org methods from sqlstore interface (#56358) 3 years ago
org_users.go Chore: Use org service methods (#55738) 3 years ago
org_users_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 3 years ago
password.go SAML: Do not SAML SLO if user is not SAML authenticated (#53418) 3 years ago
playlist.go Playlist: update service so it supports both read+write (#55959) 3 years ago
playlist_play.go Playlist: update service so it supports both read+write (#55959) 3 years ago
plugin_dashboards.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
plugin_dashboards_test.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
plugin_metrics.go Plugins: Make backend plugin metrics endpoints available with optional authentication (#46467) 3 years ago
plugin_metrics_test.go Handle ioutil deprecations (#53526) 3 years ago
plugin_proxy.go Plugins: Handle app plugin proxy routes per request (#51835) 3 years ago
plugin_proxy_test.go Plugins: Handle app plugin proxy routes per request (#51835) 3 years ago
plugin_resource.go Handle ioutil deprecations (#53526) 3 years ago
plugins.go Plugins: Create single point of entry for adding / removing plugins (#55463) 3 years ago
plugins_test.go NavTree: Make it possible to configure where in nav tree plugins live (#55484) 3 years ago
preferences.go Preferences: Support setting any dashboard as home, not just the starred ones (#54258) 3 years ago
preferences_test.go NavTree: Refactor out the navtree building from api/index.go and into it's own service (#55552) 3 years ago
quota.go Chore: fix formating for swagger definitions (#54993) 3 years ago
quota_test.go NavTree: Refactor out the navtree building from api/index.go and into it's own service (#55552) 3 years ago
render.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
search.go Chore: fix formating for swagger definitions (#54993) 3 years ago
search_test.go RBAC: Enable rbac when creating new settings (#53531) 3 years ago
short_url.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
short_url_test.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
signup.go Chore: Split temporary user (invite) service (#55397) 3 years ago
stars.go Star: Add uid in the endpoint (#54340) 3 years ago
swagger.go fix status code 200 (#47818) 3 years ago
swagger_responses.go Chore: Move swagger definitions to the handlers (#52643) 3 years ago
swagger_tags.json Chore: Move swagger definitions to the handlers (#52643) 3 years ago
team.go Chore: Switch over to team.Service instead of sqlstore (#55497) 3 years ago
team_members.go Chore: Switch over to team.Service instead of sqlstore (#55497) 3 years ago
team_members_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 3 years ago
team_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 3 years ago
user.go Remove org methods from sqlstore interface (#56358) 3 years ago
user_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 3 years ago
user_token.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
user_token_test.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
utils.go Permissions: Validate against Team/User permission role update (#29101) 5 years ago