Hello Prometheans,
As you may know, one month ago we moved the code living in codemirror-promql directly to Prometheus.
This move was made to avoid a desync between any changes performed in the PromQL language and the PromQL editor.
A side effect of this move is that we also integrated what we called `lezer-promql` directly in Prometheus.
lezer-promql is a repository that contains the PromQL grammar in the javascript world. And at this time, we (Julius and I) decided to put this repository as deprecated and not maintained. It was based on the assumption that lezer-promql wasn't used without codemirror.
Our friends from Grafana proved us we were wrong since they are using lezer-promql today directly without using codemirror.
In order to re-enable the repository lezer-promql, I'm proposing to make a mirror of it, like we did for codemirror-promql. That shouldn't be a big issue, we just need to add a new (tiny) script of sync like it exists to synchronize codemirror-promql.
Another thing we will have to do, is to move the repository lezer-promql from PromLabs to Prometheus.
With Julius we assumed it makes sense to move it to the Prometheus org as it is now officially part of Prometheus.
To be consistent, we should also move the repository codemirror-promql to the Prometheus organization as well.
So to summarize, what I am asking is :
1. Do you agree to move codemirror-promql and lezer-promql to the Prometheus org ?
2. Do you agree to mirror the repo lezer-promql with the code living in Prometheus ?
Cheers,
Augustin.