grafana/pkg/tests
Sofia Papagiannaki d89a8a3a82
Nested Folders: Fix /api/folders pagination (#79447)
* Nested Folders: Fix /api/folders pagination

We used to check access to the root folders after fetching them from the DB with pagination.
This fix splits logic for fetching folders in:
- fetching subfolders
- fetching root folders
and refactors the query for the latter so that is filters by folders with permissions

* Add tests

* Update benchmarks
2023-12-15 19:34:08 +02:00
..
api Nested Folders: Fix /api/folders pagination (#79447) 2023-12-15 19:34:08 +02:00
apis Storage: Unified Storage based on Entity API (#71977) 2023-12-06 15:21:21 -05:00
testinfra Frontend: Foundations for multi tenant frontend (#78815) 2023-12-05 08:34:22 +01:00
web Login: refactor auth info package (#78459) 2023-11-21 14:47:23 +01:00
README.md Chore: Add CloudWatch HTTP API tests (#29691) 2021-01-07 11:36:13 +01:00
utils.go Nested Folders: Fix /api/folders pagination (#79447) 2023-12-15 19:34:08 +02:00

Integration tests

This directory contains Grafana server integration tests.