grafana/pkg/services
Misi 6543259a7d
Auth: Add SyncPermissions post auth hook (#64205)
* Add SyncPermissionsFromDB post auth hook

* Delete FromDB prefix

* Align tests

* Fixes

* Change SyncPermissionsHook prio
2023-03-08 13:35:54 +01:00
..
accesscontrol Chore: Differentiate the ErrOrgNotFound error messages (#64131) 2023-03-06 09:57:46 +02:00
alerting Chore: Remove xorcare/pointer dependency (#63900) 2023-03-06 05:23:15 -05:00
annotations Rename Id to ID for annotation models (#62886) 2023-02-03 17:23:09 +01:00
anonymous Authn: Add caching for anon service (#63521) 2023-02-22 09:59:28 +01:00
apikey API keys: Remove state hideAPIkeys and refactor interface to IsDisabled (#64018) 2023-03-03 16:12:34 +00:00
auth Deps: Replace go-jose v2 with go-jose v3 (#64228) 2023-03-06 15:12:51 +01:00
authn Auth: Add SyncPermissions post auth hook (#64205) 2023-03-08 13:35:54 +01:00
cleanup Chore: Fix goimports grouping in pkg/services (#62420) 2023-01-30 08:21:27 +00:00
comments Rename Id to ID for annotation models (#62886) 2023-02-03 17:23:09 +01:00
contexthandler Reqcontext: Use err status code instead of always fallback (#63974) 2023-03-01 17:11:16 -03:00
correlations Explore: Add transformations to correlation data links (#61799) 2023-02-22 06:53:03 -06:00
dashboardimport Chore: Fix goimports grouping in pkg/services (#62420) 2023-01-30 08:21:27 +00:00
dashboards Chore: Remove xorcare/pointer dependency (#63900) 2023-03-06 05:23:15 -05:00
dashboardsnapshots Snapshots: Add snapshot enable config (#61587) 2023-01-26 10:28:11 -03:00
dashboardversion fix(dashboard version service): add DashboardUID to query and responses (#60800) 2023-02-07 12:27:38 -05:00
datasourceproxy Chore: Rename Id to ID in alerting models (#62777) 2023-02-02 17:22:43 +01:00
datasources Chore: Remove Result field from datasources (#63048) 2023-02-09 15:49:44 +01:00
encryption Chore: Fix goimports grouping in pkg/services (#62420) 2023-01-30 08:21:27 +00:00
featuremgmt Feature Toggles: Assign ownership of Explore Squad's feature toggles (#64382) 2023-03-08 12:45:45 +01:00
folder Access Control: revert to using folder store from the scope resolvers (#64132) 2023-03-03 10:56:33 -05:00
grpcserver Rename Id to ID for annotation models (#62886) 2023-02-03 17:23:09 +01:00
guardian Access Control: revert to using folder store from the scope resolvers (#64132) 2023-03-03 10:56:33 -05:00
hooks chore: move user_auth models to (mostly) login service (#62269) 2023-01-27 13:36:54 -05:00
kmsproviders Encryption: Refactor secrets.Service initialization (#51091) 2022-07-07 09:48:25 +02:00
ldap LDAP: Allow setting minimum TLS version and accepted ciphers (#63646) 2023-02-28 12:13:46 +01:00
libraryelements Access Control: revert to using folder store from the scope resolvers (#64132) 2023-03-03 10:56:33 -05:00
librarypanels Access Control: revert to using folder store from the scope resolvers (#64132) 2023-03-03 10:56:33 -05:00
licensing Chore: Move ReqContext to contexthandler service (#62102) 2023-01-27 08:50:36 +01:00
live Plugins: Migrate plugincontext, adapters and pluginsettings to pkg/services/pluginsintegration package (#64154) 2023-03-07 11:22:30 -05:00
login AuthN: User sync info clean up (#64217) 2023-03-06 14:17:48 +01:00
loginattempt Chore: Fix goimports grouping (#62426) 2023-01-30 09:34:18 +01:00
navtree Plugins: Migrate plugincontext, adapters and pluginsettings to pkg/services/pluginsintegration package (#64154) 2023-03-07 11:22:30 -05:00
ngalert Alerting: Return errors when expanding templates (#63662) 2023-03-08 12:25:02 +00:00
notifications SMTP: Update email templates to include populated <title> tag (#61430) 2023-01-30 16:56:23 -05:00
oauthtoken chore: move user_auth models to (mostly) login service (#62269) 2023-01-27 13:36:54 -05:00
org Chore: Differentiate the ErrOrgNotFound error messages (#64131) 2023-03-06 09:57:46 +02:00
playlist Chore: Update oapi-codegen library (#62962) 2023-02-21 12:34:24 +01:00
plugindashboards Plugins: Migrate plugincontext, adapters and pluginsettings to pkg/services/pluginsintegration package (#64154) 2023-03-07 11:22:30 -05:00
pluginsintegration Plugins: Migrate plugincontext, adapters and pluginsettings to pkg/services/pluginsintegration package (#64154) 2023-03-07 11:22:30 -05:00
preference SQLStore: Fix wrong usage of xorm's insert functions in tests (#63850) 2023-03-02 13:01:36 +02:00
provisioning Plugins: Migrate plugincontext, adapters and pluginsettings to pkg/services/pluginsintegration package (#64154) 2023-03-07 11:22:30 -05:00
publicdashboards PublicDashboards: Paused or deleted public dashboard screen (#63970) 2023-03-03 10:12:29 -03:00
query Plugins: Migrate plugincontext, adapters and pluginsettings to pkg/services/pluginsintegration package (#64154) 2023-03-07 11:22:30 -05:00
queryhistory Support bundles: Refactor registry into separate service (#62945) 2023-02-06 17:50:03 +01:00
querylibrary Chore: Remove CreateUserForTests() (#64125) 2023-03-03 11:01:23 -05:00
quota Chore: Remove xorcare/pointer dependency (#63900) 2023-03-06 05:23:15 -05:00
rendering Cache: Refactor cache clients to use byte array (#62930) 2023-02-08 10:30:20 +01:00
screenshot Alerting: Fix a bug taking screenshots with Dashboard UID (#63220) 2023-02-09 15:23:01 -05:00
search Chore: Move search model from models package to search service (#62215) 2023-01-30 15:17:53 +01:00
searchusers Chore: Move ReqContext to contexthandler service (#62102) 2023-01-27 08:50:36 +01:00
searchV2 Search: Include panel_type in query (#63229) 2023-03-01 11:13:09 -08:00
secrets Errors: Remove direct dependencies on github.com/pkg/errors (#64026) 2023-03-02 16:28:10 +01:00
serviceaccounts Service accounts: fix usage of errutil errors and convert more errors to errutil (#64299) 2023-03-08 11:32:09 +00:00
shorturls Chore: Replace short UID generation with more standard UUIDs (#62731) 2023-02-06 20:44:37 -05:00
sqlstore Library elements: Add MySQL migration for increasing the column size (#63856) 2023-03-06 12:13:30 +01:00
star Chore: Move ReqContext to contexthandler service (#62102) 2023-01-27 08:50:36 +01:00
stats Chore: Remove CreateUserForTests() (#64125) 2023-03-03 11:01:23 -05:00
store Chore: cleanup entity api from CodeQL scan (#64277) 2023-03-07 07:54:25 -08:00
supportbundles Plugins: Migrate plugincontext, adapters and pluginsettings to pkg/services/pluginsintegration package (#64154) 2023-03-07 11:22:30 -05:00
tag Chore: Fix goimports grouping in pkg/services (#62420) 2023-01-30 08:21:27 +00:00
team Chore: Remove CreateUserForTests() (#64125) 2023-03-03 11:01:23 -05:00
teamguardian Chore: Fix goimports grouping (#62426) 2023-01-30 09:34:18 +01:00
temp_user fix: create temp user no longer sets ID to 0 for all users (#64149) 2023-03-03 10:50:54 -05:00
thumbs Service accounts: Creation logic simplification (#63884) 2023-03-01 16:31:20 +00:00
updatechecker Plugins: Add Plugin FS abstraction (#63734) 2023-03-07 16:47:02 +01:00
user Service accounts: fix usage of errutil errors and convert more errors to errutil (#64299) 2023-03-08 11:32:09 +00:00
validations chore: move validations model into the validations service (#61953) 2023-01-23 15:10:14 -05:00