voxpupuli / puppet-grafana

Puppet module to manage Grafana
Apache License 2.0
15 stars 106 forks source link

Encode API path as it can contain non-ASCII characters #290

Closed root-expert closed 2 years ago

root-expert commented 2 years ago

Pull Request (PR) description

API path can contains space and possibly other on-ASCII characters. eg in #286 the default organization is called Main Org. in order to find the the orgID we hit the api /api/orgs/name/Main Org.

I also removed the legacy code for ruby 1.8. I don't think it's in use anymore.

This Pull Request (PR) fixes the following issues