grafana/pkg
Syerikjan Kh 97d8f68b70
Feat: Data source connections tab in plugin detail page (#99049)
* feat: datasource connections tab in plugin detail page

* test: no ds defined test added

* feat: configure feature toggle

* chore: i18n extract

* test: added unit tests for page and list
2025-01-21 12:39:48 -05:00
..
aggregator Azure: User-auth updates (#99113) 2025-01-17 12:13:34 -06:00
api Share: Add analytics to invite user flow (#99116) 2025-01-21 11:47:57 -03:00
apimachinery Authlib: Use types package rather than claims (#99243) 2025-01-21 12:06:55 +03:00
apis Dashboards/SQL: Improve SQL query behavior (#99253) 2025-01-21 19:35:33 +03:00
apiserver Authlib: Use types package rather than claims (#99243) 2025-01-21 12:06:55 +03:00
build Azure: User-auth updates (#99113) 2025-01-17 12:13:34 -06:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd feat: pass gcom sso_api_token to repo created from install command (#98973) 2025-01-15 08:15:18 -05:00
codegen Update playlists app schemas to work with app SDK v0.29.0 (#98974) 2025-01-17 16:17:31 +02:00
components Chore: Bump google.golang.org/grpc to 1.64.0 (#88219) 2024-05-27 12:44:39 +02:00
events Alerting: update rule versions on folder move (#88376) 2024-08-13 12:26:26 +02:00
expr Requester: Remove duplicated function (#97038) 2024-11-26 15:29:31 +01:00
extensions K8s: Move standalone apiserver CLI to enterprise (#93799) 2024-09-27 09:04:35 +03:00
generated Provisioning: Add resource types (#98727) 2025-01-09 17:12:01 +03:00
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
infra Stats: use dashboard stats rather than list (#99130) 2025-01-17 08:19:56 +03:00
kinds Codegen: Generate Golang code using cog (#98812) 2025-01-14 15:58:38 +01:00
login/social Auth: Fix AzureAD public client configuration (#99019) 2025-01-15 16:49:58 +01:00
middleware Authlib: Use types package rather than claims (#99243) 2025-01-21 12:06:55 +03:00
mocks/mock_gcsifaces Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
models Auth: Attach external session info to Grafana session (#93849) 2024-10-08 11:03:29 +02:00
modules K8s: Add tracing to apiserver startup (#95744) 2024-11-02 00:44:40 +01:00
plugins Update playlists app schemas to work with app SDK v0.29.0 (#98974) 2025-01-17 16:17:31 +02:00
promlib Chore: Remove redundant test files (#99293) 2025-01-21 07:17:38 +03:00
registry Dashboards/SQL: Improve SQL query behavior (#99253) 2025-01-21 19:35:33 +03:00
semconv Plugins: Capture error source from grpc status errors (#97471) 2025-01-08 17:05:28 +00:00
server Authlib: Use types package rather than claims (#99243) 2025-01-21 12:06:55 +03:00
services Feat: Data source connections tab in plugin detail page (#99049) 2025-01-21 12:39:48 -05:00
setting Share: Add analytics to invite user flow (#99116) 2025-01-21 11:47:57 -03:00
storage Unified Storage: Add more debug logs to permission filtering (#99325) 2025-01-21 17:34:58 +02:00
tests K8s: use deprecatedInternalID label rather than SQL annotation (#99263) 2025-01-21 12:38:14 +03:00
tsdb Zipkin: Fix key order in flaky test (#99285) 2025-01-20 20:24:45 +02:00
util Authlib: Use types package rather than claims (#99243) 2025-01-21 12:06:55 +03:00
web feat: add QueryIntWithDefault to web context (#93130) 2024-09-10 09:04:49 -05: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.