grafana/pkg/services
ismail simsek 77e7ae2a1b
InfluxDB: SQL Support (#72167)
* Add influxdbSqlSupport feature toggle

* Add SQL option to the config page

* Add SQL backend

* Add metadata support in config page

* Implement unified querying

* Fix healthcheck query

* fsql tests

* secure grpc by default

* code cleanup

* Query handing for sql mode

* Implement a placeholder sql editor

* Fix query language dropdown

* go mod updates

* make lint-go

* more make lint-go

* remove unused runQuery

* switch statements with default case

* linting again
2023-08-02 18:27:43 +02:00
..
accesscontrol Auth: Move Team service to SignedInUserInterface (#72674) 2023-08-02 10:43:56 +02:00
alerting Search v1: Remove unnecessary subqueries (#72388) 2023-08-02 10:39:25 +03:00
annotations Search v1: Remove unnecessary subqueries (#72388) 2023-08-02 10:39:25 +03:00
anonymous Auth: Add authed device tagging (#72442) 2023-07-31 18:04:28 +02:00
apikey RBAC: remove simple RBAC disabled checks (#71137) 2023-07-10 15:14:21 +03:00
auth Auth: Move Team service to SignedInUserInterface (#72674) 2023-08-02 10:43:56 +02:00
authn Auth: remove org count from signedInUser (#72661) 2023-08-01 14:04:37 +02:00
caching Fixing typos (#70487) 2023-06-22 09:43:38 +01:00
certgenerator Chore: Add grafana-apiserver (#70721) 2023-07-14 12:22:10 -07:00
cleanup Chore: Fix goimports grouping in pkg/services (#62420) 2023-01-30 08:21:27 +00:00
contexthandler Auth: Add authed device tagging (#72442) 2023-07-31 18:04:28 +02:00
correlations Correlations: Create paginated API (#65241) 2023-07-05 09:37:17 -05:00
dashboardimport RBAC: Remove legacy ac from authorization middleware (#68898) 2023-05-24 09:49:42 +01:00
dashboards Guardian: Split dashboard and folder guardian implementation (#69722) 2023-07-25 15:31:12 +03:00
dashboardsnapshots Snapshots: Add snapshot enable config (#61587) 2023-01-26 10:28:11 -03:00
dashboardversion API: Fix "Updated by" Column in dashboard versions table (#65351) 2023-03-30 17:31:53 +03:00
datasourceproxy Caching: Refactor enterprise query caching middleware to a wire service (#65616) 2023-04-12 12:30:33 -04:00
datasources Provisioning: Fix overwrite SecureJSONData on provisioning (#72395) 2023-07-27 11:11:43 +02:00
encryption Secrets: Make the Migrator extensible (#67307) 2023-06-19 23:44:01 +02:00
featuremgmt InfluxDB: SQL Support (#72167) 2023-08-02 18:27:43 +02:00
folder Nested folders: Fetch multiple folders from dashboard folder store (#72464) 2023-08-01 11:04:44 +03:00
grafana-apiserver Chore: Add grafana-apiserver (#70721) 2023-07-14 12:22:10 -07:00
grpcserver gRPC Server: Instrument requests made to the server. (#71914) 2023-07-19 16:01:54 +02:00
guardian Guardian: Split dashboard and folder guardian implementation (#69722) 2023-07-25 15:31:12 +03:00
hooks chore: move user_auth models to (mostly) login service (#62269) 2023-01-27 13:36:54 -05:00
kmsproviders Secrets: Make the Migrator extensible (#67307) 2023-06-19 23:44:01 +02:00
ldap Auth: Resolve isGrafanaAdmin for debug logging (#71145) 2023-07-10 11:14:51 +02:00
libraryelements Chore: Add folder data migration, fix unique index (#72602) 2023-08-01 09:36:37 +02:00
librarypanels Chore: Add folder data migration, fix unique index (#72602) 2023-08-01 09:36:37 +02:00
licensing Chore: Clean up old navigation (#66287) 2023-04-14 09:43:11 +01:00
live Chore: Update golangci-lint to v1.53.3 (#71771) 2023-07-18 10:03:35 +02:00
login Auth: Lock down Grafana admin role updates if the role is externally synced (#72677) 2023-08-01 16:39:08 +01:00
loginattempt Chore: Remove result field from loginattempt (#65117) 2023-03-22 21:25:29 +01:00
navtree Data Sources: Remove Admin/Data sources page in favour of Connections/Data sources (#72102) 2023-07-26 12:23:05 +02:00
ngalert Chore: Add folder data migration, fix unique index (#72602) 2023-08-01 09:36:37 +02:00
notifications Chore: Remove result field from notifications (#65170) 2023-03-28 13:44:15 +02:00
oauthserver SaveExternalService (OAuth) on plugin load (#69764) 2023-06-26 16:38:43 +02:00
oauthtoken OAuth: Introduce user_refresh_token setting and make it default for the selected providers (#71533) 2023-07-14 14:03:01 +02:00
org Auth: Add empty role definition (#64694) 2023-07-06 15:40:06 +02:00
playlist Schemas: minor updates from the k8s branch (#71688) 2023-07-21 19:17:11 +03:00
plugindashboards Plugins: Add file store abstraction for handling plugin files (#65432) 2023-03-29 12:55:55 +02:00
pluginsintegration Chore: Refactor error when retrieving the plugin manifest key (#72492) 2023-07-28 10:22:21 +02:00
preference Chore: remove i18n toggle (#69389) 2023-06-02 09:24:40 +01:00
provisioning Provisioning: Fix overwrite SecureJSONData on provisioning (#72395) 2023-07-27 11:11:43 +02:00
publicdashboards PublicDashboards: Do not return hidden queries (#72554) 2023-07-31 10:54:54 -03:00
query Plugins: Migrate PluginStore mock to pre-existing fakes package (#71664) 2023-07-17 10:21:44 +00:00
queryhistory Query History: Remove migration (#67470) 2023-04-28 16:03:51 +01:00
quota Plugins: Migrate PluginStore mock to pre-existing fakes package (#71664) 2023-07-17 10:21:44 +00:00
rendering Rendering: Experimental support to use JWTs as auth method (#60841) 2023-04-03 18:53:38 +02:00
screenshot Alerting: Fix a bug taking screenshots with Dashboard UID (#63220) 2023-02-09 15:23:01 -05:00
search Chore: Remove result field from search (#65583) 2023-03-30 11:28:12 +02:00
searchusers Swagger: Fix response for the search users endpoint (#71272) 2023-07-13 11:35:03 +03:00
searchV2 RBAC: search v1 permission filter part 1 - cleanup & updating tests (#71913) 2023-07-19 10:37:27 +01:00
secrets chore: refactor SecretMigrationProviderImpl as a dskit module (#71944) 2023-07-24 08:14:53 -04:00
serviceaccounts AccessControl: Remove acmock.New from accesscontrol service tests (#71942) 2023-07-20 10:00:46 +02:00
shorturls Chore: Replace short UID generation with more standard UUIDs (#62731) 2023-02-06 20:44:37 -05:00
signingkeys AuthN: Embed an OAuth2 server for external service authentication (#68086) 2023-05-25 15:38:30 +02:00
sqlstore Nested folders: Fix search query for empty self-contained permissions (#72727) 2023-08-02 14:12:46 +03:00
star API: Fix status code when starring already starred dashboard (#63478) 2023-05-11 11:37:36 +03:00
stats UsageStats: Add database age and driver (#66535) 2023-04-17 18:27:04 -07:00
store NestedFolders: Add library panels counting and deletion to folder registry (#69149) 2023-07-25 13:05:53 +02:00
supportbundles RBAC: remove some IsDisabled checks (#69272) 2023-05-31 09:58:57 +01:00
tag Annotations: Ignore unique constraint violations for tags (#65935) 2023-04-18 14:21:38 +02:00
team Auth: Move Team service to SignedInUserInterface (#72674) 2023-08-02 10:43:56 +02:00
temp_user Users: Enable case insensitive login by default (#66134) 2023-04-28 16:38:58 +01:00
updatechecker Plugins: Migrate PluginStore mock to pre-existing fakes package (#71664) 2023-07-17 10:21:44 +00:00
user Auth: Move Team service to SignedInUserInterface (#72674) 2023-08-02 10:43:56 +02:00
validations chore: move validations model into the validations service (#61953) 2023-01-23 15:10:14 -05:00