Strider-CD / strider-gitlab

Seamless integration between Strider and GitLab
25 stars 16 forks source link

File requests fail for branches with dots in their name #35

Open oliversalzburg opened 9 years ago

oliversalzburg commented 9 years ago
/api/v3/projects/10/repository/blobs/feature%2F3.0.0?filepath=strider.json&private_token=…

This will just give me a 404, even though the file exists.

Or maybe it's not the dots, but the 3 that's the problem here :\

knownasilya commented 9 years ago

Sounds like a gitlab issue, since we are now encoding.

oliversalzburg commented 9 years ago

Reported at https://gitlab.com/gitlab-org/gitlab-ce/issues/2709