3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/pkg/services
Yuriy Tseretyan 9f90a7b54d
Alerting: State manager to use InstanceStore ()
* move saving the state to state manager when scheduler stops
* move saving state to ProcessEvalResults

* add GetRuleKey to State
* add LogContext to AlertRuleKey
2022-08-18 09:40:33 -04:00
..
accesscontrol RBAC: Remove builtin role code () 2022-08-18 12:25:37 +02:00
alerting RBAC: Enable rbac when creating new settings () 2022-08-11 15:37:31 +02:00
annotations Move SignedInUser to user service and RoleType and Roles to org () 2022-08-10 11:56:48 +02:00
apikey Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
auth Handle ioutil deprecations () 2022-08-10 15:37:51 +02:00
cleanup Remove ioutil.ReadDir from usage () 2022-08-11 07:21:12 -04:00
comments Chore: Remove disable user, disable batch users and searchusers methods from store interface () 2022-08-16 14:24:57 +02:00
contexthandler Auth: Reduce lookup cookie error to warning and invalidate cookie () 2022-08-18 09:24:31 -04:00
correlations Fix build error () 2022-08-11 15:21:37 -04:00
dashboardimport Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
dashboards add sqlx_store into star service () 2022-08-17 11:17:23 -05:00
dashboardsnapshots Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
dashboardversion chore/backend: move dashboard errors to dashboard service () 2022-06-30 09:31:54 -04:00
datasourceproxy backend/datasources: move datasources models into the datasources service package () 2022-06-27 12:23:15 -04:00
datasources Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
encryption Encryption: Fall back to AES-CFB on empty algorithm metadata () 2022-08-04 09:37:53 +02:00
export Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
featuremgmt Revert "Analytics: Use Fullstory to get behavioral data ()" () 2022-08-16 12:45:14 +02:00
guardian RBAC: Move resource permissions store to service package () 2022-08-18 09:43:45 +02:00
hooks Migrate to Wire for dependency injection () 2021-08-25 15:11:22 +02:00
kmsproviders Encryption: Refactor secrets.Service initialization () 2022-07-07 09:48:25 +02:00
ldap Handle ioutil deprecations () 2022-08-10 15:37:51 +02:00
libraryelements RBAC: Enable rbac when creating new settings () 2022-08-11 15:37:31 +02:00
librarypanels RBAC: Enable rbac when creating new settings () 2022-08-11 15:37:31 +02:00
licensing RBAC: Make RBAC action names more consistent () 2022-06-02 13:14:48 +01:00
live Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
login RBAC: Remove user permissions in org when user is removed () 2022-08-17 16:32:02 +02:00
login_attempt Chore: Add loginattempt service () 2022-08-17 08:34:23 +02:00
multildap Split Create User () 2022-06-28 14:32:25 +02:00
ngalert Alerting: State manager to use InstanceStore () 2022-08-18 09:40:33 -04:00
notifications Handle ioutil deprecations () 2022-08-10 15:37:51 +02:00
oauthtoken Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
org Chore: Add Get User Profile to user and Get User Org List to org service () 2022-08-16 17:50:45 +02:00
playlist Chore: Replace xorm with sqlx () 2022-08-16 13:17:14 -05:00
plugindashboards Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
pluginsettings Chore: Move plugin settings store code into a dedicated service () 2022-08-11 09:50:53 +02:00
preference Chore: remove xorm from preference () 2022-08-17 22:07:20 -04:00
provisioning Remove ioutil.ReadDir from usage () 2022-08-11 07:21:12 -04:00
publicdashboards Remove unsued dep () 2022-08-16 17:33:24 +02:00
query Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
queryhistory Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
quota Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
rendering Move SignedInUser to user service and RoleType and Roles to org () 2022-08-10 11:56:48 +02:00
screenshot Move SignedInUser to user service and RoleType and Roles to org () 2022-08-10 11:56:48 +02:00
search Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
searchusers Chore: Remove disable user, disable batch users and searchusers methods from store interface () 2022-08-16 14:24:57 +02:00
searchV2 Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
secrets Secrets: Move license check to secret store plugin () 2022-08-10 16:47:03 -03:00
serviceaccounts RBAC: Move resource permissions store to service package () 2022-08-18 09:43:45 +02:00
shorturls Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
sqlstore Chore: remove xorm from preference () 2022-08-17 22:07:20 -04:00
star add sqlx_store into star service () 2022-08-17 11:17:23 -05:00
store Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
teamguardian Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
temp_user Chore: Add tempuser service () 2022-08-12 12:13:23 -04:00
thumbs Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
updatechecker Handle ioutil deprecations () 2022-08-10 15:37:51 +02:00
user RBAC: Remove user permissions in org when user is removed () 2022-08-17 16:32:02 +02:00
userauth Chore: Split delete user method () 2022-07-19 16:01:05 +02:00
validations Migrate to Wire for dependency injection () 2021-08-25 15:11:22 +02:00