grafana / kindsys

a kind system for schematizing objects
Apache License 2.0
12 stars 0 forks source link

Import generic jennies from Grafana #28

Closed K-Phoen closed 1 year ago

K-Phoen commented 1 year ago

In the context of the work that will start soon in grok to generate go types, I start by aggregating in kindsys all the generic jennies we have around (mostly in grafana/grafana).

Some jennies had almost exact copies in different repositories (the go ones in particular, being duplicated in grok).

The idea here is to centralize them in kindsys, as originally planned. Write a few tests, roughly covering their usage and their output. And then update grok and grafana to depend on them from kindsys.

This should give us the foundation we need to keep iterating on these jennies in a safer, more controlled way.

Next steps:

K-Phoen commented 1 year ago

@sdboyer updated the PR :)