grafana/pkg
2026-01-30 10:49:01 +01:00
..
aggregator feat(backend): Add QueryChunkedData infrastructure for plugin communication (#116967) 2026-01-28 16:26:11 +00: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 Fix sqlschemas API endpoint (#116868) 2026-01-27 14:06:55 -05:00
apiserver K8s: Allow cluster scoped resources (#116808) 2026-01-25 22:29:54 -08:00
build fix: modify the grafana dev build (#116872) 2026-01-27 17:14:33 -06:00
bus
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
events
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
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
models
modules
operators Provisioning: use min resync interval in Repo Controller (#117048) 2026-01-29 08:41:39 +01:00
plugins feat(backend): Add QueryChunkedData infrastructure for plugin communication (#116967) 2026-01-28 16:26:11 +00:00
promlib feat(backend): Add QueryChunkedData infrastructure for plugin communication (#116967) 2026-01-28 16:26:11 +00:00
registry Provisioning: return better errors on /test for Repositories (#117079) 2026-01-30 09:39:43 +01:00
semconv Go: Update to 1.25.6 (#116394) 2026-01-16 10:50:12 +01:00
server Alerting: Accept registerer parameter in metrics ProvideService (#117099) 2026-01-30 10:49:01 +01:00
services Alerting: Accept registerer parameter in metrics ProvideService (#117099) 2026-01-30 10:49:01 +01:00
setting Unified Storage: Adds search client to be used by storage-api (#117030) 2026-01-29 09:52:01 -06:00
storage fix: add lock table into the resource info in unified migrations (#117114) 2026-01-30 10:22:31 +01:00
tests Alerting: Add backend support for named notification policies (#117061) 2026-01-29 23:54:19 +00:00
tsdb CloudWatch Logs: Select log groups with the log group selector and $__logGroups macro for OpenSearch Structured Query Language queries (#116222) 2026-01-29 12:39:46 -08:00
util Add non-boolean feature flags support to the StaticProvider (#115085) 2026-01-12 22:53:23 +01:00
web
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.