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
Michael Mandrus c043a8818a
Secrets: add better error handling for secret plugin failures when updating datasources (#50542)
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 API: Make Swagger specification more consistent (#50576) 3 years ago
dtos I18n: Add locale to user preference (#49425) 3 years ago
frontendlogging Logger migration from log15 to gokit/log (#41636) 3 years ago
navlinks Chore: Remove `newNavigation` feature toggle and old navbar code (#50872) 3 years ago
pluginproxy Chore: Make test tracer noop and return no errors (#50797) 3 years ago
response Errors: Introduce error type with Grafana specific metadata (#47504) 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 AccessControl: Grant data source reader to all users when running oss (#49514) 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 RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 3 years ago
admin_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 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 sqlstore split: dashboard permissions (#49962) 3 years ago
annotations.go backend/services: Move GetDashboard from sqlstore to dashboard service (#48971) 3 years ago
annotations_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 3 years ago
api.go backend: add PlaylistUIDs to Playlist; remove playlist IDs from API (#49609) 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 Chore: Make test tracer noop and return no errors (#50797) 3 years ago
dashboard.go coremodels: Automatically generate coremodel registries (#50057) 3 years ago
dashboard_permission.go AccessControl: Create own interface and impl for each permission service (#48871) 3 years ago
dashboard_permission_test.go RBAC: Add scope resolvers for dashboards (#50110) 3 years ago
dashboard_public.go Public Dashboards: Pubdash panels get data from pubdash api (#50556) 3 years ago
dashboard_public_test.go Start of dashboard query API (#49547) 3 years ago
dashboard_snapshot.go Bug: Fix delete dashboard snapshot for deleted dashboards (#50919) 3 years ago
dashboard_snapshot_test.go backend/sqlstore split: move dashboard snapshot funcs to dashboardsnapshotservice (#50727) 3 years ago
dashboard_test.go coremodels: Automatically generate coremodel registries (#50057) 3 years ago
dataproxy.go Alerting: modify alertmanager endpoints for proxying using the datasource UID (#47978) 3 years ago
datasources.go Secrets: add better error handling for secret plugin failures when updating datasources (#50542) 3 years ago
datasources_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 3 years ago
fakes.go Plugins: Plugin Store API returns DTO model (#41340) 4 years ago
folder.go SearchV2: instant local updates, folder events (#50001) 3 years ago
folder_permission.go Access control: refactor RBAC checks (#48107) 3 years ago
folder_permission_test.go RBAC: Add scope resolvers for dashboards (#50110) 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 coremodels: Automatically generate coremodel registries (#50057) 3 years ago
http_server_test.go Plugins: Make backend plugin metrics endpoints available with optional authentication (#46467) 3 years ago
index.go Service accounts: hide API keys only if all keys migrated (#50925) 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 RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 3 years ago
login.go Chore: Remove Wrap (#50048) 3 years ago
login_oauth.go OAuth: Redirect to login if no oauth module is found or if module is not configured (#50661) 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 Logging: Unify logging fakes (#48822) 3 years ago
metrics.go Plugins: Remove deprecated /api/tsdb/query metrics endpoint (#49916) 3 years ago
metrics_test.go Start of dashboard query API (#49547) 3 years ago
org.go Chore: Remove final x from sqlstore (#48086) 3 years ago
org_invite.go Chore: Remove global bus variable (#50765) 3 years ago
org_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 3 years ago
org_users.go AccessControl: Replace IsEnterprise checks with license checks (#49572) 3 years ago
org_users_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 3 years ago
password.go fix status code 200 (#47818) 3 years ago
playlist.go backend: add PlaylistUIDs to Playlist; remove playlist IDs from API (#49609) 3 years ago
playlist_play.go backend: add PlaylistUIDs to Playlist; remove playlist IDs from API (#49609) 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 Chore: Remove Wrap (#50048) 3 years ago
plugins.go Plugins: Separate manager read/write components (#50313) 3 years ago
plugins_test.go Logging: Unify logging fakes (#48822) 3 years ago
preferences.go I18n: Add locale to user preference (#49425) 3 years ago
preferences_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 3 years ago
quota.go fix status code 200 (#47818) 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 Search (SQL): support dashboardUID query parameter (#50121) 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: Remove global bus variable (#50765) 3 years ago
stars.go SearchV2 - Fix starred dashboards for new organizations error (#49645) 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 RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 3 years ago
team_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 3 years ago
user.go RBAC: Make RBAC action names more consistent (#49730) 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