26 Mar, 2014

3 commits


25 Mar, 2014

22 commits


24 Mar, 2014

11 commits


23 Mar, 2014

1 commit


22 Mar, 2014

1 commit

  • The "Merged by" and "Closed by" statements end with an extra space followed by a period. This doesn't seem necessary to me and not having the extra space followed by a period looks better to me. Also, the top of the merge request doesn't have the sentence ending with a period.
    awiddersheim
     

21 Mar, 2014

1 commit


20 Mar, 2014

1 commit

  • Currently this method responds with `text/html`. It is kind of unusable
    if you open it in a browser. The browser thinks it is HTML and renders
    it as HTML, meaning new lines are dropped. So it's very hard to
    distinguish where the key starts and where it ends.
    
    This commit changes the content type header to `text/plain`.
    Dmitry Medvinsky