grafana/pkg
Marco de Abreu d57fa1291f
Dashboards: Disallow List with RV filter on legacy & align RV format (#104003)
Throw errors when trying to call List in legacy with an RV specified
Change ResourceVersion to microseconds

Co-authored-by: Marco de Abreu <18629099+marcoabreu@users.noreply.github.com>
2025-04-15 22:08:54 +01:00
..
aggregator Chore: update golang.org/x/sys+net+text+tools+crypto (#103963) 2025-04-14 10:01:19 +01:00
api K8s/Folders: Use v1beta1 and app-sdk based spec (#103975) 2025-04-14 23:20:10 +03:00
apimachinery Chore: update golang.org/x/sys+net+text+tools+crypto (#103963) 2025-04-14 10:01:19 +01:00
apis K8s/Folders: Use v1beta1 and app-sdk based spec (#103975) 2025-04-14 23:20:10 +03:00
apiserver Chore: update golang.org/x/sys+net+text+tools+crypto (#103963) 2025-04-14 10:01:19 +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/Folders: Use v1beta1 and app-sdk based spec (#103975) 2025-04-14 23:20:10 +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 Alerting: update rule versions on folder move (#88376) 2024-08-13 12:26:26 +02:00
expr SQL Expressions: Add STDDEV(), VARIANCE() and aliases (#103851) 2025-04-15 10:48:19 +01: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 Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
infra Prometheus: Add support for cloud partners Prometheus data sources (#103482) 2025-04-10 12:49:11 -07: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 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 fix(unified-storage): fix graceful termination for grafana target servers (#103520) 2025-04-08 11:45:10 +02:00
plugins Chore: update golang.org/x/sys+net+text+tools+crypto (#103963) 2025-04-14 10:01:19 +01:00
promlib Chore: update golang.org/x/sys+net+text+tools+crypto (#103963) 2025-04-14 10:01:19 +01:00
registry Dashboards: Disallow List with RV filter on legacy & align RV format (#104003) 2025-04-15 22:08:54 +01: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 Dashboards: Don't run cleanup job when backed by legacy storage (#104001) 2025-04-15 13:43:05 -07:00
setting MetricsDrilldown: Remove legacy Metrics Drilldown code paths (#103845) 2025-04-11 16:45:14 -04:00
storage Storage: Change timeout for flaky test (#104065) 2025-04-15 19:28:27 +01:00
tests Alerting: Return an empty array for contact points with no integrations (#104063) 2025-04-15 21:52:56 +01:00
tsdb TestData DS: Make Random Walk queries compatible with Data Plane (#103966) 2025-04-15 10:25:33 +01:00
util Chore: update golang.org/x/sys+net+text+tools+crypto (#103963) 2025-04-14 10:01:19 +01:00
web CI: Bump golangci-lint to 2.0.2 (#103572) 2025-04-10 14:42:23 +02: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.