3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/pkg/services
Misi bd2191c158
Auth: OAuth token sync improvements ()
* Add metric, improve token refresh

* changes

* handle ctx cancelled

* Fix import order
2023-10-05 11:19:43 +02:00
..
accesscontrol AuthN: Fix namespaces for anonymous and render () 2023-09-29 09:10:33 +02:00
alerting Tracing: Standardize on otel tracing () 2023-10-03 14:54:20 +02:00
annotations Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
anonymous Anon: Use xorm for anon service () 2023-10-04 17:19:56 +02:00
apikey Auth: Move apikey service from userSignedIn to identity.Requester interface () 2023-09-07 16:54:38 +01:00
auth IDForwarding: Add basic metrics () 2023-10-05 09:17:40 +02:00
authn Auth: OAuth token sync improvements () 2023-10-05 11:19:43 +02:00
caching Fixing typos () 2023-06-22 09:43:38 +01:00
cleanup Tracing: Standardize on otel tracing () 2023-10-03 14:54:20 +02:00
contexthandler Chore: Clean up the context handler () 2023-10-04 17:56:51 +02:00
correlations Correlations: Allow creating correlations for provisioned data sources () 2023-09-13 15:10:09 +02:00
dashboardimport Plugins: Move store and plugin dto to pluginsintegration () 2023-09-11 13:59:24 +02:00
dashboards Auth: Reduce restriction with non-user accounts () 2023-09-06 13:37:54 +02:00
dashboardsnapshots Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
dashboardversion Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
datasourceproxy DatasourceProxy: Fix spelling () 2023-10-03 10:23:23 +02:00
datasources Chore: Rename testdata plugin with a fully qualified name () 2023-09-22 15:00:40 +03:00
encryption Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
extsvcauth AuthN: Move oauthserver to extsvcauth () 2023-10-04 16:53:17 +02:00
featuremgmt Transformations: Add support for dashboard variable in limit, sort by, filter by value, heatmap and histogram () 2023-10-04 17:28:46 +03:00
folder Nested Folders: Fix fetching a folder by title () 2023-10-04 11:19:22 +03:00
grafana-apiserver K8s: Remove /k8s/ prefix () 2023-10-04 14:05:50 -04:00
grpcserver Chore: make GPRCServerService private () 2023-09-08 12:44:18 -07:00
guardian Replace signed in user for identity.requester () 2023-08-30 16:51:18 +02:00
hooks Hooks: Remove AddLoginHook and RunLogin hooks () 2023-08-17 09:51:45 +02:00
kmsproviders Secrets: Make the Migrator extensible () 2023-06-19 23:44:01 +02:00
ldap AuthN: Change EnableDisabledUserHook to EnableUserHook () 2023-09-27 11:16:53 +02:00
libraryelements Auth: Implement requester interface in access control module () 2023-09-06 11:16:10 +02:00
librarypanels Auth: Implement requester interface in access control module () 2023-09-06 11:16:10 +02:00
licensing Chore: Clean up old navigation () 2023-04-14 09:43:11 +01:00
live Tracing: Standardize on otel tracing () 2023-10-03 14:54:20 +02:00
login Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
loginattempt Chore: capitalise log message for auth packages () 2023-09-04 18:49:47 +02:00
navtree Plugins: Move store and plugin dto to pluginsintegration () 2023-09-11 13:59:24 +02:00
ngalert Alerting: Fix store's GetNamespaceByUID () 2023-10-04 13:13:31 -04:00
notifications Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
oauthtoken Auth: OAuth token sync improvements () 2023-10-05 11:19:43 +02:00
org User: Support sort query param for user and org user, search endpoints () 2023-09-28 10:16:18 +02:00
playlist Playlist: Remove unused/deprecated api and unused wrapper () 2023-09-27 15:28:16 +00:00
plugindashboards Plugins: Move store and plugin dto to pluginsintegration () 2023-09-11 13:59:24 +02:00
pluginsintegration Azure monitor/remove graf tracing () 2023-10-05 02:38:26 +03:00
preference Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
provisioning Chore: Log failures during provisioning initialization () 2023-09-28 10:00:36 +03:00
publicdashboards PublicDashboards: Refresh ds plugin supported list () 2023-09-21 16:24:08 -03:00
query Plugins: Set grafana config, plugin version and user agent on plugin requests () 2023-09-21 11:33:31 +02:00
queryhistory Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
quota Plugins: Move store and plugin dto to pluginsintegration () 2023-09-11 13:59:24 +02:00
rendering Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
screenshot Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
search User: Support sort query param for user and org user, search endpoints () 2023-09-28 10:16:18 +02:00
searchusers Team: Support sort query param for teams search endpoint () 2023-09-28 18:20:51 +03:00
searchV2 Tracing: Standardize on otel tracing () 2023-10-03 14:54:20 +02:00
secrets Auth: Signing Key persistence () 2023-10-04 10:37:27 +02:00
serviceaccounts Instrumentation: Set auth as owners for more routes () 2023-09-20 10:18:52 +02:00
shorturls Chore: Add errutils helpers () 2023-08-22 12:52:24 +02:00
signingkeys SigningKeys: Use xorm for signing_key store () 2023-10-04 15:28:12 +02:00
sqlstore Auth: Signing Key persistence () 2023-10-04 10:37:27 +02:00
star Auth: Move star service to identity interface () 2023-08-10 17:17:27 +02:00
stats Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
store Chore: Rename testdata plugin with a fully qualified name () 2023-09-22 15:00:40 +03:00
supportbundles Plugins: Move store and plugin dto to pluginsintegration () 2023-09-11 13:59:24 +02:00
tag Annotations: Ignore unique constraint violations for tags () 2023-04-18 14:21:38 +02:00
team Team: Support sort query param for teams search endpoint () 2023-09-28 18:20:51 +03:00
temp_user Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
updatechecker Plugins: Move store and plugin dto to pluginsintegration () 2023-09-11 13:59:24 +02:00
user User: Support sort query param for user and org user, search endpoints () 2023-09-28 10:16:18 +02:00
validations chore: move validations model into the validations service () 2023-01-23 15:10:14 -05:00