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
Ashley Harrison ce86b4ebe7
Navigation: Show starred items in the NavBar (#49219)
3 years ago
..
apierrors Plugins: Refactor plugin dashboards (#44315) 3 years ago
avatar Dashboard: Mix initials and custom gravatars in recent viewers list (#47212) 3 years ago
datasource Check for empty URLs when creating/updating a data source (#42837) 3 years ago
docs Docs: Add deprecation notices for datasource endpoints (#49411) 3 years ago
dtos add isPublic to dashboard (#48012) 3 years ago
frontendlogging Logger migration from log15 to gokit/log (#41636) 3 years ago
navlinks show admin nav link it the user only has permissions to view licensing and not other pages under admin node (#41948) 4 years ago
pluginproxy Add TraceID to data proxy logs (#49302) 3 years ago
response pkg/web: restrict handler types (#48495) 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: Move dashboard actions and create scope provider (#48618) 3 years ago
admin.go fix status code 200 (#47818) 3 years ago
admin_encryption.go Encryption: Add support for multiple data keys per day (#47765) 3 years ago
admin_provisioning.go Chore: Remove Dispatch and AddHandler (#42603) 4 years ago
admin_provisioning_test.go Chore: Add context to org (#40685) 4 years ago
admin_test.go Chore: Remove bus from admin (#44920) 3 years ago
admin_users.go fix status code 200 (#47818) 3 years ago
admin_users_test.go Chore: Remove bus.Bus field (#47695) 3 years ago
alerting.go fix status code 200 (#47818) 3 years ago
alerting_test.go Chore: Remove bus (#47511) 3 years ago
annotations.go backend/services: Move GetDashboard from sqlstore to dashboard service (#48971) 3 years ago
annotations_test.go chore: replace artisanal FakeDashboardService with generated mock (#49276) 3 years ago
api.go API: Add endpoint for updating a data source by its UID (#49396) 3 years ago
apikey.go Access control: Pass access control metadata for api keys (#48445) 3 years ago
app_routes.go Instrumentation: Proxy status code correction and various improvements (#47473) 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 pkg/web: restrict handler types (#48495) 3 years ago
dashboard.go api: Validate dashboards on save via coremodels, behind feature toggle (#48252) 3 years ago
dashboard_permission.go AccessControl: Create own interface and impl for each permission service (#48871) 3 years ago
dashboard_permission_test.go backend/services: Move GetDashboard from sqlstore to dashboard service (#48971) 3 years ago
dashboard_public_config.go add isPublic to dashboard (#48012) 3 years ago
dashboard_public_config_test.go chore: replace artisanal FakeDashboardService with generated mock (#49276) 3 years ago
dashboard_snapshot.go fix status code 200 (#47818) 3 years ago
dashboard_snapshot_test.go Chore: Remove bus (#47511) 3 years ago
dashboard_test.go chore: replace artisanal FakeDashboardService with generated mock (#49276) 3 years ago
dataproxy.go Alerting: modify alertmanager endpoints for proxying using the datasource UID (#47978) 3 years ago
datasources.go API: Add endpoint for updating a data source by its UID (#49396) 3 years ago
datasources_test.go Secrets: Implement basic unified secret store service (#45804) 3 years ago
fakes.go Plugins: Plugin Store API returns DTO model (#41340) 4 years ago
folder.go fix argument ordering (#48124) 3 years ago
folder_permission.go Access control: refactor RBAC checks (#48107) 3 years ago
folder_permission_test.go backend/services: Move GetDashboard from sqlstore to dashboard service (#48971) 3 years ago
folder_test.go Chore: Remove bus.Bus field (#47695) 3 years ago
frontend_logging.go Logger migration from log15 to gokit/log (#41636) 3 years ago
frontend_logging_test.go Security: Sync security changes on main (#45083) 3 years ago
frontend_metrics.go Chore: Report frontend metrics for JS/CSS load time (#42421) 4 years ago
frontendsettings.go AccessControl: Use `RBACBuiltInRoleAssignmentEnabled` in the frontend instead of FeatureToggle (#49261) 3 years ago
frontendsettings_test.go Chore: Remove bus.Bus field (#47695) 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 api: Validate dashboards on save via coremodels, behind feature toggle (#48252) 3 years ago
http_server_test.go Plugins: Make backend plugin metrics endpoints available with optional authentication (#46467) 3 years ago
index.go Navigation: Show starred items in the NavBar (#49219) 3 years ago
ldap_debug.go LDAP: Fix debug view to display the actual computed mapping in ldap.go (#48103) 3 years ago
ldap_debug_test.go Tracing: Use common traceID context value for opentracing and opentelemetry (#46411) 3 years ago
login.go fix status code 200 (#47818) 3 years ago
login_oauth.go Chore: add setting to skip org assignment for external users (#34834) 3 years ago
login_oauth_test.go Chore: Remove bus.Bus field (#47695) 3 years ago
login_test.go Logging: Unify logging fakes (#48822) 3 years ago
metrics.go backend/services: Move GetDashboard from sqlstore to dashboard service (#48971) 3 years ago
metrics_test.go backend/services: Move GetDashboard from sqlstore to dashboard service (#48971) 3 years ago
org.go Chore: Remove final x from sqlstore (#48086) 3 years ago
org_invite.go fix status code 200 (#47818) 3 years ago
org_test.go ValidatedQueries: start of validated queries API (#44731) 3 years ago
org_users.go fix status code 200 (#47818) 3 years ago
org_users_test.go ValidatedQueries: start of validated queries API (#44731) 3 years ago
password.go fix status code 200 (#47818) 3 years ago
playlist.go fix status code 200 (#47818) 3 years ago
playlist_play.go backend/sqlstore: move GetDashboards to Dashboard Service (#49175) 3 years ago
plugin_dashboards.go Plugins: Refactor GetPluginDashboards/LoadPluginDashboard (#46316) 3 years ago
plugin_dashboards_test.go Plugins: Refactor GetPluginDashboards/LoadPluginDashboard (#46316) 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 Plugins: Refactor plugin resource call with and without data source (#48754) 3 years ago
plugins.go Access control: Fix listing data sources for org admins (#48961) 3 years ago
plugins_test.go Logging: Unify logging fakes (#48822) 3 years ago
preferences.go backend/services: Move GetDashboard from sqlstore to dashboard service (#48971) 3 years ago
preferences_test.go chore: replace artisanal FakeDashboardService with generated mock (#49276) 3 years ago
quota.go fix status code 200 (#47818) 3 years ago
quota_test.go ValidatedQueries: start of validated queries API (#44731) 3 years ago
render.go Dash previews: populate crawler queue from SQL query (#44083) 3 years ago
search.go AccessControl: Add metadata to search result (#48879) 3 years ago
search_test.go AccessControl: Add metadata to search result (#48879) 3 years ago
short_url.go fix status code 200 (#47818) 3 years ago
short_url_test.go Chore: Remove bus (#47511) 3 years ago
signup.go fix status code 200 (#47818) 3 years ago
stars.go integrat star service into APIs (#49220) 3 years ago
swagger.go fix status code 200 (#47818) 3 years ago
team.go Access control: refactor RBAC checks (#48107) 3 years ago
team_members.go AccessControl: Create own interface and impl for each permission service (#48871) 3 years ago
team_members_test.go Rename FGAC to RBAC in the codebase (#48051) 3 years ago
team_test.go backend/services: Move GetDashboard from sqlstore to dashboard service (#48971) 3 years ago
user.go fix status code 200 (#47818) 3 years ago
user_test.go Chore: Remove bus.Bus field (#47695) 3 years ago
user_token.go fix status code 200 (#47818) 3 years ago
user_token_test.go Chore: Remove bus.Bus field (#47695) 3 years ago
utils.go Permissions: Validate against Team/User permission role update (#29101) 5 years ago