xanzy / go-gitlab

GitLab Go SDK
Apache License 2.0
2.37k stars 940 forks source link

Fix an issue with environment names not being encoded #1869

Closed RicePatrick closed 7 months ago

RicePatrick commented 7 months ago

This PR fixes an issue where environments that have slashes in their name cause an error because the URL isn't encoded.

Upstream TF provider issue: https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/issues/6198