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
Jo 1f8b1eef75
SAML: Do not SAML SLO if user is not SAML authenticated (#53418)
3 years ago
..
apierrors chore/backend: move dashboard errors to dashboard service (#51593) 3 years ago
avatar Dashboard: Mix initials and custom gravatars in recent viewers list (#47212) 3 years ago
datasource backend/datasources: move datasources models into the datasources service package (#51267) 3 years ago
dtos Docs: update annotations API docs to include required field (#52644) 3 years ago
frontendlogging Frontend Logging: Integrate grafana javascript agent (#50801) 3 years ago
navlinks TopNav: Support for deeper nesting in section nav (#52562) 3 years ago
pluginproxy backend/datasources: move datasources models into the datasources service package (#51267) 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 Access Control: Set permissions for Grafana's test data source (#53247) 3 years ago
admin.go Chore: Move swagger definitions to the handlers (#52643) 3 years ago
admin_encryption.go Encryption: Expose secrets migrations through HTTP API (#51707) 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: Add user service method ChangePassword (#53303) 3 years ago
admin_users_test.go Chore: Split get user by ID (#52442) 3 years ago
alerting.go Chore: Sql store split for legacy alerting (#52901) 3 years ago
annotations.go fix the issue of annotation endpoint (#52907) 3 years ago
annotations_test.go Rename Acl to ACL (#52342) 3 years ago
api.go SAML: Do not SAML SLO if user is not SAML authenticated (#53418) 3 years ago
apikey.go Chore: Move api key models into apikey service package (#53241) 3 years ago
app_routes.go RBAC: Allow app plugins access restriction (#51524) 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 fix status code 200 (#47818) 3 years ago
common_test.go Chore: Add user service method UpdateLastSeenAt (#53309) 3 years ago
dashboard.go coremodels: Combine static and generic registries (#53246) 3 years ago
dashboard_permission.go Chore: Move swagger definitions to the handlers (#52643) 3 years ago
dashboard_permission_test.go Rename Acl to ACL (#52342) 3 years ago
dashboard_snapshot.go API: Fix snapshot responses (#52998) 3 years ago
dashboard_snapshot_test.go API: Fix snapshot responses (#52998) 3 years ago
dashboard_test.go coremodels: Combine static and generic registries (#53246) 3 years ago
dataproxy.go Chore: Move swagger definitions to the handlers (#52643) 3 years ago
datasources.go API: Do not expose user input in datasource error responses (#52992) 3 years ago
datasources_test.go backend/datasources: move datasources models into the datasources service package (#51267) 3 years ago
fakes.go Plugins: Register management endpoints only when external managed is also false (#51802) 3 years ago
folder.go Search: Move entity events to transaction (#52394) 3 years ago
folder_permission.go Chore: Move swagger definitions to the handlers (#52643) 3 years ago
folder_permission_test.go Rename Acl to ACL (#52342) 3 years ago
folder_test.go Rename Acl to ACL (#52342) 3 years ago
frontend_logging.go Frontend Logging: Integrate grafana javascript agent (#50801) 3 years ago
frontend_logging_test.go Chore: Remove the old log format (#51526) 3 years ago
frontend_metrics.go Chore: Report frontend metrics for JS/CSS load time (#42421) 4 years ago
frontendsettings.go Alerting: Show evaluation interval global limit warning (#52942) 3 years ago
frontendsettings_test.go Plugins: Show that Secrets Manager Plugin is active in the UI (#50953) 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 pkg/web: closure-style middlewares (#51238) 3 years ago
http_server_test.go Plugins: Make backend plugin metrics endpoints available with optional authentication (#46467) 3 years ago
index.go Data Connections: Remove the placeholder for Recorded Queries (#53230) 3 years ago
ldap_debug.go SAML: Do not SAML SLO if user is not SAML authenticated (#53418) 3 years ago
ldap_debug_test.go Chore: Split get user by ID (#52442) 3 years ago
login.go SAML: Do not SAML SLO if user is not SAML authenticated (#53418) 3 years ago
login_oauth.go Oauth: Reduce error scope on upsert (#53242) 3 years ago
login_oauth_test.go OAuth: Redirect to login if no oauth module is found or if module is not configured (#50661) 3 years ago
login_test.go SAML: Do not SAML SLO if user is not SAML authenticated (#53418) 3 years ago
metrics.go Chore: Move swagger definitions to the handlers (#52643) 3 years ago
metrics_test.go Add delete user from other services/stores (#51912) 3 years ago
openapi3.go Implementing OpenApi 3 specs (converted from Swagger 2) (#53243) 3 years ago
org.go Chore: Move swagger definitions to the handlers (#52643) 3 years ago
org_invite.go Chore: Add user service method GetByLogin (#53204) 3 years ago
org_invite_test.go Chore: Add user service method GetByLogin (#53204) 3 years ago
org_test.go Split Create User (#50502) 3 years ago
org_users.go Chore: Add user service method GetByLogin (#53204) 3 years ago
org_users_test.go Chore: Add user service method GetByLogin (#53204) 3 years ago
password.go SAML: Do not SAML SLO if user is not SAML authenticated (#53418) 3 years ago
playlist.go Chore: Move swagger definitions to the handlers (#52643) 3 years ago
playlist_play.go Public Dashboards: Query Caching (#51403) 3 years ago
plugin_dashboards.go Plugins: Refactor GetPluginDashboards/LoadPluginDashboard (#46316) 3 years ago
plugin_dashboards_test.go Add delete user from other services/stores (#51912) 3 years ago
plugin_metrics.go Plugins: Make backend plugin metrics endpoints available with optional authentication (#46467) 3 years ago
plugin_metrics_test.go Plugins: Make backend plugin metrics endpoints available with optional authentication (#46467) 3 years ago
plugin_resource.go backend/datasources: move datasources models into the datasources service package (#51267) 3 years ago
plugins.go RBAC: Allow app plugins access restriction (#51524) 3 years ago
plugins_test.go Add delete user from other services/stores (#51912) 3 years ago
preferences.go Chore: Move swagger definitions to the handlers (#52643) 3 years ago
preferences_test.go Public Dashboards: Query Caching (#51403) 3 years ago
quota.go Chore: Move swagger definitions to the handlers (#52643) 3 years ago
quota_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 3 years ago
render.go Dash previews: populate crawler queue from SQL query (#44083) 3 years ago
search.go Chore: Move swagger definitions to the handlers (#52643) 3 years ago
search_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 3 years ago
short_url.go ShortURL: Use new Error type (#50859) 3 years ago
short_url_test.go Chore: Remove bus (#47511) 3 years ago
signup.go Chore: Add user service method GetByLogin (#53204) 3 years ago
stars.go Chore: Move swagger definitions to the handlers (#52643) 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: Move swagger definitions to the handlers (#52643) 3 years ago
team_members.go SAML: Do not SAML SLO if user is not SAML authenticated (#53418) 3 years ago
team_members_test.go Add delete user from other services/stores (#51912) 3 years ago
team_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 3 years ago
user.go SAML: Do not SAML SLO if user is not SAML authenticated (#53418) 3 years ago
user_test.go Chore: Add user service method GetByLogin (#53204) 3 years ago
user_token.go Chore: Split get user by ID (#52442) 3 years ago
user_token_test.go Chore: Split get user by ID (#52442) 3 years ago
utils.go Permissions: Validate against Team/User permission role update (#29101) 5 years ago