BigW Consortium Gitlab

  1. 29 Nov, 2016 3 commits
  2. 15 Nov, 2016 1 commit
    • Unify anchor link format for MR diff files !7298 · 8782bb96
      Yar authored
      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
  3. 10 Sep, 2016 1 commit
  4. 15 Aug, 2016 1 commit
    • Prevents accidental overwrites of commits from UI · ade0c2c8
      Frank West authored
      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
  5. 04 Aug, 2016 1 commit
  6. 13 Jul, 2016 1 commit
  7. 12 Jul, 2016 20 commits
  8. 11 Jul, 2016 1 commit
  9. 08 Jul, 2016 8 commits
  10. 06 Jul, 2016 3 commits