grafana/pkg
Bruno 33b9544047
Cloud migrations: create route to delete token (#88297)
* Cloud migrations: create route to delete token

* gcom.DeleteToken returns ErrTokenNotFound instead of a boolean

* remove unnecessary comment

* make openapi3-gen && yarn run rtk-query-codegen-openapi ./scripts/generate-rtk-apis.ts

* gcom stub: implement DeleteToken
2024-05-31 10:03:43 -03:00
..
api Refactor plugin context initialization (#88343) 2024-05-28 16:59:06 +03:00
apimachinery Prometheus: Update dependency to v0.52.0 (#87809) 2024-05-28 15:22:20 +02:00
apis Scopes: Change JS linkID to linkId (#87831) 2024-05-14 11:01:21 -04:00
apiserver Introduce Comparator interface (#88016) 2024-05-29 09:42:24 +02:00
build Prometheus: Update dependency to v0.52.0 (#87809) 2024-05-28 15:22:20 +02:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd RBAC: Expand action sets when fetching permissions (#87967) 2024-05-21 15:09:26 +01: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
expr Plugins: Support Admission validation hooks (#87718) 2024-05-24 18:45:16 +03:00
extensions Caching: Implement mtls-enabled memcached integration (#84171) 2024-05-09 15:12:08 -04:00
generated K8s: update hack codegen script (#81216) 2024-01-25 12:01:09 -08:00
ifaces/gcsifaces
infra Tracing: Various improvements (#88308) 2024-05-27 14:21:40 +02:00
kinds Schemas: Replace registry generation and github workflow (#83490) 2024-03-13 18:05:21 +02:00
login/social SSO: Add oldSettings param to the Validate function from SSO settings (#88245) 2024-05-31 11:08:52 +03:00
middleware Fix: Proper plugin logo loading depending on staging (#88247) 2024-05-27 10:26:30 +02:00
mocks/mock_gcsifaces Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
models
modules Storage Api: Add metrics (#85316) 2024-04-08 08:35:01 -06:00
plugins Plugins: Support Admission validation hooks (#87718) 2024-05-24 18:45:16 +03:00
promlib Scopes: Select scope even without data retrieval (#87988) 2024-05-29 20:09:27 +03:00
registry Introduce Comparator interface (#88016) 2024-05-29 09:42:24 +02:00
server VSCode: Launch Grafana with Storage server (#88351) 2024-05-29 10:02:35 +02:00
services Cloud migrations: create route to delete token (#88297) 2024-05-31 10:03:43 -03:00
setting Cloud migrations: create route to delete token (#88297) 2024-05-31 10:03:43 -03:00
tests Alerting: Export and provisioning rules into subfolders (#77450) 2024-05-31 11:09:20 +03:00
tsdb Cloudwatch: Add Kendra metrics (#86809) 2024-05-31 09:02:29 -04:00
util Errors: Update errutil to be compatible with k8s errors (#87605) 2024-05-20 18:11:37 +03:00
web Image Rendering: Add settings for default width, height and scale (#82040) 2024-02-26 13:27:34 +01:00
README.md
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.