grafana/pkg
Alexander Zobnin cd7772204e
Zanzana: Handle renderer service authorization requests (#97201)
* Zanzana: Handle renderer service authorization requests

* only add context if render service is authorizing

* use group and resource from API definitions

* check prefix instead of full identity

* fix AddRenderContext

* remove unused type
2024-12-09 11:17:44 +01:00
..
aggregator Bump github.com/grafana/grafana-plugin-sdk-go to v0.260.1 (#97329) 2024-12-03 16:19:43 +01:00
api Unistore: Update Folders Endpoint (#97317) 2024-12-03 15:33:01 -03:00
apimachinery Bump github.com/grafana/grafana-plugin-sdk-go to v0.260.1 (#97329) 2024-12-03 16:19:43 +01:00
apis UnifiedSearch: Use ResourceIndex from dashboards apiserver (v0alpha1 only) (#96939) 2024-11-27 07:57:53 +02:00
apiserver Bump github.com/grafana/grafana-plugin-sdk-go to v0.260.1 (#97329) 2024-12-03 16:19:43 +01:00
build Bump github.com/grafana/grafana-plugin-sdk-go to v0.260.1 (#97329) 2024-12-03 16:19:43 +01:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd CLI: Remove manager-users conflict users cli (#95135) 2024-11-04 09:38:08 +00:00
codegen chore(deps): Upgrade openapi dep, remove replace directive (#90609) 2024-07-18 14:42:18 -04: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 Alerting: Notifications Routes API (#91550) 2024-10-24 13:53:03 -04:00
ifaces/gcsifaces
infra chore(metrics): Add metrics & traces to DB migration (#97181) 2024-12-05 17:22:19 -05:00
kinds Dashboards: Add possibility to lock multi value variables option list (#95949) 2024-11-21 16:01:54 +02:00
login/social Chore: Extend OrgRoleMapper (#97336) 2024-12-05 12:14:37 +01:00
middleware Snapshots: Add RBAC roles for creating and deleting (#96126) 2024-11-26 09:13:17 -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 Preinstall: Allow to set a download URL (#96535) 2024-11-29 16:02:33 +01:00
promlib Bump github.com/grafana/grafana-plugin-sdk-go to v0.260.1 (#97329) 2024-12-03 16:19:43 +01:00
registry K8s: Make GetAPIRoutes an optional interface (#97531) 2024-12-07 03:08:18 +03:00
semconv Bump github.com/grafana/grafana-plugin-sdk-go to v0.260.1 (#97329) 2024-12-03 16:19:43 +01:00
server UnifiedSearch: Use ResourceIndex from dashboards apiserver (v0alpha1 only) (#96939) 2024-11-27 07:57:53 +02:00
services Zanzana: Handle renderer service authorization requests (#97201) 2024-12-09 11:17:44 +01:00
setting Setting: Fix redact of entity db pass (#97568) 2024-12-06 17:31:36 +01:00
storage Unified Storage Search: Check error first after building index (#97504) 2024-12-05 21:14:04 +02:00
tests fix(short-url): redirect to main page if not found (#97347) 2024-12-03 16:32:53 +01:00
tsdb Azure/GCM: Improve error display (#96921) 2024-12-06 18:16:23 +00:00
util Bump github.com/grafana/grafana-plugin-sdk-go to v0.260.1 (#97329) 2024-12-03 16:19:43 +01: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

This directory contains the code for the Grafana backend.

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