grafana/pkg
Will Assis 9c3e011539
unified-storage: remove rvmanager dependency from sqlkv.go (#116701)
unified-storage: remove rvmanager dependency + cleanup
2026-01-27 11:49:54 -03:00
..
aggregator auth: bump authlib with changes to BatchCheck (#116485) 2026-01-20 16:55:20 +01:00
api API: Add missing scope check on dashboards (#116885) 2026-01-27 09:52:43 +01:00
apimachinery auth: bump authlib with changes to BatchCheck (#116485) 2026-01-20 16:55:20 +01:00
apis SQLSchemas: Move the types to the query types package (#116745) 2026-01-23 17:32:46 +03:00
apiserver K8s: Allow cluster scoped resources (#116808) 2026-01-25 22:29:54 -08:00
build chore: remove unused 'wire' binary (#116797) 2026-01-25 12:12:28 +03:00
bus Hackaton: Add more unit tests, take 3 (#101525) 2025-03-05 08:00:12 +01:00
clientauth Chore: Unify token exchange round trippers - provisioning (#116106) 2026-01-21 11:00:39 +01:00
cmd Grafana Cli: Add admin flush-rbac-seed-assignment command (#116716) 2026-01-22 19:58:18 +00:00
codegen Codegen: Add comment with cue path (#116835) 2026-01-27 10:40:26 +01:00
components DataSources: Improve resource model conversions (#116403) 2026-01-19 08:53:46 +03:00
configprovider Configprovider: Update the interface to propagate errors (#110814) 2025-09-11 17:26:54 +03:00
events Chore: Remove unused bus.Bus events (#110738) 2025-09-08 10:47:16 +00:00
expr SQLSchemas: Move the types to the query types package (#116745) 2026-01-23 17:32:46 +03:00
extensions Extensions: Add file for test-only imports to exclude it from binary (#116746) 2026-01-23 15:28:35 +01:00
generated Chore: Upgrade k8s.io/api v0.34.1 and grafana-app-sdk v0.43.1 (#111009) 2025-09-16 13:35:20 +03:00
ifaces/gcsifaces
infra logging: fix db_query_time always reporting zero (#116824) 2026-01-26 13:25:40 +01:00
kinds CustomVariable: support values with multiple properties (json values format) (#113844) 2026-01-07 11:01:03 +01:00
login/social Auth: Cleanup duplicate isGroupMember methods from OAuth connectors (#115786) 2026-01-05 11:35:28 +01:00
middleware logging: fix db_query_time always reporting zero (#116824) 2026-01-26 13:25:40 +01: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 Background Services: Remove dskitBackgroundServices toggle (#111255) 2025-09-26 15:16:06 -04:00
operators Provisioning: Add quota status to RepositoryStatus (#116887) 2026-01-27 10:20:16 +01:00
plugins auth: bump authlib with changes to BatchCheck (#116485) 2026-01-20 16:55:20 +01:00
promlib Prometheus: Introduce failsafe PromQueryFormat unmarshalling (#116670) 2026-01-26 17:20:41 +00:00
registry IAM: Refactor legacy search to use ListTeamBindings() (#116854) 2026-01-27 14:30:21 +02:00
semconv Go: Update to 1.25.6 (#116394) 2026-01-16 10:50:12 +01:00
server Suggested Dashboards: Create dashboard compatibility validation app (#115746) 2026-01-26 14:24:56 +01:00
services Correlations: Remove support for org_id=0 (#116877) 2026-01-27 08:10:16 -06:00
setting feat: enhance InviteUserButton to support upgrade functionality (#116641) 2026-01-26 14:21:13 -07:00
storage unified-storage: remove rvmanager dependency from sqlkv.go (#116701) 2026-01-27 11:49:54 -03:00
tests Provisioning: Add quota status to RepositoryStatus (#116887) 2026-01-27 10:20:16 +01:00
tsdb Tempo: add custom grpc limits (#116013) 2026-01-22 10:04:22 +00:00
util Add non-boolean feature flags support to the StaticProvider (#115085) 2026-01-12 22:53:23 +01:00
web Security: Fixes for CVE-2025-6197 and CVE-2025-6023 (#108330) 2025-07-18 09:06:26 -06:00
README.md
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.