grafana/pkg/services
Ieva 19b1e71fee
IP range AC for data sources: compare the base of the URL only (#83305)
* compare the base of the URL and ignore the path

* change the logic to compare scheme and host explicitly

* fix the test
2024-02-23 18:13:21 +02:00
..
accesscontrol Chore: Move store interface to top level (#83153) 2024-02-21 14:32:54 +01:00
alerting Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
annotations Annotations: Improve query performance when using dashboard filter (#83112) 2024-02-21 10:30:26 +01:00
anonymous Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
apikey Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
apiserver K8s: Pass ID token in X-Extra-id-token header (#82893) 2024-02-16 17:07:37 +02:00
auth JWT Authentication: Add support for specifying groups in auth.jwt for teamsync (#82175) 2024-02-09 16:35:58 +01:00
authn AuthProxy: Invalidate previous cached item for user when changes are made to any header (#81445) 2024-02-22 10:02:31 +01:00
caching Fixing typos (#70487) 2023-06-22 09:43:38 +01:00
cleanup Auth: Fix email verification bypass when using basic authentication (#82914) 2024-02-16 18:54:59 +01:00
cloudmigrations Cloud Migrations: Create new service for cloud migrations (#80949) 2024-01-22 11:09:08 -05:00
contexthandler AuthToken: Remove client token rotation feature toggle (#82886) 2024-02-16 15:03:37 +01: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: Change response status for dashboard import with invalid input (#81521) 2024-01-30 16:57:01 +01:00
dashboards Folders: Switch order of the columns in folder table indexes so that org_id becomes first (#82454) 2024-02-16 21:10:46 +02:00
dashboardsnapshots Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
dashboardversion Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
datasourceproxy Errors: Make errors the same in dev as prod (#77366) 2023-10-30 14:06:26 -04:00
datasources Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
encryption Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
extsvcauth RBAC Search: Replace userLogin filter by namespacedID filter (#81810) 2024-02-16 11:42:36 +01:00
featuremgmt IAM: Remove fully rolled out feature toggles (#83308) 2024-02-23 17:53:37 +02:00
folder Folders: Switch order of the columns in folder table indexes so that org_id becomes first (#82454) 2024-02-16 21:10:46 +02:00
grpcserver Swap weaveworks/common utilities for equivalents in grafana/dskit (#80051) 2024-01-05 10:08:38 -06:00
guardian Remove folderID from service tests (#80615) 2024-01-26 17:36:35 +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 Login: refactor auth info package (#78459) 2023-11-21 14:47:23 +01:00
libraryelements LibraryPanels/RBAC: Fix issue where folder scopes weren't being correctly inherited (#82700) 2024-02-16 14:17:41 +00:00
librarypanels Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
licensing Chore: Clean up old navigation (#66287) 2023-04-14 09:43:11 +01:00
live Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
login JWT Authentication: Add support for specifying groups in auth.jwt for teamsync (#82175) 2024-02-09 16:35:58 +01:00
loginattempt Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
navtree E2C: Add initial empty state (#83232) 2024-02-23 13:18:09 +02:00
ngalert Alerting: Update swagger specs (#83260) 2024-02-23 11:25:43 +00:00
notifications Auth: Fix email verification bypass when using basic authentication (#82914) 2024-02-16 18:54:59 +01:00
oauthtoken Fix: Refresh token when id_token is expired (#79569) 2024-02-05 16:44:25 +01:00
org Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
playlist Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
plugindashboards Chore: removing folderId from plugindashboard service (#80570) 2024-01-16 11:08:39 +01:00
pluginsintegration IP range AC for data sources: compare the base of the URL only (#83305) 2024-02-23 18:13:21 +02:00
preference Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
provisioning Alerting: Support for simplified notification settings in rule API (#81011) 2024-02-15 09:45:10 -05:00
publicdashboards Public Dashboards: Disable email-sharing when there is no license (#80887) 2024-02-22 09:34:14 +01:00
query DataQuery: Track panel plugin id not type (#83091) 2024-02-21 09:38:42 +01:00
queryhistory Query History: Count using SQL, not post query (#82208) 2024-02-20 07:32:40 -06:00
quota Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
rendering Rendering: Adds PDF support behind feature toggle (#81811) 2024-02-08 13:09:34 +01:00
screenshot Rendering: Adds PDF support behind feature toggle (#81811) 2024-02-08 13:09:34 +01:00
search Add MFolderIDsServiceCount to count folderIDs in services pkg (#81237) 2024-01-25 11:10:35 +01:00
searchusers Chore: Remove public vars in setting package (#81018) 2024-01-23 12:36:22 +01:00
searchV2 Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
secrets Chore: Make the secret table name configurable (#83106) 2024-02-20 16:56:43 +01:00
serviceaccounts RBAC Search: Replace userLogin filter by namespacedID filter (#81810) 2024-02-16 11:42:36 +01:00
shorturls Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
signingkeys Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
sqlstore RBAC: add kind, attribute and identifier to annotation permissions during the migration (#83299) 2024-02-23 16:03:23 +00:00
ssosettings Auth: Validation fixes for SSO Settings (#82252) 2024-02-14 16:06:52 +01:00
star Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
stats Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
store Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
supportbundles Auth: Remove oAuthProviders from Social service (#78732) 2023-11-30 09:30:35 +01:00
tag Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
team Team/User: UID migrations (#82298) 2024-02-12 14:48:29 +01:00
temp_user Auth: Fix email verification bypass when using basic authentication (#82914) 2024-02-16 18:54:59 +01:00
updatechecker Release: Deprecate latest.json and replace with api call to grafana.com (#80537) 2024-01-16 11:19:32 +00:00
user Auth: Fix email verification bypass when using basic authentication (#82914) 2024-02-16 18:54:59 +01:00
validations chore: move validations model into the validations service (#61953) 2023-01-23 15:10:14 -05:00