1. 18 Jul, 2019 2 commits
    • Paul Slaughter's avatar
      FE remove create branch call in IDE commit · d4cc92db
      Paul Slaughter authored
      Previously `start_sha` was intercepted on the frontend to create the
      correct branch in a separate API call. Now that the commits API supports
      the `start_sha` parameter directly this workaround is not needed
      anymore.
      d4cc92db
    • Markus Koller's avatar
      Add start_sha to commits API · f8cecafb
      Markus Koller authored
      When passing start_branch on committing from the WebIDE, it's possible
      that the branch has changed since editing started, which results in the
      change being applied on top of the latest commit in the branch and
      overwriting the new changes.
      
      By passing the start_sha instead we can make sure that the change is
      applied on top of the commit which the user started editing from.
      f8cecafb
  2. 17 Jul, 2019 38 commits