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
Ieva e50bd5cac8
Access control: expose SA frontend to users with the right permissions (#47727)
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 update docs, simplify actions and scopes (#47067) 3 years ago
dtos Navigation: Show only + icons in overlay menu for new NavBar (#47347) 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 Chore: Remove bus.Bus field (#47695) 3 years ago
response [Alerting] Forking LoTex ruler (#32138) 4 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: expose SA frontend to users with the right permissions (#47727) 3 years ago
admin.go Chore: Remove bus from admin (#44920) 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 Chore: Remove bus from admin users (#44869) 3 years ago
admin_users_test.go Chore: Remove bus.Bus field (#47695) 3 years ago
alerting.go Linter: fix linter for golangci-lint version v1.45.0 (#47623) 3 years ago
alerting_test.go Chore: Remove bus (#47511) 3 years ago
annotations.go Access control: SQL filtering for annotation listing (#47467) 3 years ago
annotations_test.go Chore: Remove bus (#47511) 3 years ago
api.go Access control: expose SA frontend to users with the right permissions (#47727) 3 years ago
apikey.go Access control: service account role check (#47710) 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 Comments: support live comments in dashboards and annotations (#44980) 3 years ago
common_test.go Chore: Remove bus.Bus field (#47695) 3 years ago
dashboard.go Fix unmaarshal of double pointer (#47586) 3 years ago
dashboard_permission.go Access control: use uid for dashboard and folder scopes (#46807) 3 years ago
dashboard_permission_test.go Chore: Remove bus from dashboard service (#46829) 3 years ago
dashboard_snapshot.go add dashboardsnap as service of http server (#45461) 3 years ago
dashboard_snapshot_test.go Chore: Remove bus (#47511) 3 years ago
dashboard_test.go Chore: Remove bus.Bus field (#47695) 3 years ago
dataproxy.go API: enable proxying datasource calls using the datasource UID (#47634) 3 years ago
datasources.go Access control: Change data source permissions to be based on UID (#46741) 3 years ago
datasources_test.go Access control: Move data source actions and scopes to datasource package (#46594) 3 years ago
fakes.go Plugins: Plugin Store API returns DTO model (#41340) 4 years ago
folder.go Access control: Move call to create default permissions into folder and dashboard service (#46186) 3 years ago
folder_permission.go Access control: use uid for dashboard and folder scopes (#46807) 3 years ago
folder_permission_test.go Chore: Remove bus (#47511) 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 Profile/Help: Expose option to disable profile section and help menu (#46308) 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 Chore: Remove bus.Bus field (#47695) 3 years ago
http_server_test.go Plugins: Make backend plugin metrics endpoints available with optional authentication (#46467) 3 years ago
index.go Access control: expose SA frontend to users with the right permissions (#47727) 3 years ago
ldap_debug.go Chore: Remove bus.Dispatch from some login packages (#47248) 3 years ago
ldap_debug_test.go Chore: Remove bus.Dispatch from some login packages (#47248) 3 years ago
login.go Chore: Remove bus.Dispatch from some login packages (#47248) 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 Chore: Remove bus.Dispatch from some login packages (#47248) 3 years ago
metrics.go Plugins: Add deprecation notice for /api/tsdb/query endpoint (#45238) 3 years ago
metrics_test.go ValidatedQueries: start of validated queries API (#44731) 3 years ago
org.go Chore: Remove bus.Dispatch from provisioning services (#44989) 3 years ago
org_invite.go Remove bus from org invite api (#44530) 3 years ago
org_test.go ValidatedQueries: start of validated queries API (#44731) 3 years ago
org_users.go AccessControl: Fix locked role picker in orgs/edit page (#46539) 3 years ago
org_users_test.go ValidatedQueries: start of validated queries API (#44731) 3 years ago
password.go Chore: Remove bus from password (#44482) 3 years ago
playlist.go Chore: Remove bus from signup and playlist api (#44485) 3 years ago
playlist_play.go Chore: Remove bus from signup and playlist api (#44485) 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
plugins.go Plugins: Pass OAuth Token to CallResource Function (#47028) 3 years ago
plugins_test.go Chore: Remove bus (#47511) 3 years ago
preferences.go Query history: Save user preferences in database (#47506) 3 years ago
preferences_test.go Navigation: Introduce a preferences table to store Navbar preferences (#44914) 3 years ago
quota.go Remove bus from quota, preferences, plugins, user_token (#44762) 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 remove bus from search service (#44825) 3 years ago
short_url.go Chore: Refactor api handlers to use web.Bind (#42199) 4 years ago
short_url_test.go Chore: Remove bus (#47511) 3 years ago
signup.go Remove bus from org invite api (#44530) 3 years ago
stars.go Chore: Remove bus from team (#44218) 3 years ago
swagger.go API: Extract OpenAPI specification from source code using go-swagger (#40528) 3 years ago
team.go AccessControl: Fix locked role picker in orgs/edit page (#46539) 3 years ago
team_members.go Access control: Set default permissions for data sources when using access control (#45482) 3 years ago
team_members_test.go ValidatedQueries: start of validated queries API (#44731) 3 years ago
team_test.go Access Control: Add test flag to enable access control (#46780) 3 years ago
user.go AccessControl: Fix locked role picker in orgs/edit page (#46539) 3 years ago
user_test.go Chore: Remove bus.Bus field (#47695) 3 years ago
user_token.go Remove bus from quota, preferences, plugins, user_token (#44762) 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