grafana/pkg/services
Jguer ef9fe26886
Service accounts: Split user and service account database (#46442)
* ServiceAccounts: remove unused endpoint

* ServiceAccounts: remove usage of getOrgUsers from service accounts

* use dialect for boolean str true in delete

* return service account results directly

* Move Service Account Deletions to sa package

Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
Co-authored-by: gamab <gabi.mabs@gmail.com>

* Move service account methods to service accounts

Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
Co-authored-by: gamab <gabi.mabs@gmail.com>

* Service accounts should not interfere with users

Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>

* filter service accounts in user services

* mispell fix

* fix overextended lines

Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>

* fix variable

Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
Co-authored-by: gamab <gabi.mabs@gmail.com>
2022-03-14 18:24:07 +01:00
..
accesscontrol Access control: Support filter on several actions (#46524) 2022-03-14 17:11:21 +01:00
alerting Fix: Add missing store in test rule (#46151) 2022-03-03 12:00:33 +01:00
annotations Chore: Replace util.DynMap with structs (#36332) 2021-07-01 10:23:33 +02:00
auth Chore: Remove context.TODO() (#43409) 2021-12-22 11:02:42 +01:00
cleanup Chore: Remove bus.Dispatch from cleanup service (#45401) 2022-02-15 14:56:19 +01:00
comments Comments: support live comments in dashboards and annotations (#44980) 2022-02-22 10:47:42 +03:00
contexthandler Auth Proxy: encoding of non-ASCII headers (#44797) 2022-03-04 04:58:27 -05:00
dashboardimport Plugins: Refactor GetPluginDashboards/LoadPluginDashboard (#46316) 2022-03-10 18:38:04 +01:00
dashboards Folder store (#46431) 2022-03-14 11:21:42 -04:00
dashboardsnapshots add dashboardsnap as service of http server (#45461) 2022-02-17 09:31:26 +01:00
datasourceproxy Datasource: Fixes storing of secureJSONData when creating/updating datasource (#45290) 2022-02-11 15:52:14 +01:00
datasources Accesscontrol: fix data source name resolver and add uid name resolver (#46409) 2022-03-11 08:50:04 +01:00
encryption Replace encryption.Service usages by secrets.Service (#41625) 2021-11-12 12:16:39 +01:00
featuremgmt Storage: list filtering and root folder support (#46453) 2022-03-11 22:08:19 +04:00
guardian Access control: Add logs to access control dashboard guardian (#46534) 2022-03-14 17:12:09 +01:00
hooks Migrate to Wire for dependency injection (#32289) 2021-08-25 15:11:22 +02:00
kmsproviders Encryption: Refine secrets-related commands (#45201) 2022-02-23 16:04:53 +01:00
ldap LDAP: Use an interface instead of a bus to get group teams (#42165) 2022-02-01 12:03:21 +01:00
libraryelements Folder name scope resolver (#46380) 2022-03-10 12:19:50 -05:00
librarypanels Folder name scope resolver (#46380) 2022-03-10 12:19:50 -05:00
licensing switch to using featureEnabled for enterprise features (#41559) 2022-01-07 15:11:23 -05:00
live Comments: support live comments in dashboards and annotations (#44980) 2022-02-22 10:47:42 +03:00
login Chore: Remove bus from authinfoservice (#45787) 2022-02-23 16:22:16 +01:00
multildap remove bus from login (#44995) 2022-02-09 17:17:09 +01:00
ngalert Alerting: Display query from grafana-managed alert rules on /api/v1/rules (#45969) 2022-03-14 10:39:20 +00:00
notifications Alerting: Add integration tests for dual-stage email templating (#43484) 2022-03-01 10:49:49 -06:00
oauthtoken Rename DispatchCtx to Dispatch (#43563) 2021-12-28 17:36:22 +01:00
plugindashboards Plugins: Refactor GetPluginDashboards/LoadPluginDashboard (#46316) 2022-03-10 18:38:04 +01:00
pluginsettings Plugins: Plugin settings refactor (#46246) 2022-03-04 17:09:50 +01:00
provisioning Access control: Move call to create default permissions into folder and dashboard service (#46186) 2022-03-10 12:58:18 +01:00
query Propagate all headers (#43812) 2022-01-07 12:45:26 -07:00
queryhistory Query history: Add search functionality (#45932) 2022-03-07 12:28:04 +01:00
quota Update quota service to accept context (#45186) 2022-02-10 22:17:50 +01:00
rendering Rendering: periodically refresh remote plugin version (#45505) 2022-02-18 20:25:01 +04:00
schemaloader FeatureFlags: define features outside settings.Cfg (take 3) (#44443) 2022-01-26 09:44:20 -08:00
search Chore: Remove bus from Alerting API (#44894) 2022-02-04 13:41:15 +01:00
searchusers Bus: Tests cleanup (#46025) 2022-03-02 11:05:31 +01:00
searchV2 Search: add URL as linkable field (#45568) 2022-02-18 16:03:49 -08:00
secrets Encryption: Refine secrets-related commands (#45201) 2022-02-23 16:04:53 +01:00
serviceaccounts Service accounts: Split user and service account database (#46442) 2022-03-14 18:24:07 +01:00
shorturls Migrate to Wire for dependency injection (#32289) 2021-08-25 15:11:22 +02:00
sqlstore Service accounts: Split user and service account database (#46442) 2022-03-14 18:24:07 +01:00
teamguardian ValidatedQueries: start of validated queries API (#44731) 2022-03-07 09:33:01 -09:00
thumbs Previews: increase crawler timeout (#45848) 2022-02-24 20:17:05 +04:00
updatechecker Plugins: Refactor Grafana and Plugin version update checkers (#44529) 2022-01-31 16:06:16 +01:00
validations Migrate to Wire for dependency injection (#32289) 2021-08-25 15:11:22 +02:00