1. 25 Nov, 2015 3 commits
  2. 24 Nov, 2015 13 commits
  3. 23 Nov, 2015 18 commits
  4. 22 Nov, 2015 4 commits
  5. 21 Nov, 2015 2 commits
    • Valery Sizov's avatar
      Emoji bug: Invalid url to image · 3fc10d46
      Valery Sizov authored
      3fc10d46
    • Stan Hu's avatar
      Merge branch 'consistent-tags-api' into 'master' · 9155c82f
      Stan Hu authored
      Make tag API for release feature consistent
      
      Make tags API consistent with other tags methods. This changes the endpoint from `PUT /projects/:id/repository/:tag/release` to `PUT /projects/:id/repository/tags/:tag_name/release`.
      
      On thing the API is still missing, is an error if the tag does not exist. Right now it returns 200 even the tag does not exist. I'll fix that such it returns 404.
      
      @stanhu Can you review?
      @rspeicher This MR should go into 8.2
      
      See merge request !1864
      9155c82f