grafana/pkg
Diego Augusto Molina b9812a0784
Unified Storage: Fix data races and context usage in broadcaster (#88955)
* Fix several broadcaster data races and error handling

- Separate concerns between sender and receiver sides in channel usage
- broadcaster: Fix data race between Subscribe/Unsubscribe and start
- Fix Subscribe error to be io.EOF when broadcaster is terminated
- Fix Watch never unsubscribing
- General cleanup
- fix usage of context
- add a huge amount of documentation about channels
2024-06-15 02:46:14 -03:00
..
api Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
apimachinery Identity: Add static requester struct (#89190) 2024-06-14 09:04:06 +03:00
apis Scopes: Add Handler for returning dashboards related to a list of scopes. (#87758) 2024-06-05 11:47:36 -04:00
apiserver Refactor enrichObj function (#89210) 2024-06-14 13:13:59 +02:00
build chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2024-06-14 14:16:36 -04:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd Init dualwriter metrics (#89003) 2024-06-14 11:01:49 +02: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 K8s: update hack codegen script (#81216) 2024-01-25 12:01:09 -08:00
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
infra chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2024-06-14 14:16:36 -04:00
kinds Schemas: Replace registry generation and github workflow (#83490) 2024-03-13 18:05:21 +02:00
login/social Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
middleware Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +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 chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2024-06-14 14:16:36 -04:00
plugins chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2024-06-14 14:16:36 -04:00
promlib Plugins: Update plugin SDK Go to 0.235.0 (#89153) 2024-06-13 15:14:39 +02:00
registry For now, only compare if names are the same in playlists (#89206) 2024-06-14 13:13:49 +02:00
server AuthZ: embed an authorization server (#89018) 2024-06-13 11:41:35 +02:00
services Unified Storage: Fix data races and context usage in broadcaster (#88955) 2024-06-15 02:46:14 -03:00
setting chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2024-06-14 14:16:36 -04:00
tests Alerting: Update grafana/alerting. (#88914) 2024-06-14 09:19:04 +02:00
tsdb chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2024-06-14 14:16:36 -04:00
util chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2024-06-14 14:16:36 -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.