1. 13 3月, 2017 1 次提交
    • J
      New file from interface on existing branch · e0fe2834
      Jacopo 提交于
      Now you can create a new file and select a target_branch != source_branch.
      If the file that you want to create already exists on the target branch an error message is shown
      A glDropdown is used to select and create a new branch instead of a text field.
      e0fe2834
  2. 03 3月, 2017 1 次提交
  3. 01 3月, 2017 1 次提交
  4. 23 2月, 2017 2 次提交
  5. 22 2月, 2017 1 次提交
  6. 11 2月, 2017 1 次提交
  7. 07 2月, 2017 4 次提交
  8. 29 11月, 2016 3 次提交
  9. 16 11月, 2016 1 次提交
    • Y
      Unify anchor link format for MR diff files !7298 · 8782bb96
      Yar 提交于
      Right now, the following naming scheme for diff files is used: diff-1, diff-2, ... and also we have "internal" format which is file-path-HASH, where HASH is sha1 of file path.
      Besides, we have HASH_lineA_lineB format to link exact line number in MR diff. It makes sence to unify the way we link diff from outside, while leave "file-path-HASH" format for internal (js) usage.
      Changes in this commit  allow to link diff just by HASH, if we don't want specify exact lines, also it changes "file-path-HASH" and "diff-NUMBER" links in code to this unified format.
      
      Inspired by #24010 and !7298
      8782bb96
  10. 10 9月, 2016 1 次提交
  11. 15 8月, 2016 1 次提交
    • F
      Prevents accidental overwrites of commits from UI · ade0c2c8
      Frank West 提交于
      Currently when a user performs an update of a file through the UI  and there
      has already been a change committed to the file the previous commits will be
      overwritten without a check to see if the file has been changed.
      
      This commit uses the last commit sha at the time the user starts editing the
      file and compares it with the current sha of the file being edited to ensure
      they are the same before committing the file. If the shas do not match we
      throw an exception preventing the commit from the commit from occurring.
      
      Fixes #5857
      ade0c2c8
  12. 04 8月, 2016 1 次提交
  13. 13 7月, 2016 1 次提交
  14. 12 7月, 2016 21 次提交