grafana / grizzly

A utility for managing Jsonnet dashboards against the Grafana API
https://grafana.github.io/grizzly/
Apache License 2.0
514 stars 66 forks source link

Store resources in an ordered map #410

Closed K-Phoen closed 5 months ago

K-Phoen commented 5 months ago

This PR changes the way Grizzly stores resources in memory to use an ordered map instead of an array.

Subsequent PRs will rely on that change to rework how and when the proxy parses its resources list, as well as allowing it to grow that list dynamically (adding new resources, updating existing ones, ...)