grafana/pkg
Ashley Harrison ba6829f4a7
Topnav: Remove from feature toggle registry + hardcode in config (#94736)
remove topnav from feature toggle registry + hardcode to true
2024-10-17 10:18:30 +01:00
..
aggregator Plugins: Auto instrumentation improvements (#94193) 2024-10-15 14:02:34 +02:00
api Topnav: Remove from feature toggle registry + hardcode in config (#94736) 2024-10-17 10:18:30 +01:00
apimachinery Chore: Update authlib version (#94714) 2024-10-15 16:58:46 +02:00
apis RBAC: Add legacy authorization checks to teams (#94524) 2024-10-10 16:47:31 +02:00
apiserver UniStore: Fix DualWriter compare method (#94705) 2024-10-16 16:22:49 +02:00
build CI: Support more version formats in publishing (#94575) 2024-10-15 09:27:13 -05:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd Chore: Restore permissions used to create plugins dir (#94139) 2024-10-03 09:09:54 +02: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 rule versions on folder move (#88376) 2024-08-13 12:26:26 +02:00
expr datasources: querier: handle reducer-settings-mode correctly (#94595) 2024-10-17 08:38:14 +02:00
extensions K8s: Move standalone apiserver CLI to enterprise (#93799) 2024-09-27 09:04:35 +03:00
generated Alerting: Notifications Templates API (#91349) 2024-09-25 09:31:57 -04:00
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
infra Plugins: Auto instrumentation improvements (#94193) 2024-10-15 14:02:34 +02:00
kinds Dashboard Scene: Fix snapshots not displaying variables values (#88967) 2024-08-20 17:05:12 +02:00
login/social Auth: Introduce authn.SSOClientConfig to get client config from SSOSettings service (#94618) 2024-10-16 16:27:44 +02:00
middleware Auth: Fix redirection when auto_login is enabled (#94311) 2024-10-07 14:59:00 +02:00
mocks/mock_gcsifaces Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
models Auth: Attach external session info to Grafana session (#93849) 2024-10-08 11:03:29 +02:00
modules Zanzana: Initial work to run openFGA as embedded or standalone service (#89211) 2024-06-18 10:04:18 +02:00
plugins Plugins: Auto instrumentation improvements (#94193) 2024-10-15 14:02:34 +02:00
promlib Plugins: Auto instrumentation improvements (#94193) 2024-10-15 14:02:34 +02:00
registry K8s/Folders: Fix mode 2 folder creation (#94796) 2024-10-16 10:44:09 +02:00
semconv Alerting: Fix panics when attempting to create an Alertmanager after failing (#94023) 2024-09-30 13:50:35 -03:00
server wire up unified search from the ui; add basic search support (#94358) 2024-10-08 13:09:56 -04:00
services Topnav: Remove from feature toggle registry + hardcode in config (#94736) 2024-10-17 10:18:30 +01:00
setting Zanzana: Add config options for Check and ListObjects queries (#94619) 2024-10-14 14:44:47 +03:00
storage Unistore Chore: Make it easier to implement DB interface (#94680) 2024-10-16 13:40:35 -03:00
tests K8s: add feature toggle for dashboard backend (#94753) 2024-10-15 14:30:05 -05:00
tsdb Graphite: Fix Multi Dimensional Alias Name (#94563) 2024-10-15 09:20:09 -06:00
util Chore: Prevent xorm from interfering with indexes (#94790) 2024-10-16 22:52:42 -03:00
web feat: add QueryIntWithDefault to web context (#93130) 2024-09-10 09:04:49 -05: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

This directory contains the code for the Grafana backend.

The contributor documentation for Grafana's backend is in /contribute/backend/README.md.