grafana/pkg
Timur Olzhabayev f763f2085b
Feat: Extending report interaction with static context that can be appended to all interaction events (#88927)
* Extending report interaction with static context that can be appended to all requests
2024-07-08 16:37:45 +02:00
..
api Feat: Extending report interaction with static context that can be appended to all interaction events (#88927) 2024-07-08 16:37:45 +02:00
apimachinery K8s: Rename origin.key to origin.hash (#89337) 2024-06-18 22:27:16 +03:00
apis Feature toggles: add expression to generated json and k8s response (#90006) 2024-07-03 21:08:58 +03:00
apiserver K8s: Generic watch tests (#90023) 2024-07-05 21:17:20 +03:00
build CI: Don't use slim image for bump-version (#89689) 2024-06-25 14:03:30 -05:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd accesscontrol service read replica (#89963) 2024-07-08 10:00:13 -04:00
codegen Chore: Upgrade/fix deps after thema removal (#86763) 2024-04-25 20:52:09 +02:00
components Chore: Bump google.golang.org/grpc to 1.64.0 (#88219) 2024-05-27 12:44:39 +02:00
events Alerting: Update rules version when folder title is updated (#53013) 2022-08-01 19:28:38 -04:00
expr chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2024-06-14 14:16:36 -04:00
extensions Chore: Remove legacydata package (#88790) 2024-06-05 22:31:06 +02:00
generated Alerting: Receiver API (#89707) 2024-06-26 20:03:25 +03:00
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
infra Zanzana: Evaluate permissions alongside with RBAC engine (#90064) 2024-07-05 11:31:23 +02:00
kinds Dashboard: Allow disabling dashboard grid lazy loading (#89280) 2024-07-03 16:00:45 +02:00
login/social Auth: Add support for escaping colon characters in org_mapping (#89951) 2024-07-05 13:06:25 +03:00
middleware infra(tracing): Fix span naming order-of-operations bug (#90025) 2024-07-04 07:05:14 -04:00
mocks/mock_gcsifaces Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
models Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
modules Zanzana: Initial work to run openFGA as embedded or standalone service (#89211) 2024-06-18 10:04:18 +02:00
plugins Add apiVersion to datasource settings DTO (#90057) 2024-07-04 16:44:19 +02:00
promlib Tempo: Run go get (#89335) 2024-07-08 14:01:38 +01:00
registry Chore: Add basic admission handlers for registered API services (#89824) 2024-07-03 09:19:54 +02:00
server accesscontrol service read replica (#89963) 2024-07-08 10:00:13 -04:00
services accesscontrol service read replica (#89963) 2024-07-08 10:00:13 -04:00
setting Feat: Extending report interaction with static context that can be appended to all interaction events (#88927) 2024-07-08 16:37:45 +02:00
storage/unified/resource Storage: Move grpc helper from entity store to resource store (#89490) 2024-06-20 22:32:19 +03:00
tests Alerting: Fix some status codes returned from provisioning API. (#90117) 2024-07-05 19:06:37 +02:00
tsdb InfluxDB: Fix returning InfluxDB error messages (#89973) 2024-07-04 17:45:36 +02:00
util Chore: Fix apiserver circular dependencies (#89918) 2024-07-01 11:42:34 -04:00
web Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03: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.