grafana/pkg
Kristin Laemmert 299c142f6a
QuotaService: refactor to use ReplDB for Get queries (#91333)
* Feature (quota service): Use ReplDB for quota service Gets

This adds the replDB to the quota service, as well as some more test helper functions to simplify updating tests. My intent is that the helper functions can be removed when this is fully rolled out (or not) and we're consistently using the ReplDB interface (or not!)

* test updates
2024-08-08 13:41:33 -04:00
..
api QuotaService: refactor to use ReplDB for Get queries (#91333) 2024-08-08 13:41:33 -04:00
apimachinery Chore: Update k8s.io dependencies (#91692) 2024-08-08 18:39:44 +03:00
apis APIServer: Make TableConverter part of ResourceInfo (#91520) 2024-08-05 15:38:12 +03:00
apiserver Chore: Update k8s.io dependencies (#91692) 2024-08-08 18:39:44 +03:00
build Chore: Update k8s.io dependencies (#91692) 2024-08-08 18:39:44 +03:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd QuotaService: refactor to use ReplDB for Get queries (#91333) 2024-08-08 13:41:33 -04:00
codegen chore(deps): Upgrade openapi dep, remove replace directive (#90609) 2024-07-18 14:42:18 -04: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 Alerting: Support median in reduce expressions (#91119) 2024-08-01 15:04:17 +02:00
extensions K8s e2e tests: adds e2e package and 10 year certs (#91557) 2024-08-06 03:29:36 +03:00
generated Alerting: Receiver API Get+List+Delete (#90384) 2024-07-16 10:02:16 -04:00
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
infra QuotaService: refactor to use ReplDB for Get queries (#91333) 2024-08-08 13:41:33 -04:00
kinds Bookmarks: Store URLs instead of ids (#91121) 2024-07-31 13:56:39 +01:00
login/social Auth: Add support for escaping colon characters in org_mapping (#89951) 2024-07-05 13:06:25 +03:00
middleware RBAC: Allow plugins to use scoped actions (#90946) 2024-07-25 17:22:42 +03: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 Plugins: Update CLI check if plugin is already installed (#91213) 2024-08-06 09:21:40 +01:00
promlib Chore: Update k8s.io dependencies (#91692) 2024-08-08 18:39:44 +03:00
registry Chore: Update k8s.io dependencies (#91692) 2024-08-08 18:39:44 +03:00
semconv Semconv: Change keys to private constants (#91508) 2024-08-02 16:13:00 -04:00
server RBAC: Add permission registry (#91247) 2024-08-02 09:32:06 +02:00
services QuotaService: refactor to use ReplDB for Get queries (#91333) 2024-08-08 13:41:33 -04:00
setting Grafana: Enables use of encrypted certificates with password for https (#91418) 2024-08-06 19:18:32 -03:00
storage/unified Chore: Update k8s.io dependencies (#91692) 2024-08-08 18:39:44 +03:00
tests QuotaService: refactor to use ReplDB for Get queries (#91333) 2024-08-08 13:41:33 -04:00
tsdb Cloudwatch: Clear cached PDC transport when PDC is disabled (#91357) 2024-08-07 16:11:56 +02:00
util chore: preallocate slices where we have a good idea of requirements (#91596) 2024-08-07 08:34:52 -04:00
web K8s: use contexthandler in standalone handler chain (#90102) 2024-07-08 12:22:10 -07: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.