Andreas Motl

Results 1497 comments of Andreas Motl

Dear @lemio, @robmacl and @nae9, we just pushed some amendments [1] to this popular library where we rebundled some pieces which have been loosely floating around here. While being at...

To answer myself, I was able to discover @linar-jether's introduction to that feature at [^3]: > To serve HTML panels, use `add_panel_reader(name, lambda query_str, ts_range: )` to register a function...

See also suggestion by @lilatomic. - https://github.com/panodata/grafana-client/pull/127#issuecomment-1784220798

Might be related. - https://github.com/panodata/grafana-wtf/issues/110

By analyzing the output on CI, it looks like the endpoint is responding with `200 OK`, but yields an empty response body. Maybe it should respond with `204 No Content`...

I've been able to reproduce the regression, and confirm the observation referenced above. > it looks like the endpoint is responding with 200 OK, but yields an empty response body....

I've reported the observations at https://github.com/grafana/grafana/issues/59546.

On a recent version of Grafana, there is a non-empty response again now. ``` $ http --auth=admin:admin DELETE localhost:3000/api/folders/8EmOC4K4z HTTP/1.1 404 Not Found Cache-Control: no-store Content-Length: 51 Content-Type: application/json Date:...

Dear @autokilla47, thank you for writing in. It looks like [1] is the corresponding implementation to retrieve and adjust "organization" preferences. However, it also looks like the corresponding API wrappers...

I also see that `organization_preference_update` still uses the dashboard id [3], whereas today it should probably use the dashboard uid instead? [3] https://github.com/panodata/grafana-client/blob/3.1.0/grafana_client/elements/organization.py#L200