grafana/pkg/services
Karl Persson 5d14b6ba19
AuthProxy: Fix user retrieval through cache (#73802)
* AuthProxy: Change auth proxy sync cache key
2023-08-25 13:59:45 +02:00
..
accesscontrol Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
alerting Chore: clean up access control for data sources (#73010) 2023-08-21 14:26:49 +01:00
annotations Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
anonymous Auth: Add authed device tagging (#72442) 2023-07-31 18:04:28 +02:00
apikey RBAC: remove simple RBAC disabled checks (#71137) 2023-07-10 15:14:21 +03:00
auth Auth: Move access control API to SignedInUser interface (#73144) 2023-08-18 11:42:18 +01:00
authn AuthProxy: Fix user retrieval through cache (#73802) 2023-08-25 13:59:45 +02:00
caching Fixing typos (#70487) 2023-06-22 09:43:38 +01:00
certgenerator Chore: Revert dskit service additions (#72608) 2023-08-03 09:19:01 -04:00
cleanup Chore: Fix goimports grouping in pkg/services (#62420) 2023-01-30 08:21:27 +00:00
contexthandler Contexthandler: Remove code that is no longer used (#73101) 2023-08-09 15:17:59 +02:00
correlations Correlations: Add organization id (#72258) 2023-08-24 09:39:30 +02:00
dashboardimport RBAC: Remove legacy ac from authorization middleware (#68898) 2023-05-24 09:49:42 +01:00
dashboards Dashboards+Folder: remove unused function MakeUserAdmin (#73635) 2023-08-23 12:54:06 +02:00
dashboardsnapshots Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
dashboardversion API: Fix "Updated by" Column in dashboard versions table (#65351) 2023-03-30 17:31:53 +03:00
datasourceproxy DataSourceProxy: Fix url validation error handling (#73087) 2023-08-16 11:58:41 +02:00
datasources Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
encryption Secrets: Make the Migrator extensible (#67307) 2023-06-19 23:44:01 +02:00
featuremgmt Prometheus: (Chore) Remove experimental unshipped prometheusWideSerie… (#73751) 2023-08-24 17:47:19 +03:00
folder Dashboards+Folder: remove unused function MakeUserAdmin (#73635) 2023-08-23 12:54:06 +02:00
grafana-apiserver Chore: Revert dskit service additions (#72608) 2023-08-03 09:19:01 -04:00
grpcserver gRPC Server: Instrument requests made to the server. (#71914) 2023-07-19 16:01:54 +02:00
guardian authz: Clean up acl endpoints and dashboard guardian (#73746) 2023-08-24 15:37:54 +02:00
hooks Hooks: Remove AddLoginHook and RunLogin hooks (#73227) 2023-08-17 09:51:45 +02:00
kmsproviders Secrets: Make the Migrator extensible (#67307) 2023-06-19 23:44:01 +02:00
ldap LDAP: use authn.IdentitySynchronizer to perform user sync (#73471) 2023-08-18 15:36:44 +02:00
libraryelements Chore: Add folder data migration, fix unique index (#72602) 2023-08-01 09:36:37 +02:00
librarypanels Chore: Add folder data migration, fix unique index (#72602) 2023-08-01 09:36:37 +02:00
licensing Chore: Clean up old navigation (#66287) 2023-04-14 09:43:11 +01:00
live Chore: Update golangci-lint to v1.53.3 (#71771) 2023-07-18 10:03:35 +02:00
login Login: remove login.Service (#73542) 2023-08-21 13:15:31 +02:00
loginattempt Chore: Remove result field from loginattempt (#65117) 2023-03-22 21:25:29 +01:00
navtree Navigation: Remove "preview" from Pyroscope Profiles nav item (#73070) 2023-08-16 08:38:26 +00:00
ngalert Alerting: Add contact point for Grafana OnCall (#73733) 2023-08-24 10:45:12 +02:00
notifications Chore: Remove result field from notifications (#65170) 2023-03-28 13:44:15 +02:00
oauthserver Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
oauthtoken OAuth: Introduce user_refresh_token setting and make it default for the selected providers (#71533) 2023-07-14 14:03:01 +02:00
org Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
playlist Schemas: minor updates from the k8s branch (#71688) 2023-07-21 19:17:11 +03:00
plugindashboards Plugins: Add file store abstraction for handling plugin files (#65432) 2023-03-29 12:55:55 +02:00
pluginsintegration Plugins: Make Installer responsible for removing plugins from file system (#73323) 2023-08-16 15:44:20 +02:00
preference Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
provisioning Correlations: Add organization id (#72258) 2023-08-24 09:39:30 +02:00
publicdashboards Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
query Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
queryhistory Query History: Remove migration (#67470) 2023-04-28 16:03:51 +01:00
quota Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
rendering Rendering: Use image for server timeout errors (#73462) 2023-08-18 11:50:49 +03:00
screenshot Alerting: ScreenshotOptions From and To should be optional (#73325) 2023-08-18 09:26:51 +01:00
search Search API: Search by folder UID (#65040) 2023-08-04 12:43:47 +03:00
searchusers Swagger: Fix response for the search users endpoint (#71272) 2023-07-13 11:35:03 +03:00
searchV2 RBAC: search v1 permission filter part 1 - cleanup & updating tests (#71913) 2023-07-19 10:37:27 +01:00
secrets Plugins: Remove registry dependency from process manager (#73241) 2023-08-16 10:46:00 +02:00
serviceaccounts Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
shorturls Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
signingkeys Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
sqlstore Correlations: Add organization id (#72258) 2023-08-24 09:39:30 +02:00
star Auth: Move star service to identity interface (#73114) 2023-08-10 17:17:27 +02:00
stats UsageStats: Add database age and driver (#66535) 2023-04-17 18:27:04 -07:00
store NestedFolders: Add library panels counting and deletion to folder registry (#69149) 2023-07-25 13:05:53 +02:00
supportbundles Auth: Move Support Bundle service to SignedInUser interface (#72723) 2023-08-03 10:09:55 +02:00
tag Annotations: Ignore unique constraint violations for tags (#65935) 2023-04-18 14:21:38 +02:00
team Auth: Move Team service to SignedInUserInterface (#72674) 2023-08-02 10:43:56 +02:00
temp_user Users: Enable case insensitive login by default (#66134) 2023-04-28 16:38:58 +01:00
updatechecker Plugins: Migrate PluginStore mock to pre-existing fakes package (#71664) 2023-07-17 10:21:44 +00:00
user Authn: external identity sync (#73461) 2023-08-18 11:11:44 +02:00
validations chore: move validations model into the validations service (#61953) 2023-01-23 15:10:14 -05:00