grafana/pkg
Leonor Oliveira 67b74e1e8a
Dual writer: mode 3 (#90045)
* Dual writer: mode 3

* Add integration tests for playlits in mode 3

* Remove todo

* Update pkg/apiserver/rest/dualwriter_mode3.go

Co-authored-by: Arati R. <33031346+suntala@users.noreply.github.com>

* Admin: Fixes an issue where user accounts could not be enabled (#88117)

Fix: unable to enable user

* [REVIEW] FInish mode 3 and add tests

* Improve logging

* Update dependencies

* Update pkg/apiserver/rest/dualwriter_mode3_test.go

Co-authored-by: maicon <maiconscosta@gmail.com>

* remove test assertion

* Use mode log when dual writer is initiated

---------

Co-authored-by: Arati R. <33031346+suntala@users.noreply.github.com>
Co-authored-by: gonvee <gonvee@qq.com>
Co-authored-by: maicon <maiconscosta@gmail.com>
2024-07-24 09:28:14 +02:00
..
api OpenAPI: Document the /api/health endpoint (#88203) 2024-07-23 09:41:03 -04:00
apimachinery K8s/Dashboards: Implement dashboards as StorageBackend (#90295) 2024-07-17 10:49:23 -07:00
apis Alerting: Receiver API Get+List+Delete (#90384) 2024-07-16 10:02:16 -04:00
apiserver Dual writer: mode 3 (#90045) 2024-07-24 09:28:14 +02:00
build chore(deps): Upgrade openapi dep, remove replace directive (#90609) 2024-07-18 14:42:18 -04:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd DualWrite: Cleanup and centralize the dual write creation (#90013) 2024-07-11 23:23:31 +03: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 Chore: Add more logs and tracing to hysteresis flows (#90369) 2024-07-15 13:38:20 -04:00
extensions PDF: Add go dependency (#89949) 2024-07-11 11:50:40 +02: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 ReplStore: Add support for round robin load balancing between multiple read replicas (#90530) 2024-07-18 08:20:28 -04:00
kinds Navigation: Show list of pinned items on MegaMenu (#90280) 2024-07-22 11:43:40 +01:00
login/social Auth: Add support for escaping colon characters in org_mapping (#89951) 2024-07-05 13:06:25 +03:00
middleware K8s: use contexthandler in standalone handler chain (#90102) 2024-07-08 12:22:10 -07: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 RBAC: Refactor RBAC plugin interface code (#90679) 2024-07-22 09:31:36 +01:00
promlib chore(deps): Upgrade openapi dep, remove replace directive (#90609) 2024-07-18 14:42:18 -04:00
registry Storage: Update storage.Interface for backend (#90382) 2024-07-18 07:47:47 -07:00
server RBAC: Refactor RBAC plugin interface code (#90679) 2024-07-22 09:31:36 +01:00
services Folders: Improve folder move permission checks (#90588) 2024-07-23 17:07:27 +01:00
setting CloudMigrations: Send local events to gms during the migration process (#90637) 2024-07-20 07:02:31 +03:00
storage/unified Grafana: Skip US tests breaking enterprise for now (#90869) 2024-07-23 16:08:47 -06:00
tests Dual writer: mode 3 (#90045) 2024-07-24 09:28:14 +02:00
tsdb azuremonitor: add labels for single resource query (#90832) 2024-07-23 13:31:44 -04:00
util Chore: go mod tidy + sum cleanup (#90576) 2024-07-18 07:48:21 -07: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.