grafana/pkg
Will Browne aea8b60849
Plugins: Add support for fetching plugin includes from plugin CDN (#91476)
* update oss side

* add Rel func to plugins.FS

* update tests

* add comment

* fix fs paths for nested plugin

* fix test

* fix sources

* fix cdn class bug

* update tests

* remove commented out code
2024-08-21 09:46:41 +01:00
..
aggregator Plugins: Bump plugin SDK to latest (0.244.0) (#92057) 2024-08-20 14:40:51 +03:00
api WebAssets: improve checks and error messages on dtos (#92093) 2024-08-20 18:35:48 -03:00
apimachinery SSOSettings: Add api:s (#92018) 2024-08-21 09:16:47 +02:00
apis SSOSettings: Add api:s (#92018) 2024-08-21 09:16:47 +02:00
apiserver Plugins: Bump plugin SDK to latest (0.244.0) (#92057) 2024-08-20 14:40:51 +03:00
build Plugins: Bump plugin SDK to latest (0.244.0) (#92057) 2024-08-20 14:40:51 +03:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd chore: add replDB to team service (#91799) 2024-08-15 12:19:38 -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 rule versions on folder move (#88376) 2024-08-13 12:26:26 +02:00
expr Alerting: Add LogicOr operation option (#89258) 2024-08-16 11:02:14 -04:00
extensions K8s e2e tests: adds e2e package and 10 year certs (#91557) 2024-08-06 03:29:36 +03:00
generated K8s: Add k8s codegen PR check (#91903) 2024-08-14 11:06:37 -04:00
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
infra Auth: Update oauthtoken service to use remote cache and server lock (#90572) 2024-08-19 18:57:37 +02:00
kinds Dashboard Scene: Fix snapshots not displaying variables values (#88967) 2024-08-20 17:05:12 +02:00
login/social Auth: Skip email extraction when api url is not present (#91699) 2024-08-09 18:20:54 +03:00
middleware Identity: Remove typed id (#91801) 2024-08-13 10:18:28 +02: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: Add support for fetching plugin includes from plugin CDN (#91476) 2024-08-21 09:46:41 +01:00
promlib Plugins: Bump plugin SDK to latest (0.244.0) (#92057) 2024-08-20 14:40:51 +03:00
registry SSOSettings: Add api:s (#92018) 2024-08-21 09:16:47 +02:00
semconv Semconv: Add k8s.dataplaneservice.name (#91714) 2024-08-09 04:39:37 -04:00
server RBAC: Add permission registry (#91247) 2024-08-02 09:32:06 +02:00
services Plugins: Add support for fetching plugin includes from plugin CDN (#91476) 2024-08-21 09:46:41 +01:00
setting Alerting: Add enablement flag for recording rules (#92032) 2024-08-19 12:01:00 -05:00
storage Storage: always use transactions and make them readonly when possible (#92110) 2024-08-20 09:29:06 -03:00
tests Scopes: Add groups property to ScopeDashboardBinding (#92077) 2024-08-20 19:32:16 +03:00
tsdb ElasticSearch: Neaten up vars/consts (#91989) 2024-08-16 09:42:39 -04:00
util Identity: Remove typed id (#91801) 2024-08-13 10:18:28 +02: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.