grafana/pkg/services
Julien Duchesne c551c9e71f
Swagger: Fix listTokensResponse (#78155)
* Swagger: Fix listTokensResponse
It should return a list of Tokens, not a single one
Also regenerated the API spec from the latest changes + this branch

* Remove pointer
2023-11-15 08:59:54 -05:00
..
accesscontrol Auth: Add SAML scopes to fixed:authentication.config:writer (#78147) 2023-11-14 23:02:52 +02:00
alerting FeatureFlags: Cleanup usage of cfg.IsFeatureToggleEnabled (#78014) 2023-11-13 07:55:15 -08:00
annotations Annotations: Lift parts of RBAC from xorm store into auth service (#76967) 2023-11-14 18:11:01 -05:00
anonymous Anon: Use xorm for anon service (#75964) 2023-10-04 17:19:56 +02:00
apikey SQLX: Remove two unreachable services (#78016) 2023-11-12 09:29:14 -08:00
auth FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
authn FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
caching Fixing typos (#70487) 2023-06-22 09:43:38 +01:00
cleanup Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
contexthandler FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
correlations Identity: Unfurl OrgID in pkg/services to allow using identity.Requester interface (#76113) 2023-10-09 10:40:19 +02:00
dashboardimport Chore: Deprecate FolderId in ImportDashboardRequest and ImportDashboardResponse (#77627) 2023-11-06 11:32:34 -05:00
dashboards Revert "RBAC: remove dashboard ACL logic from dash store, service #78130 (#78198) 2023-11-15 15:33:38 +02:00
dashboardsnapshots Snapshots: Do not return internal database ids (#77672) 2023-11-06 06:53:52 -08:00
dashboardversion SQLX: Remove two unreachable services (#78016) 2023-11-12 09:29:14 -08:00
datasourceproxy Errors: Make errors the same in dev as prod (#77366) 2023-10-30 14:06:26 -04:00
datasources FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
encryption Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
extsvcauth FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
featuremgmt DataTrails: Auto query, explore and breakdown/drilldown prototype (#77019) 2023-11-15 11:28:29 +00:00
folder Nested Folders: Decrease max nested folders depth (#78133) 2023-11-15 10:25:40 +01:00
grafana-apiserver K8s/Playlist: Test dual write path (#77604) 2023-11-15 00:07:32 +02:00
grpcserver FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
guardian Replace signed in user for identity.requester (#74048) 2023-08-30 16:51:18 +02:00
hooks Hooks: Remove AddLoginHook and RunLogin hooks (#73227) 2023-08-17 09:51:45 +02:00
kmsproviders Secrets: Make the Migrator extensible (#67307) 2023-06-19 23:44:01 +02:00
ldap Errors: Make errors the same in dev as prod (#77366) 2023-10-30 14:06:26 -04:00
libraryelements FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
librarypanels FeatureFlags: Cleanup usage of cfg.IsFeatureToggleEnabled (#78014) 2023-11-13 07:55:15 -08:00
licensing Chore: Clean up old navigation (#66287) 2023-04-14 09:43:11 +01:00
live Live: Default to local engine if redis is unavailable (#77467) 2023-11-08 12:22:26 +00:00
login Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
loginattempt Chore: capitalise log message for auth packages (#74332) 2023-09-04 18:49:47 +02:00
navtree DataTrails: Auto query, explore and breakdown/drilldown prototype (#77019) 2023-11-15 11:28:29 +00:00
ngalert FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
notifications Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
oauthtoken Auth: Handle when access token has already been refreshed in OAuth token sync (#77118) 2023-10-25 18:15:41 +02:00
org Chore: delete team related entries for an org after the org gets deleted (#76706) 2023-10-18 10:40:26 +01:00
playlist K8s: Implement playlist api with k8s client (#77405) 2023-10-31 10:26:39 -07:00
plugindashboards Plugins: Remove usage of deprecated folder id (#78061) 2023-11-13 16:49:28 +01:00
pluginsintegration FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
preference Preferences: Remove SQLX backing store (#78015) 2023-11-13 06:22:22 -08:00
provisioning Provisioning: Remove trailing space from log message (#73124) 2023-11-10 07:24:35 +00:00
publicdashboards FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
query Chore: Upgrade Go to 1.21.3 (#77304) 2023-11-01 09:17:38 -07:00
queryhistory Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
quota FeatureFlags: Cleanup usage of cfg.IsFeatureToggleEnabled (#78014) 2023-11-13 07:55:15 -08:00
rendering FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
screenshot Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
search Chore: Deprecate FolderID in Hit (#77623) 2023-11-07 09:51:54 -05:00
searchusers Team: Support sort query param for teams search endpoint (#75622) 2023-09-28 18:20:51 +03:00
searchV2 FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
secrets FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
serviceaccounts Swagger: Fix listTokensResponse (#78155) 2023-11-15 08:59:54 -05:00
shorturls Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
signingkeys Siningkeys: Fix test setup (#76333) 2023-10-11 13:50:38 +02:00
sqlstore FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
ssosettings FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
star Stars: Remove sqlx storage implementation (#77766) 2023-11-07 06:55:24 -08:00
stats Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
store FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
supportbundles Plugins: Move store and plugin dto to pluginsintegration (#74655) 2023-09-11 13:59:24 +02:00
tag FeatureFlags: Cleanup usage of cfg.IsFeatureToggleEnabled (#78014) 2023-11-13 07:55:15 -08:00
team Revert "RBAC: remove dashboard ACL logic from dash store, service #78130 (#78198) 2023-11-15 15:33:38 +02:00
temp_user Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
updatechecker Plugins: Move store and plugin dto to pluginsintegration (#74655) 2023-09-11 13:59:24 +02:00
user Revert "RBAC: remove dashboard ACL logic from dash store, service #78130 (#78198) 2023-11-15 15:33:38 +02:00
validations chore: move validations model into the validations service (#61953) 2023-01-23 15:10:14 -05:00