BigW Consortium Gitlab

  1. 29 Nov, 2016 1 commit
  2. 28 Nov, 2016 2 commits
  3. 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
  4. 14 Nov, 2016 1 commit
  5. 10 Nov, 2016 1 commit
  6. 04 Nov, 2016 2 commits
  7. 31 Oct, 2016 1 commit
  8. 25 Oct, 2016 1 commit
  9. 10 Oct, 2016 1 commit
  10. 06 Oct, 2016 1 commit
  11. 29 Sep, 2016 1 commit
  12. 20 Sep, 2016 2 commits
  13. 14 Sep, 2016 1 commit
  14. 03 Sep, 2016 1 commit
  15. 19 Aug, 2016 2 commits
  16. 18 Aug, 2016 1 commit
  17. 17 Aug, 2016 1 commit
  18. 10 Aug, 2016 1 commit
  19. 04 Aug, 2016 2 commits
  20. 03 Aug, 2016 4 commits
  21. 01 Aug, 2016 1 commit
  22. 30 Jul, 2016 1 commit
  23. 29 Jul, 2016 1 commit
  24. 26 Jul, 2016 1 commit
    • Fix expand all diffs button in compare view · 3abffb2b
      Sean McGivern authored
      We can't reuse the existing value of the format parameter, because on
      the merge request page that's 'json', so the link would go to a JSON
      file. We can't set it to HTML, because that adds '.html' the URL, which
      breaks the compare view (and looks bad). Setting it to nil uses the
      default format, which in all of these cases is HTML anyway.
  25. 20 Jul, 2016 1 commit
  26. 18 Jul, 2016 1 commit
  27. 11 Jul, 2016 1 commit
  28. 08 Jul, 2016 5 commits