drewblessing / gitlab-cli

GitLab Command Line Tool - Interact with your GitLab server via the command line to manage snippets, projects and more.
MIT License
166 stars 20 forks source link

Snippet edit shows encoded text #31

Closed dblessing closed 11 years ago

dblessing commented 11 years ago

On editing you notice that all text is on one line and you see escaped double quotes and \n characters. Bad times.

drewblessing commented 11 years ago

This appears to be a regression in GitLab rather than a bug in this project. I'll await further info from the GitLab guys. See #4023 over in gitlabhq

dblessing commented 11 years ago

Solved. It was a bug in Grape. It will be fixed in the next release of Grape.