grafana/pkg/services
Gabriel MABILLE 6ffd4a23de
Team: Support `sort` query param for teams search endpoint (#75622)
* Teams: Implement backend sorting

* Add docs

* Make name ordering case insensitive

* lint

* Fix no lowercasing on memberCount

* Add test to double check the filters or correctly OrderBy
2023-09-28 18:20:51 +03:00
..
accesscontrol Instrumentation: Set auth as owners for more routes (#75105) 2023-09-20 10:18:52 +02:00
alerting Chore: capitalise messages for alerting (#74335) 2023-09-04 18:46:34 +02:00
annotations Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
anonymous AuthN: Implement requester interface for identity (#75618) 2023-09-28 16:37:32 +02:00
apikey Auth: Move apikey service from userSignedIn to identity.Requester interface (#74323) 2023-09-07 16:54:38 +01:00
auth AuthN: Implement requester interface for identity (#75618) 2023-09-28 16:37:32 +02:00
authn AuthN: Implement requester interface for identity (#75618) 2023-09-28 16:37:32 +02:00
caching
cleanup
contexthandler Tracing: Use tracing.InitializeTracerForTest (#75479) 2023-09-27 09:51:57 +02:00
correlations Correlations: Allow creating correlations for provisioned data sources (#73737) 2023-09-13 15:10:09 +02:00
dashboardimport Plugins: Move store and plugin dto to pluginsintegration (#74655) 2023-09-11 13:59:24 +02:00
dashboards Auth: Reduce restriction with non-user accounts (#74397) 2023-09-06 13:37:54 +02:00
dashboardsnapshots Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
dashboardversion Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
datasourceproxy Plugins: Move store and plugin dto to pluginsintegration (#74655) 2023-09-11 13:59:24 +02:00
datasources Chore: Rename testdata plugin with a fully qualified name (#75104) 2023-09-22 15:00:40 +03:00
encryption Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
featuremgmt Alerting: Add Modify export feature for Grafana-managed alert rules (#75114) 2023-09-28 16:07:45 +02:00
folder Folders: Do not allow modifying the folder UID via the API (#74684) 2023-09-12 14:28:33 +03:00
grafana-apiserver K8s: Add storage dual writer (#75403) 2023-09-26 17:15:15 -04:00
grpcserver Chore: make GPRCServerService private (#74612) 2023-09-08 12:44:18 -07: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
ldap AuthN: Change EnableDisabledUserHook to EnableUserHook (#75248) 2023-09-27 11:16:53 +02:00
libraryelements Auth: Implement requester interface in access control module (#74289) 2023-09-06 11:16:10 +02:00
librarypanels Auth: Implement requester interface in access control module (#74289) 2023-09-06 11:16:10 +02:00
licensing
live Chore: Remove plugincontext.ErrPluginNotFound (#74997) 2023-09-25 13:10:47 +03: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 Plugins: Move store and plugin dto to pluginsintegration (#74655) 2023-09-11 13:59:24 +02:00
ngalert Alerting: Extract methods for fetching rule groups with authorization (#75375) 2023-09-26 12:45:22 -04:00
notifications Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
oauthserver Chore: capitalise log message for auth packages (#74332) 2023-09-04 18:49:47 +02:00
oauthtoken Chore: capitalise log message for auth packages (#74332) 2023-09-04 18:49:47 +02:00
org User: Support `sort` query param for user and org user, search endpoints (#75229) 2023-09-28 10:16:18 +02:00
playlist Playlist: Remove unused/deprecated api and unused wrapper (#75503) 2023-09-27 15:28:16 +00:00
plugindashboards Plugins: Move store and plugin dto to pluginsintegration (#74655) 2023-09-11 13:59:24 +02:00
pluginsintegration Plugins: Rename oauth package to auth (#75611) 2023-09-28 12:18:09 +02:00
preference Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
provisioning Chore: Log failures during provisioning initialization (#75550) 2023-09-28 10:00:36 +03:00
publicdashboards PublicDashboards: Refresh ds plugin supported list (#74947) 2023-09-21 16:24:08 -03:00
query Plugins: Set grafana config, plugin version and user agent on plugin requests (#75171) 2023-09-21 11:33:31 +02:00
queryhistory Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
quota Plugins: Move store and plugin dto to pluginsintegration (#74655) 2023-09-11 13:59:24 +02:00
rendering Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
screenshot Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
search User: Support `sort` query param for user and org user, search endpoints (#75229) 2023-09-28 10:16:18 +02:00
searchV2 Chore: capitalise log messages for app platform (#74336) 2023-09-04 18:46:08 +02:00
searchusers Team: Support `sort` query param for teams search endpoint (#75622) 2023-09-28 18:20:51 +03:00
secrets Chore: remove `IsDisabled` method for access control (#74340) 2023-09-05 11:04:39 +01:00
serviceaccounts Instrumentation: Set auth as owners for more routes (#75105) 2023-09-20 10:18:52 +02:00
shorturls Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
signingkeys Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
sqlstore User: Support `sort` query param for user and org user, search endpoints (#75229) 2023-09-28 10:16:18 +02:00
star Auth: Move star service to identity interface (#73114) 2023-08-10 17:17:27 +02:00
stats Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
store Chore: Rename testdata plugin with a fully qualified name (#75104) 2023-09-22 15:00:40 +03:00
supportbundles Plugins: Move store and plugin dto to pluginsintegration (#74655) 2023-09-11 13:59:24 +02:00
tag
team Team: Support `sort` query param for teams search endpoint (#75622) 2023-09-28 18:20:51 +03: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 User: Support `sort` query param for user and org user, search endpoints (#75229) 2023-09-28 10:16:18 +02:00
validations