1. 28 Aug, 2013 1 commit
    • Alex Van't Hof's avatar
      Standardize commit diff api url, change blob api url, add get single commit · 59f428dc
      Alex Van't Hof authored
      Use "/commits/:sha/diff" as opposed to "/commit/:sha", keeping in line
      with existing api urls (e.g. "/projects/:id", etc.)
      
      Fix 500 error resulting from a diff api call with an invalid commit hash
      
      Move "/commits/:sha/blob" to "/blobs/:sha", leaving the old path for
      backwards compatibility.
      
      Add ability to get a single commit via "/commits/:sha"
      59f428dc
  2. 27 Aug, 2013 14 commits
  3. 26 Aug, 2013 22 commits
  4. 25 Aug, 2013 3 commits
    • ash wilson's avatar
      Link issues from comments and automatically close them · c8a115c0
      ash wilson authored
      Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown
      references in descriptions, titles, or attached Notes creates a back-reference
      Note that links to the original referencer. Furthermore, pushing commits with
      commit messages that match a (configurable) regexp to a project's default
      branch will close any issues mentioned by GFM in the matched closing phrase.
      If accepting a merge request would close any Issues in this way, a banner is
      appended to the merge request's main panel to indicate this.
      c8a115c0
    • Gabor Nagy's avatar
      Adds feature: get a diff via API. · d139cc6b
      Gabor Nagy authored
      d139cc6b
    • Dmitriy Zaporozhets's avatar
      Merge pull request #4815 from MegaDiablo/patch-1 · 2b36dee6
      Dmitriy Zaporozhets authored
      add link on realisation api for java client
      2b36dee6