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 cd08f2575a
chore: move jwt models into auth/jwt (#61862)
3 years ago
..
apierrors Chore: Fix status codes for nested folders (#59087) 3 years ago
avatar Handle ioutil deprecations (#53526) 3 years ago
datasource
dtos PublicDashboards: Time range settings (#61585) 3 years ago
frontendlogging Performance: add preallocation for some slice/map (#57860) 3 years ago
pluginproxy Plugins: Forward user header (X-Grafana-User) in backend plugin requests (#58646) 3 years ago
response pkg/web: closure-style middlewares (#51238) 3 years ago
routing
static
accesscontrol.go DataSourcePermissions: Handle licensing properly for ds permissions (#59694) 3 years ago
admin.go Chore: Remove pkg/models/stats.go (#61613) 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 RBAC: Rewrite provisioning rbac tests (#61752) 3 years ago
admin_test.go RBAC: Rewrite admin api test setup to not use mocked access control (#61741) 3 years ago
admin_users.go Chore: Delete org model duplicates (#60940) 3 years ago
admin_users_test.go Chore: Remove mockstore and use dbtest instead (#61629) 3 years ago
alerting.go Chore: Remove dashboards from models pkg (#61578) 3 years ago
annotations.go Chore: Move dashboard models to dashboard pkg (#61458) 3 years ago
annotations_test.go Chore: Remove dashboard ACL from models (#61749) 3 years ago
api.go Connections: Show a "No access" modal if the user has no permissions (#61397) 3 years ago
apikey.go Chore: fix formating for swagger definitions (#54993) 3 years ago
basic_auth.go
basic_auth_test.go
comments.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
common_test.go chore: move jwt models into auth/jwt (#61862) 3 years ago
dashboard.go PublicDashboards: Time range settings (#61585) 3 years ago
dashboard_permission.go Chore: Remove dashboard ACL from models (#61749) 3 years ago
dashboard_permission_test.go Chore: Remove dashboard ACL from models (#61749) 3 years ago
dashboard_snapshot.go Chore: Remove dashboards from models pkg (#61578) 3 years ago
dashboard_snapshot_test.go Chore: Remove dashboard ACL from models (#61749) 3 years ago
dashboard_test.go Chore: Remove dashboard ACL from models (#61749) 3 years ago
dataproxy.go
datasources.go Plugins: Refactor forward of cookies, OAuth token and header modifications by introducing client middlewares (#58132) 3 years ago
datasources_test.go Chore: Remove mockstore and use dbtest instead (#61629) 3 years ago
fakes.go NavTree: Make it possible to configure where in nav tree plugins live (#55484) 3 years ago
folder.go Nested Folders: Unify folder services (#60390) 3 years ago
folder_permission.go Chore: Remove dashboard ACL from models (#61749) 3 years ago
folder_permission_test.go Chore: Remove dashboard ACL from models (#61749) 3 years ago
folder_test.go Chore: Remove dashboard ACL from models (#61749) 3 years ago
frontend_logging.go Chore: Add deprecation warnings for Sentry (#60165) 3 years ago
frontend_logging_test.go Frontend logging: handle logging endpoints without expensive middleware (#54960) 3 years ago
frontend_metrics.go
frontendsettings.go Auth: Add skip_org_role_sync setting to OAuth integration Google (#61572) 3 years ago
frontendsettings_test.go OAuth: Refactor OAuth parameters handling to support obtaining refresh tokens for Google OAuth (#58782) 3 years ago
grafana_com_proxy.go
health.go Chore: Remove Store interface and use db.DB instead (#60160) 3 years ago
health_test.go Chore: Remove mockstore and use dbtest instead (#61629) 3 years ago
http_server.go AuthN: Perform login with authn.Service (#61466) 3 years ago
http_server_test.go
index.go Internationalization: Change locale preference to language (#58359) 3 years ago
ldap_debug.go Chore: Move SearchOrgs to org service (#55416) 3 years ago
ldap_debug_test.go RBAC: Rewrite ldap rbac tests (#61743) 3 years ago
login.go SAML: Support auto login (#61685) 3 years ago
login_oauth.go Oauth: Remove extra decoding of redirect url (#60875) 3 years ago
login_oauth_test.go Auth: Add skip_org_role_sync setting for GrafanaCom (#60553) 3 years ago
login_test.go AuthN: Perform login with authn.Service (#61466) 3 years ago
metrics.go Plugins: Refactor forward of cookies, OAuth token and header modifications by introducing client middlewares (#58132) 3 years ago
metrics_test.go Chore: Change fmt.Errorf to errors.New when there is no formatting required (#58600) 3 years ago
openapi3.go Implementing OpenApi 3 specs (converted from Swagger 2) (#53243) 3 years ago
org.go Chore: Remove org model duplicates (#61025) 3 years ago
org_invite.go chore: move notifications models into notifications service (#61638) 3 years ago
org_invite_test.go RBAC: Update org invite rbac tests to not used mocked access control (#61141) 3 years ago
org_test.go RBAC: remove access control mock from org quota tests (#61574) 3 years ago
org_users.go Chore: Fix Swagger and OpenAPI specifications (#61669) 3 years ago
org_users_test.go Chore: Remove dashboard ACL from models (#61749) 3 years ago
password.go chore: move notifications models into notifications service (#61638) 3 years ago
playlist.go Playlist: update service so it supports both read+write (#55959) 3 years ago
playlist_play.go Chore: Remove dashboards from models pkg (#61578) 3 years ago
plugin_dashboards.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
plugin_dashboards_test.go Chore: Change fmt.Errorf to errors.New when there is no formatting required (#58600) 3 years ago
plugin_metrics.go
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 Plugins: Refactor forward of cookies, OAuth token and header modifications by introducing client middlewares (#58132) 3 years ago
plugins.go Plugins: Fix plugin query help markdown (#60485) 3 years ago
plugins_test.go RBAC: Remove RBAC mock from plugin installation tests (#61416) 3 years ago
preferences.go Chore: Move dashboard models to dashboard pkg (#61458) 3 years ago
preferences_test.go RBAC: remove the usage of access control mock from preference tests (#61709) 3 years ago
quota.go Chore: Refactor quota service (#58643) 3 years ago
quota_test.go RBAC: remove access control mock from org quota tests (#61574) 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: Refectory of shorturl service, move models into service (#61295) 3 years ago
short_url_test.go Chore: Refectory of shorturl service, move models into service (#61295) 3 years ago
signup.go Chore: Move tempuser model to tempuser package (#61024) 3 years ago
stars.go Chore: Move dashboard models to dashboard pkg (#61458) 3 years ago
swagger.go
swagger_responses.go
swagger_tags.json
team.go Chore: Move team models to models pkg (#61262) 3 years ago
team_members.go Chore: Move tem member models to team pkg (#61294) 3 years ago
team_members_test.go Chore: Remove mockstore and use dbtest instead (#61629) 3 years ago
team_test.go Chore: Remove mockstore and use dbtest instead (#61629) 3 years ago
user.go Chore: Move team models to models pkg (#61262) 3 years ago
user_test.go Chore: Remove mockstore and use dbtest instead (#61629) 3 years ago
user_token.go Auth: Refactor auth package (#58920) 3 years ago
user_token_test.go Auth: Refactor auth package (#58920) 3 years ago
utils.go Fix: Email and username trimming and invitation validation (#58442) 3 years ago