grafana/pkg/services
2022-11-22 16:54:24 +01:00
..
accesscontrol Auth: Refactor auth package (#58920) 2022-11-18 09:56:06 +01:00
alerting Refactor time durations (#58484) 2022-11-22 15:09:15 +08:00
annotations Chore: Refactor quota service (#58643) 2022-11-14 21:08:10 +02:00
apikey Chore: Refactor quota service (#58643) 2022-11-14 21:08:10 +02:00
auth Auth: Merge ActiveAuthTokenService into UserAuthTokenService (#59032) 2022-11-22 10:58:59 +01:00
cleanup LoginAttempt: Move logic around login attempts into the service (#58962) 2022-11-22 11:37:18 +01:00
comments chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
contexthandler Auth: Merge ActiveAuthTokenService into UserAuthTokenService (#59032) 2022-11-22 10:58:59 +01:00
correlations chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
dashboardimport Chore: Refactor quota service (#58643) 2022-11-14 21:08:10 +02:00
dashboards Chore: Refactor quota service (#58643) 2022-11-14 21:08:10 +02:00
dashboardsnapshots chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
dashboardversion Build: clean up and document integration test convention (#58170) 2022-11-04 10:14:21 -04:00
datasourceproxy backend/datasources: move datasources models into the datasources service package (#51267) 2022-06-27 12:23:15 -04:00
datasources Refactor time durations (#58484) 2022-11-22 15:09:15 +08:00
encryption Encryption: Fall back to AES-CFB on empty algorithm metadata (#53266) 2022-08-04 09:37:53 +02:00
export Storage: add an admin write flavor that can explicitly set the user/time (#58618) 2022-11-12 11:36:18 -08:00
featuremgmt OAuth: Feature toggle for access token expiration check and docs (#58179) 2022-11-14 16:47:46 +01:00
folder Nested Folder: Include URL into the GET response (#59099) 2022-11-22 07:04:09 -05:00
grpcserver gRPC Server: Fix logging unauthenticated request error (#57490) 2022-10-23 03:51:23 +08:00
guardian Chore: Refactor quota service (#58643) 2022-11-14 21:08:10 +02: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: Refactor quota service (#58643) 2022-11-14 21:08:10 +02:00
librarypanels Chore: Refactor quota service (#58643) 2022-11-14 21:08:10 +02:00
licensing NavTree: Don't add license and stats page unless your a Grafana Admin (#56410) 2022-10-06 14:30:51 +02:00
live Refactor time durations (#58484) 2022-11-22 15:09:15 +08:00
login Auth: Remove userauth service (#58941) 2022-11-18 14:40:26 +01:00
loginattempt LoginAttempt: Move logic around login attempts into the service (#58962) 2022-11-22 11:37:18 +01:00
multildap Split Create User (#50502) 2022-06-28 14:32:25 +02:00
navtree Navigation: Set navtree to an empty array instead of null (#58919) 2022-11-21 09:43:21 +01:00
ngalert Performance: add preallocation for some slice/map (#57860) 2022-11-22 20:24:36 +08:00
notifications Email: Use MJML email templates (#57751) 2022-11-17 21:41:46 +01:00
oauthtoken Auth: Refresh OAuth access_token automatically using the refresh_token (#56076) 2022-10-18 18:17:28 +02:00
org Chore: Refactor quota service (#58643) 2022-11-14 21:08:10 +02:00
playlist Reconcile coremodels, entities, objects under new kind framework (#56492) 2022-11-10 12:36:40 -08:00
plugindashboards Plugins: Add secure JSON fields to plugin setting DTO (#55313) 2022-09-21 12:20:11 +02:00
pluginsettings chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
preference Internationalization: Change locale preference to language (#58359) 2022-11-22 12:18:34 +00:00
provisioning Alerting: Enable interpolation for notification policies in file provisioning (#58956) 2022-11-22 16:54:24 +01:00
publicdashboards Chore: Refactor quota service (#58643) 2022-11-14 21:08:10 +02:00
query QueryData: skip header validation (revert check) (#58871) 2022-11-18 05:46:50 -05:00
queryhistory chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
querylibrary Chore: skip flaky tests (#58835) 2022-11-16 10:23:49 -05:00
quota Auth: Merge ActiveAuthTokenService into UserAuthTokenService (#59032) 2022-11-22 10:58:59 +01:00
rendering Rendering: Add configuration options for renderKey lifetime (#57339) 2022-11-03 12:06:55 +01:00
screenshot Use fnv64 for InmemCacheService (#58468) 2022-11-08 22:05:15 +00: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 Search: Revert "load dashboard performance improvements" (#58730) 2022-11-15 02:25:13 -05:00
secrets Chore: Refactor quota service (#58643) 2022-11-14 21:08:10 +02:00
serviceaccounts Auth: Add expiry date for service accounts access tokens (#58885) 2022-11-22 10:08:40 +01:00
shorturls chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
sqlstore Performance: add preallocation for some slice/map (#57860) 2022-11-22 20:24:36 +08:00
star Build: clean up and document integration test convention (#58170) 2022-11-04 10:14:21 -04:00
store Chore: Refactor quota service (#58643) 2022-11-14 21:08:10 +02:00
tag Build: clean up and document integration test convention (#58170) 2022-11-04 10:14:21 -04:00
team RBAC: Cleaup team api rbac tests (#57265) 2022-10-20 09:11:47 +02:00
teamguardian chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
temp_user chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
thumbs chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
updatechecker Performance: add preallocation for some slice/map (#57860) 2022-11-22 20:24:36 +08:00
user Chore: Refactor quota service (#58643) 2022-11-14 21:08:10 +02:00
validations Migrate to Wire for dependency injection (#32289) 2021-08-25 15:11:22 +02:00