BigW Consortium Gitlab

  1. 06 Jul, 2017 1 commit
  2. 05 Jul, 2017 2 commits
  3. 29 Jun, 2017 1 commit
  4. 23 Jun, 2017 1 commit
  5. 19 Jun, 2017 2 commits
  6. 02 Jun, 2017 1 commit
  7. 22 May, 2017 1 commit
  8. 17 May, 2017 1 commit
  9. 27 Apr, 2017 1 commit
  10. 26 Apr, 2017 1 commit
  11. 25 Apr, 2017 1 commit
  12. 23 Apr, 2017 1 commit
  13. 21 Apr, 2017 1 commit
  14. 20 Apr, 2017 1 commit
  15. 06 Apr, 2017 3 commits
  16. 03 Apr, 2017 1 commit
  17. 13 Mar, 2017 1 commit
    • Do not show LFS object when LFS is disabled · 78496837
      Christopher Bartz authored
      Do not display a 404, when a user tries to retrieve the raw content of
      an LFS file (pointer) if the config option "lfs_enabled" is set to
      false. Instead, display the LFS pointer file directly.
  18. 24 Feb, 2017 1 commit
  19. 22 Feb, 2017 1 commit
  20. 09 Feb, 2017 1 commit
  21. 06 Jan, 2017 1 commit
  22. 13 Dec, 2016 1 commit
  23. 08 Dec, 2016 1 commit
  24. 08 Nov, 2016 1 commit
  25. 07 Nov, 2016 1 commit
    • Rewritten spinach git_blame tests to rspec feature tests · e6e41478
      Lisanne Fellinger authored
      Fixing rubocop violations
      
      Relocated git_blame spec and fixed styling issue
      
      Rewritten spinach git_blame tests to rspec feature tests
      
      Fixing rubocop violations
      
      Relocated git_blame spec and fixed styling issue
      
      Rewritten spinach git_blame tests to rspec feature tests
      
      Fixing rubocop violations
      
      Rewritten spinach git_blame tests to rspec feature tests
      
      Fixing rubocop violations
      
      Rewritten spinach git_blame tests to rspec feature tests
      
      Fixing rubocop violations
      
      Relocated git_blame spec and fixed styling issue
  26. 17 Oct, 2016 1 commit
  27. 30 Sep, 2016 2 commits
  28. 29 Sep, 2016 1 commit
  29. 28 Sep, 2016 1 commit
  30. 19 Sep, 2016 1 commit
    • Fix download artifacts button link: · 31e59264
      Lin Jen-Shin authored
      Rails ignored unused arguments and ref_name_and_path is the last
      path argument, therefore we need to concatenate that parts ourselves.
      
      Otherwise, 'download' won't be shown at all.
  31. 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
  32. 13 Aug, 2016 1 commit
  33. 10 Aug, 2016 1 commit
  34. 09 Aug, 2016 1 commit
  35. 25 Jul, 2016 1 commit