1. 22 Nov, 2015 1 commit
    • Stan Hu's avatar
      Merge branch 'consistent-tags-api' into 'master' · 27821ce0
      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
      27821ce0
  2. 21 Nov, 2015 6 commits
  3. 20 Nov, 2015 19 commits
  4. 19 Nov, 2015 11 commits
  5. 18 Nov, 2015 1 commit
  6. 17 Nov, 2015 2 commits