grafana/pkg
Ryan McKinley 41e523bde7
K8s/FeatureFlags: Add an apiserver to manage feature flags (dev only) (#80501)
* add deployment registry API cloud only

* update versions

* add feature flag endpoints

* use helpers

* merge main

* update AllowSelfServie and re-run code gen

* fix package name

* add allowselfserve flag to payload

* remove config

* update list api to return the full registry including states

* change enabled check

* fix compile error

* add feature toggle and split path in frontend

* changes

* with status

* add more status/state

* add back config thing

* add back config thing

* merge main

* merge main

* now on the /current api endpoint

* now on the /current api endpoint

* drop frontend changes

* change group name to featuretoggle (singular)

* use the same settings

* now with patch

* more common refs

* more common refs

* WIP actually do the webhook

* fix comment

* fewer imports

* registe standalone

* one less file

* fix singular name

---------

Co-authored-by: Michael Mandrus <michael.mandrus@grafana.com>
2024-01-17 21:32:44 -08:00
..
aggregator K8s: add the CRD server to the grafana-aggregator component (pkg/cmd) (#80759) 2024-01-17 12:21:24 -08:00
api K8s/FeatureFlags: Add an apiserver to manage feature flags (dev only) (#80501) 2024-01-17 21:32:44 -08:00
apis K8s/FeatureFlags: Add an apiserver to manage feature flags (dev only) (#80501) 2024-01-17 21:32:44 -08:00
build chore: Bump Alpine base image to 3.18.5 (#80540) 2024-01-16 15:24:40 +01:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd K8s/FeatureFlags: Add an apiserver to manage feature flags (dev only) (#80501) 2024-01-17 21:32:44 -08:00
codegen K8s: Move GrafanaMetaAccessor into grafana-apiserver and remove usage of kinds metadata (#79602) 2024-01-12 16:18:14 -05:00
components K8s: fix standalone command and add hack scripts (#79052) 2023-12-05 14:31:49 -08:00
cuectx Perf: Disable core kind registry (#78568) 2023-11-28 09:09:54 +01:00
events
expr SSE: Add utility methods for HysteresisCommand (#79157) 2023-12-11 22:40:31 +02:00
extensions Chore: Replace gofpdf (#75805) 2023-10-02 15:32:35 +02:00
generated Grafana app platform: an aggregator cmd and package (#79948) 2024-01-08 22:33:42 +02:00
ifaces/gcsifaces
infra RBAC: Change search permissions buckets to cover long searches (#80624) 2024-01-17 09:13:56 +01:00
kinds K8s: Move GrafanaMetaAccessor into grafana-apiserver and remove usage of kinds metadata (#79602) 2024-01-12 16:18:14 -05:00
kindsysreport Chore: Update CODEOWNERS for end of BI (#80522) 2024-01-15 11:53:22 +02:00
login/social Auth: Implement the reload functionality from OAuth social connectors (#79795) 2024-01-12 10:25:51 +02:00
middleware Frontend: Reload the browser when backend configuration/assets change (#79057) 2024-01-04 08:00:07 +01:00
mocks/mock_gcsifaces Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
models Auth: Add empty role definition (#64694) 2023-07-06 15:40:06 +02:00
modules Storage: Unified Storage based on Entity API (#71977) 2023-12-06 15:21:21 -05:00
plugins RBAC: Cover plugin routes (#80578) 2024-01-17 16:32:23 +01:00
registry K8s/FeatureFlags: Add an apiserver to manage feature flags (dev only) (#80501) 2024-01-17 21:32:44 -08:00
server Auth: Use SSO settings service to load social connectors + refactor (#79005) 2023-12-08 11:20:42 +01:00
services K8s/FeatureFlags: Add an apiserver to manage feature flags (dev only) (#80501) 2024-01-17 21:32:44 -08:00
setting Auth: configure SSO settings reload interval from the ini file (#80290) 2024-01-12 10:24:16 +02:00
tests Alerting: Update rule API to address folders by UID (#74600) 2024-01-17 11:07:39 +02:00
tsdb sql: use plugin-sdk code for value-to-float64 conversion (#80621) 2024-01-17 13:42:32 +01:00
util Loki: Fix bug duplicating parsed labels across multiple log lines (#80292) 2024-01-11 15:09:13 +01:00
web Chore: Upgrade Go to 1.21.3 (#77304) 2023-11-01 09:17:38 -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

This directory contains the code for the Grafana backend.

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