grafana/pkg
Will Assis 1467d4b3e3
[search] Legacy search fallback support legacy query params (#99765)
* add support for deleted query param

* support tag query param in modes 2 and below

* handle dashboardIds

* hhandle dashboardUIDs

* handle folderUIDs query param

* handle page query param when hitting legacy storage

* handle sort query param

* handle type query param

* re-enable search fallback

* remove folder search workaround and fix /api/search to return both folders and dashboards when no title or type is provided

---------

Co-authored-by: Stephanie Hingtgen <stephanie.hingtgen@grafana.com>
2025-02-06 11:30:47 -05:00
..
aggregator
api Dashboards+Folders: Ensure the service identity is used for resolvers (#100128) 2025-02-06 12:07:52 +01:00
apimachinery Dashboards+Folders: Ensure the service identity is used for resolvers (#100128) 2025-02-06 12:07:52 +01:00
apis [search] Legacy search fallback support legacy query params (#99765) 2025-02-06 11:30:47 -05:00
apiserver feat(unified-storage): use continue token when building list (#100143) 2025-02-05 21:02:35 +01:00
build
bus
cmd
codegen
components
events
expr SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
extensions
generated
ifaces/gcsifaces
infra
kinds Dashboards: Allow custom quick time ranges specified in dashboard model (#93724) 2025-02-04 14:36:28 +00:00
login/social
middleware
mocks/mock_gcsifaces
models
modules
plugins Report grpc canceled timeouts as cancelled status and not error (#99981) 2025-02-04 13:31:03 +01:00
promlib Chore: Code cleaning with unit tests in promlib (#99542) 2025-01-31 10:39:08 +01:00
registry [search] Legacy search fallback support legacy query params (#99765) 2025-02-06 11:30:47 -05:00
semconv
server
services [search] Legacy search fallback support legacy query params (#99765) 2025-02-06 11:30:47 -05:00
setting Auth: Add IP address login attempt validation (#98123) 2025-02-05 20:16:36 +02:00
storage [search] Legacy search fallback support legacy query params (#99765) 2025-02-06 11:30:47 -05:00
tests Alerting: Remove id and org_id from grafana alert rule API model (#100139) 2025-02-05 23:13:22 +02:00
tsdb Add errorsource to InfluxDB datasource plugin fixes #1072 (#99900) 2025-02-04 09:33:32 -05:00
util
web
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.