grafana/pkg/services
Jo ecafb4dd15
Auth forwarding: Pass tokens without refresh (#61634)
* return only tokens from oauth

* feedback
2023-01-18 10:50:35 +00:00
..
accesscontrol RBAC: use scope reduction for user permission listing (#61583) 2023-01-17 09:58:40 +00:00
alerting chore: move notifications models into notifications service (#61638) 2023-01-17 14:47:31 -05:00
annotations Chore: Move dashboard models to dashboard pkg (#61458) 2023-01-16 16:33:55 +01:00
apikey AuthN: User Quota (#61540) 2023-01-16 11:54:15 +01:00
auth Auth: Add sub claim check to JWT Auth pre-checks (#61417) 2023-01-16 10:50:34 +01:00
authn Auth forwarding: Pass tokens without refresh (#61634) 2023-01-18 10:50:35 +00:00
cleanup Chore: Refectory of shorturl service, move models into service (#61295) 2023-01-12 17:13:47 +08:00
comments Chore: Move dashboard models to dashboard pkg (#61458) 2023-01-16 16:33:55 +01:00
contexthandler AuthN: Add last seen sync hooks for user and api keys (#61571) 2023-01-17 13:50:58 +01:00
correlations chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
dashboardimport Chore: Move dashboard models to dashboard pkg (#61458) 2023-01-16 16:33:55 +01:00
dashboards Dashboards: Add org_id in dashboards query (#61542) 2023-01-16 21:59:43 +01:00
dashboardsnapshots chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
dashboardversion chore(dashboard version service): remove user table join from store implementations (#60779) 2022-12-28 07:59:10 -05:00
datasourceproxy backend/datasources: move datasources models into the datasources service package (#51267) 2022-06-27 12:23:15 -04:00
datasources AuthN: User Quota (#61540) 2023-01-16 11:54:15 +01:00
encryption Encryption: Fall back to AES-CFB on empty algorithm metadata (#53266) 2022-08-04 09:37:53 +02:00
export EntityAPI: Include folder support and watch API stubs (#61338) 2023-01-13 00:39:36 +00:00
featuremgmt Influxdb: Remove backend migration feature toggle (#61308) 2023-01-17 15:11:26 +01:00
folder Chore: Fix folder service tests (#61659) 2023-01-18 12:22:23 +02:00
grpcserver gRPC Server: Fix logging unauthenticated request error (#57490) 2022-10-23 03:51:23 +08:00
guardian Chore: Move dashboard models to dashboard pkg (#61458) 2023-01-16 16:33:55 +01:00
hooks Migrate to Wire for dependency injection (#32289) 2021-08-25 15:11:22 +02:00
kmsproviders Encryption: Refactor secrets.Service initialization (#51091) 2022-07-07 09:48:25 +02:00
ldap LDAP: Make LDAP attribute mapping case-insensitive (#58992) 2022-11-22 13:47:53 +01:00
libraryelements Chore: Move dashboard models to dashboard pkg (#61458) 2023-01-16 16:33:55 +01:00
librarypanels Chore: Move dashboard models to dashboard pkg (#61458) 2023-01-16 16:33:55 +01:00
licensing Navigation: Fix some missing pages in admin section (#60143) 2022-12-12 15:23:49 +00:00
live Chore: Move dashboard models to dashboard pkg (#61458) 2023-01-16 16:33:55 +01:00
login AuthN: User Quota (#61540) 2023-01-16 11:54:15 +01:00
loginattempt LoginAttempts: Reset attempts on successfull password reset (#59215) 2022-11-23 16:57:18 +01:00
multildap LDAP: Disable user in case it has been removed from LDAP directory (#60231) 2022-12-14 03:41:51 -05:00
navtree Chore: Move dashboard models to dashboard pkg (#61458) 2023-01-16 16:33:55 +01:00
ngalert Chore: Fix "manger" typo (#61649) 2023-01-17 23:13:27 +00:00
notifications chore: move notifications models into notifications service (#61638) 2023-01-17 14:47:31 -05:00
oauthtoken Auth forwarding: Pass tokens without refresh (#61634) 2023-01-18 10:50:35 +00:00
org AuthN: User Quota (#61540) 2023-01-16 11:54:15 +01:00
playlist Chore: Remove star model duplicates (#61191) 2023-01-10 09:56:33 -05:00
plugindashboards Plugins: Unexport PluginDir field from PluginDTO (#59190) 2022-12-02 13:46:55 +01:00
pluginsettings Perfomance: Preallocate slices (#61580) 2023-01-17 11:50:17 +00:00
pluginsintegration Plugins: Pass through dashboard/contextual HTTP headers to plugins/datasources (#60301) 2022-12-22 11:15:00 +01:00
preference Internationalization: Change locale preference to language (#58359) 2022-11-22 12:18:34 +00:00
provisioning Perfomance: Preallocate slices (#61580) 2023-01-17 11:50:17 +00:00
publicdashboards Perfomance: Preallocate slices (#61580) 2023-01-17 11:50:17 +00:00
query Plugins: Refactor forward of cookies, OAuth token and header modifications by introducing client middlewares (#58132) 2022-12-01 19:08:36 +01:00
queryhistory chore: remove CreateUser from sqlstore & replace with userService.CreateUserForTests (#59910) 2022-12-07 11:03:22 -05:00
querylibrary Chore: Move dashboard models to dashboard pkg (#61458) 2023-01-16 16:33:55 +01:00
quota Alerting: Do not persist noop transition from Normal state. (#61201) 2023-01-13 18:29:29 -05:00
rendering Plugins: Unsigned chromium file should not invalidate signature for Renderer plugin (#59104) 2022-12-19 12:46:27 +01:00
screenshot Chore: Move dashboard models to dashboard pkg (#61458) 2023-01-16 16:33:55 +01:00
search chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
searchusers Chore: Move methods from sqlstore to user store (#56305) 2022-10-05 09:34:36 +02:00
searchV2 Perfomance: Preallocate slices (#61580) 2023-01-17 11:50:17 +00:00
secrets Perfomance: Preallocate slices (#61580) 2023-01-17 11:50:17 +00:00
serviceaccounts Chore: Remove org model duplicates (#61025) 2023-01-09 14:39:53 +01:00
shorturls Chore: Refectory of shorturl service, move models into service (#61295) 2023-01-12 17:13:47 +08:00
sqlstore PublicDashboards: Add share column to public dashboards table (#61102) 2023-01-17 12:18:12 -06:00
star Build: clean up and document integration test convention (#58170) 2022-11-04 10:14:21 -04:00
stats Chore: Remove pkg/models/stats.go (#61613) 2023-01-17 14:17:54 +01:00
store EntityAPI: Include folder support and watch API stubs (#61338) 2023-01-13 00:39:36 +00:00
supportbundles SupportBundles: Fix list response when we don't have any bundles yet (#61619) 2023-01-17 21:04:12 +01:00
tag Build: clean up and document integration test convention (#58170) 2022-11-04 10:14:21 -04:00
team Chore: Move tem member models to team pkg (#61294) 2023-01-13 09:43:38 +01:00
teamguardian Chore: Move tem member models to team pkg (#61294) 2023-01-13 09:43:38 +01:00
temp_user Chore: Move tempuser model to tempuser package (#61024) 2023-01-06 09:02:05 +01:00
thumbs Guardian: Introduce additional constructors (#59577) 2022-12-15 16:34:17 +02:00
updatechecker Performance: add preallocation for some slice/map (#57860) 2022-11-22 20:24:36 +08:00
user Chore: Move team models to models pkg (#61262) 2023-01-11 14:20:09 +01:00
validations Migrate to Wire for dependency injection (#32289) 2021-08-25 15:11:22 +02:00