grafana/pkg/services
Matthew Jacobson 893839d27b
Alerting: Move general alert rule validation from db-layer to model (#78325)
Alerting: Move general alert rule validation to model
2023-11-17 11:20:50 -05:00
..
accesscontrol RBAC: Add OAuth provider scopes separately to fixed:authentication.config:writer (#78202) 2023-11-16 09:15:51 +01:00
alerting Chore: Deprecate FolderID from SaveDashboardCommand (#77813) 2023-11-15 11:21:02 -05: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 AuthN: Add debug logs and check error during oauth token sync (#78323) 2023-11-17 16:03:25 +01: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 from Dashboard (#77823) 2023-11-15 10:28:50 -05:00
dashboards Dashboards: Allow updating a dashboard if the user doesn't have access to the parent folder (#78075) 2023-11-16 11:11:35 +00:00
dashboardsnapshots Snapshots: Do not return internal database ids (#77672) 2023-11-06 06:53:52 -08:00
dashboardversion Chore: Deprecate FolderID from SaveDashboardCommand (#77813) 2023-11-15 11:21:02 -05: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 Chore: Fix flaky test (#78309) 2023-11-17 11:38:57 +02:00
featuremgmt Chore: Remove navAdminSubsections toggle (#78179) 2023-11-17 10:04:34 +00:00
folder Nested Folders: Refactor query for getting folders (#78286) 2023-11-17 13:09:30 +01:00
grafana-apiserver K8s: Ensure there is always a user in appcontext.User (#78247) 2023-11-15 16:52:54 -08:00
grpcserver FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
guardian Chore: Deprecate FolderID from Dashboard (#77823) 2023-11-15 10:28:50 -05: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 Chore: Deprecate ID in GetFolderQuery (#77647) 2023-11-15 10:30:00 -05:00
librarypanels Chore: Deprecate FolderID from Dashboard (#77823) 2023-11-15 10:28:50 -05: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 Auth: Remove unused function (#78332) 2023-11-17 17:07:39 +01:00
loginattempt Chore: capitalise log message for auth packages (#74332) 2023-09-04 18:49:47 +02:00
navtree Chore: Remove navAdminSubsections toggle (#78179) 2023-11-17 10:04:34 +00:00
ngalert Alerting: Move general alert rule validation from db-layer to model (#78325) 2023-11-17 11:20:50 -05:00
notifications Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
oauthtoken Auth: Remove unused function (#78332) 2023-11-17 17:07:39 +01: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 Chore: Deprecate FolderIDs only used by Swagger (#78219) 2023-11-16 09:57:04 -05:00
pluginsintegration Plugins: Allow disabling "skip host environment variables" per-plugin (#78266) 2023-11-17 16:12:05 +02:00
preference Preferences: Remove SQLX backing store (#78015) 2023-11-13 06:22:22 -08:00
provisioning Chore: Deprecate FolderID from Dashboard (#77823) 2023-11-15 10:28:50 -05:00
publicdashboards Chore: Deprecate FolderID from SaveDashboardCommand (#77813) 2023-11-15 11:21:02 -05: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 Chore: Deprecate FolderID from Dashboard (#77823) 2023-11-15 10:28:50 -05:00
secrets FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
serviceaccounts ExtSvcAuth: Add traces to external service accounts setup (#76779) 2023-11-16 20:45:31 +01: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 Chore: Deprecate FolderID from SaveDashboardCommand (#77813) 2023-11-15 11:21:02 -05:00
ssosettings Add swagger code for the removeProviderSettings API method (#78270) 2023-11-17 14:07:26 +02: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 "Revert "RBAC: remove dashboard ACL logic from dash store, service #78130" (#78203) 2023-11-15 16:45:49 +00: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 "Revert "RBAC: remove dashboard ACL logic from dash store, service #78130" (#78203) 2023-11-15 16:45:49 +00:00
validations chore: move validations model into the validations service (#61953) 2023-01-23 15:10:14 -05:00