grafana/pkg
17billion 6d9db92a07
Dashboards: Improve delete dashboard performance due to slow annotations query (#68544)
* Add index on dashboard_id column in annotation table

* Added org_id condition to the delete query for dashboard deletion.
2023-06-01 15:31:03 +03:00
..
api RBAC: remove some `IsDisabled` checks (#69272) 2023-05-31 09:58:57 +01:00
build GoogleAPI: Add retries functionallity to GoogleAPI calls (#69129) 2023-05-26 12:59:56 +03:00
bus
cmd Plugins: Refactor plugin repository API (#69063) 2023-05-30 11:48:52 +02:00
codegen Chore: Hacky first pass on generating composable kinds within grafana/schema (#64723) 2023-05-30 05:56:18 -07:00
components
cuectx Chore: Hacky first pass on generating composable kinds within grafana/schema (#64723) 2023-05-30 05:56:18 -07:00
events
expr Expressions/threshold: Fix incorrect thresholds args length (#66859) 2023-04-20 05:42:34 -04:00
extensions
ifaces/gcsifaces
infra Metrics: Update Help to mention active viewers (#63384) 2023-06-01 11:56:43 +02:00
kinds Improve Dashboards schema docs (#68904) 2023-05-29 15:15:28 +03:00
kindsysreport
login Chore: Adding "allowed_groups" Configuration Parameter to Generic OAuth Method (#69025) 2023-05-30 11:07:04 +02:00
middleware RBAC: Remove legacy ac from authorization middleware (#68898) 2023-05-24 09:49:42 +01:00
mocks/mock_gcsifaces
models
modules
plugins Fix plugin metric (#69368) 2023-06-01 14:24:39 +02:00
registry Schema: Add schema for role+access policies (#68047) 2023-05-24 10:31:57 -07:00
server AuthN: Embed an OAuth2 server for external service authentication (#68086) 2023-05-25 15:38:30 +02:00
services Dashboards: Improve delete dashboard performance due to slow annotations query (#68544) 2023-06-01 15:31:03 +03:00
setting AuthN: Embed an OAuth2 server for external service authentication (#68086) 2023-05-25 15:38:30 +02:00
tests Plugins: Refactor plugin repository API (#69063) 2023-05-30 11:48:52 +02:00
tsdb TestData: Support labels in CSV content name (#61337) 2023-05-26 19:36:43 +03:00
util HTTP: Add TLS version configurability for Grafana server (#67482) 2023-05-08 17:11:36 +02:00
web
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.