grafana/pkg
Yuri Tseretyan 7d1c6b6bd2
Alerting: Replace IntegrationConfig with IntegrationSchemaVersion (#112010)
* remove unused compat functions

* update to alerting module from pr

* replace IntegrationConfig with IntegrationSchemaVersion

* safely resolve a string into integration type

* change usages of integration config
2025-10-07 11:08:16 -04:00
..
aggregator Apps: Update grafana-app-sdk to v0.46.0 (#112021) 2025-10-04 09:33:10 +00:00
api User API: add missing uid to user look up api (#112017) 2025-10-04 12:24:13 +03:00
apimachinery Apps: Update grafana-app-sdk to v0.46.0 (#112021) 2025-10-04 09:33:10 +00:00
apis FeatureToggles: Removed deprecated code (#111750) 2025-09-29 20:05:44 +03:00
apiserver Apps: Update grafana-app-sdk to v0.46.0 (#112021) 2025-10-04 09:33:10 +00:00
build Chore: Update authlib (foder as top level argument) (#111800) 2025-10-01 14:40:28 +00:00
bus Hackaton: Add more unit tests, take 3 (#101525) 2025-03-05 08:00:12 +01:00
clientauth/middleware Feature-Flag service: signing middleware for cloud usecase (#107745) 2025-07-17 09:50:25 -07:00
cmd chore(tracing): Initialize tracing early, before wire (#112007) 2025-10-06 13:44:13 +00:00
codegen Apps: Update grafana-app-sdk to v0.46.0 (#112021) 2025-10-04 09:33:10 +00:00
components Authz: Remove legacy API Key permissions (#110860) 2025-09-12 13:59:37 +02:00
configprovider Configprovider: Update the interface to propagate errors (#110814) 2025-09-11 17:26:54 +03:00
events Chore: Remove unused bus.Bus events (#110738) 2025-09-08 10:47:16 +00:00
expr SQL Expressions: Fix string constants in frame types (#111946) 2025-10-02 17:00:27 +00:00
extensions Scopes: Move types to its own module (#111556) 2025-10-07 11:31:03 +02:00
generated Chore: Upgrade k8s.io/api v0.34.1 and grafana-app-sdk v0.43.1 (#111009) 2025-09-16 13:35:20 +03:00
ifaces/gcsifaces
infra chore(tracing): Initialize tracing early, before wire (#112007) 2025-10-06 13:44:13 +00:00
kinds Dashboard Schema V2: Support panel actions (#110842) 2025-09-12 11:31:05 -06:00
login/social Chore: Update authlib (#110880) 2025-09-15 12:45:15 +02:00
middleware Metrics: Add http_response_size_bytes metric (#110428) 2025-09-03 14:47:38 +01:00
mocks/mock_gcsifaces
models
modules Background Services: Remove dskitBackgroundServices toggle (#111255) 2025-09-26 15:16:06 -04:00
operators Provisioning: Refactor to combine validation and test endpoint logic (#111965) 2025-10-03 01:16:37 -06:00
plugins Apps: Update grafana-app-sdk to v0.46.0 (#112021) 2025-10-04 09:33:10 +00:00
promlib Apps: Update grafana-app-sdk to v0.46.0 (#112021) 2025-10-04 09:33:10 +00:00
registry Alerting: Replace IntegrationConfig with IntegrationSchemaVersion (#112010) 2025-10-07 11:08:16 -04:00
semconv Chore: update otel v1.37.0 to v1.38.0 (#110985) 2025-09-12 10:11:56 +00:00
server Stars: include query history (#111979) 2025-10-06 21:08:10 +03:00
services Alerting: Replace IntegrationConfig with IntegrationSchemaVersion (#112010) 2025-10-07 11:08:16 -04:00
setting Unified storage search: Introduce min index update interval (#111978) 2025-10-06 10:02:03 +02:00
storage Unistore: ignore name when validating collection keys (#112086) 2025-10-07 06:45:59 +00:00
tests Alerting: Replace IntegrationConfig with IntegrationSchemaVersion (#112010) 2025-10-07 11:08:16 -04:00
tsdb PostgreSQL: Refactor feature toggle handling for standalone mode (#112061) 2025-10-06 16:57:32 +02:00
util Sqlite: Increase busy_timeout to 7.5s for non-cgo driver (#111883) 2025-10-01 18:18:44 +02:00
web Security: Fixes for CVE-2025-6197 and CVE-2025-6023 (#108330) 2025-07-18 09:06:26 -06:00
README.md
ruleguard.rules.go

README.md

This directory contains the code for the Grafana backend.

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