grafana/pkg
Josh Michielsen 297d73a7df
InfluxDB: Add configuration option for enabling insecure gRPC connections (#83834)
* InfluxDB: add configuration option for enabling insecure gRPC connections

* fix: add insecureGrpc to InfluxOptions

* rename options label 'gRPC' -> 'Connection'

Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>

* update docs: rename options label 'gRPC' -> 'Connection'

Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>

* default insecure connection boolean to false in frontend

Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>

* run prettier:write

---------

Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
2024-03-12 13:36:11 +01:00
..
api Plugins: Tidy config struct (#84168) 2024-03-11 16:28:46 +01:00
apimachinery Chore: Bump grafana-plugin-sdk-go version to v0.214.0 (#84162) 2024-03-11 16:49:53 +01:00
apis Chore: Remove repetitive words (#84132) 2024-03-11 08:55:18 -04:00
apiserver Chore: Bump grafana-plugin-sdk-go version to v0.214.0 (#84162) 2024-03-11 16:49:53 +01:00
build Chore: Remove repetitive words (#84132) 2024-03-11 08:55:18 -04:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd Teams: Fix missing context in team service (#83327) 2024-02-27 11:10:54 +01:00
codegen Schemas: Reduce duplicated jenny code (#84061) 2024-03-11 12:51:44 +01:00
components Chore: Remove public vars in setting package (#81018) 2024-01-23 12:36:22 +01:00
cuectx Perf: Disable core kind registry (#78568) 2023-11-28 09:09:54 +01:00
events Alerting: Update rules version when folder title is updated (#53013) 2022-08-01 19:28:38 -04:00
expr Chore: Remove repetitive words (#84132) 2024-03-11 08:55:18 -04:00
extensions Chore: Replace gofpdf (#75805) 2023-10-02 15:32:35 +02:00
generated K8s: update hack codegen script (#81216) 2024-01-25 12:01:09 -08:00
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
infra UsageStats: Separate context and threads for usage stats (#83963) 2024-03-11 15:18:42 +01:00
kinds Kinds: Generate k8 resources without use kindys/thema (#83310) 2024-02-26 10:18:19 +01:00
login/social Auth: use the scope parameter instead of a hardcoded value in appendUniqueScope() (#84053) 2024-03-07 12:08:58 +02:00
middleware Chore: Remove repetitive words (#84132) 2024-03-11 08:55:18 -04:00
mocks/mock_gcsifaces Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
models Auth: Add empty role definition (#64694) 2023-07-06 15:40:06 +02:00
modules Storage: Unified Storage based on Entity API (#71977) 2023-12-06 15:21:21 -05:00
plugins Plugins: Tidy config struct (#84168) 2024-03-11 16:28:46 +01:00
promlib Prometheus: Introduce prometheus backend library (#83952) 2024-03-11 17:22:33 +01:00
registry CloudMigration: wires the service (#84081) 2024-03-11 12:40:26 +01:00
server QueryService: Use types from sdk (#84029) 2024-03-08 18:12:59 +02:00
services Postgres: Allow disabling SNI on SSL-enabled connections (#83892) 2024-03-12 12:03:24 +02:00
setting Auth: Set the default org after User login (#83918) 2024-03-12 09:35:13 +01:00
tests QueryService: Use types from sdk (#84029) 2024-03-08 18:12:59 +02:00
tsdb InfluxDB: Add configuration option for enabling insecure gRPC connections (#83834) 2024-03-12 13:36:11 +01:00
util Chore: Bump grafana-plugin-sdk-go version to v0.214.0 (#84162) 2024-03-11 16:49:53 +01:00
web Image Rendering: Add settings for default width, height and scale (#82040) 2024-02-26 13:27:34 +01:00
README.md Chore: Move all backend contribution documents to a single directory (#61140) 2023-01-11 11:16:52 +01:00
ruleguard.rules.go Chore: update all +build statements (#38782) 2021-09-01 17:38:56 +03:00

This directory contains the code for the Grafana backend.

The contributor documentation for Grafana's backend is in /contribute/backend/README.md.