grafana/pkg
Roberto Jiménez Sánchez c7c0268594
Provisioning: bulk delete resources by name (#108833)
* Add resource reference to spec

* Add FindResourcePath

* Fix formatting

* Use ForKind client

* Add unit test for new method

* Format code

* Add integration tests

* Fix unit tests

* Fix formatting

* Find out preferred version based on group and kind

* Handle trailing slash for folders

* Format code

* Fix linting

* Add integration test for folder bulk deletion

* Format code

* Format discovery file

* Deduplicate paths for deletion
2025-07-29 14:29:35 +02:00
..
aggregator Apps: Update grafana-app-sdk to v0.40.1 (#108786) 2025-07-28 12:34:09 +00:00
api Chore: Omit integration tests if short test flag is passed (#108777) 2025-07-28 13:38:54 +02:00
apimachinery Apps: Update grafana-app-sdk to v0.40.1 (#108786) 2025-07-28 12:34:09 +00:00
apis Provisioning: bulk delete resources by name (#108833) 2025-07-29 14:29:35 +02:00
apiserver Apps: Update grafana-app-sdk to v0.40.1 (#108786) 2025-07-28 12:34:09 +00:00
build Apps: Update grafana-app-sdk to v0.40.1 (#108786) 2025-07-28 12:34:09 +00:00
bus
clientauth/middleware Feature-Flag service: signing middleware for cloud usecase (#107745) 2025-07-17 09:50:25 -07:00
cmd OpenFeature: Initialize early (#108594) 2025-07-28 16:05:57 +02:00
codegen Apps: Update grafana-app-sdk to v0.40.1 (#108786) 2025-07-28 12:34:09 +00:00
components Replace usage of http.DefaultClient and http.DefaultTransport (#104135) 2025-05-09 13:26:39 -04:00
events
expr Query Service: Fix Time Bug (#108337) 2025-07-18 18:14:44 +00:00
extensions Secrets: Add kms providers imports (#108210) 2025-07-17 12:04:59 +02:00
generated Provisioning: Add user token to git and bitbucket repository specs (#108186) 2025-07-17 10:25:02 +02:00
ifaces/gcsifaces
infra Chore: Omit integration tests if short test flag is passed (#108777) 2025-07-28 13:38:54 +02:00
kinds QueryVariable: Add static options input (#107514) 2025-07-14 16:05:56 +03:00
login/social Chore: Omit integration tests if short test flag is passed (#108777) 2025-07-28 13:38:54 +02:00
middleware FrontendService: Add tracing and logging middleware (#107956) 2025-07-22 18:55:44 +01:00
mocks/mock_gcsifaces
models
modules unified-storage: Distributor rename to better reflect that it'll be used for search (#107409) 2025-07-01 11:15:10 -04:00
plugins Apps: Update grafana-app-sdk to v0.40.1 (#108786) 2025-07-28 12:34:09 +00:00
promlib Apps: Update grafana-app-sdk to v0.40.1 (#108786) 2025-07-28 12:34:09 +00:00
registry Provisioning: bulk delete resources by name (#108833) 2025-07-29 14:29:35 +02:00
semconv Dependencies: Bump Go to v1.24.5 (#108175) 2025-07-22 17:08:40 +02:00
server OpenFeature: Initialize early (#108594) 2025-07-28 16:05:57 +02:00
services Provisioning: bulk delete resources by name (#108833) 2025-07-29 14:29:35 +02:00
setting Cloud migrations: store snapshots in the database (#108551) 2025-07-25 11:41:21 -03:00
storage search: Track number of open indexes per storage type. (#108842) 2025-07-29 12:46:34 +02:00
tests Provisioning: bulk delete resources by name (#108833) 2025-07-29 14:29:35 +02:00
tsdb Chore: Omit integration tests if short test flag is passed (#108777) 2025-07-28 13:38:54 +02:00
util Chore: Update mocks with recent mockery (#107816) 2025-07-09 09:15:34 +02: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

README.md

This directory contains the code for the Grafana backend.

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