grafana/pkg
Victor Marin faa33e30a9
Schema: Add origin property to AdHocFilterWithLabels (#104320)
* add origin to AdHocFilterWithLabels

* typo

* fix

* use singular for FilterOrigin

* run ./hack/update-codegen.sh

* add canary scenes to verify typechecks

* update dashboard schema json snapshot

* fix

* fix

* update canaries

* fix

* bump scenes version
2025-04-24 11:13:17 +03:00
..
aggregator Chore: Update internal go.mod references (#104262) 2025-04-22 10:42:39 +01:00
api K8s/Dashboard: Promote from alpha1 to beta1 (#104009) 2025-04-23 20:54:35 +03:00
apimachinery Chore: Upgrade authlib (use UIDs for authz checks) (#104307) 2025-04-23 12:51:37 +01:00
apis Chore: Update internal go.mod references (#104262) 2025-04-22 10:42:39 +01:00
apiserver Chore: Upgrade authlib (use UIDs for authz checks) (#104307) 2025-04-23 12:51:37 +01:00
build Chore: update golang.org/x/sys+net+text+tools+crypto (#103963) 2025-04-14 10:01:19 +01:00
bus Hackaton: Add more unit tests, take 3 (#101525) 2025-03-05 08:00:12 +01:00
cmd K8s/Dashboard: Promote from alpha1 to beta1 (#104009) 2025-04-23 20:54:35 +03:00
codegen Chore: update golang.org/x/sys+net+text+tools+crypto (#103963) 2025-04-14 10:01:19 +01:00
components CI: Bump golangci-lint to 2.0.2 (#103572) 2025-04-10 14:42:23 +02:00
events
expr Chore: bump grafana-plugin-sdk-go from v0.275.0 to v0.277.0 (#103971) 2025-04-17 00:32:25 +03:00
extensions Use authlib repo. Use otel (#103178) 2025-04-07 15:47:40 +02:00
generated Provisioning: webhook last event timestamp (#103180) 2025-04-02 10:09:58 +02:00
ifaces/gcsifaces
infra Chore: Add xorm.io/core into xorm (#103700) 2025-04-16 08:58:50 +02:00
kinds i18n: Add `locale` to backend (#102233) 2025-03-31 15:59:07 +02:00
login/social CI: Bump golangci-lint to 2.0.2 (#103572) 2025-04-10 14:42:23 +02:00
middleware skip trace for '/api/health' endpoint (#103430) 2025-04-15 15:47:58 -04:00
mocks/mock_gcsifaces
models
modules fix(unified-storage): fix graceful termination for grafana target servers (#103520) 2025-04-08 11:45:10 +02:00
plugins Chore: Update internal go.mod references (#104262) 2025-04-22 10:42:39 +01:00
promlib Chore: bump grafana-plugin-sdk-go from v0.275.0 to v0.277.0 (#103971) 2025-04-17 00:32:25 +03:00
registry K8s/Dashboard: Promote from alpha1 to beta1 (#104009) 2025-04-23 20:54:35 +03:00
semconv [main] Go: Bump to 1.24.2 (#103521) 2025-04-08 17:12:30 +02:00
server fix(unified-storage): fix graceful termination for grafana target servers (#103520) 2025-04-08 11:45:10 +02:00
services Alerting: Add extended definition to prometheus alert rules api (#103320) 2025-04-23 21:14:09 +01:00
setting MetricsDrilldown: Remove legacy Metrics Drilldown code paths (#103845) 2025-04-11 16:45:14 -04:00
storage K8s/Dashboard: Promote from alpha1 to beta1 (#104009) 2025-04-23 20:54:35 +03:00
tests Schema: Add origin property to AdHocFilterWithLabels (#104320) 2025-04-24 11:13:17 +03:00
tsdb Graphite: Support backend queries with different time ranges (#103984) 2025-04-22 13:14:24 +01:00
util Chore: Clean up unused parts of xorm/core (#104260) 2025-04-22 11:37:07 +02:00
web CI: Bump golangci-lint to 2.0.2 (#103572) 2025-04-10 14:42:23 +02:00
README.md
ruleguard.rules.go

README.md

This directory contains the code for the Grafana backend.

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