gitlab icon indicating copy to clipboard operation
gitlab copied to clipboard

project_releases.rb url_encode for tag_name

Open Fl0p opened this issue 10 months ago • 0 comments

tag_name should be encoded like #{url_encode tag_name} in https://github.com/NARKOZ/gitlab/blob/6d2a902a82564a4a2477727b5aef4e347bf34393/lib/gitlab/client/project_releases.rb#L27 https://github.com/NARKOZ/gitlab/blob/6d2a902a82564a4a2477727b5aef4e347bf34393/lib/gitlab/client/project_releases.rb#L64 https://github.com/NARKOZ/gitlab/blob/6d2a902a82564a4a2477727b5aef4e347bf34393/lib/gitlab/client/project_releases.rb#L76

Otherwise methods not working with tags like this "release/v1.1.0" (including slash)

Fl0p avatar Feb 27 '25 11:02 Fl0p