mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* 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 |
||
---|---|---|
.. | ||
api | ||
apis | ||
testinfra | ||
web | ||
README.md | ||
utils.go |
Integration tests
This directory contains Grafana server integration tests.