Skip to content
Snippets Groups Projects
  1. Oct 09, 2013
  2. Aug 28, 2013
    • 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
  3. Aug 27, 2013
  4. Aug 26, 2013
    • Dmitriy Zaporozhets's avatar
      Remove old migration tasks · 3cc26654
      Dmitriy Zaporozhets authored
      You should update to 6.0 before proceed with update to higher version.
      So its no reason to keep old tasks any more.
      It should be still available in 6-0-stable but not in master
      3cc26654
Loading