BigW Consortium Gitlab

  1. 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.
  2. 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
  3. 13 Aug, 2016 1 commit
  4. 10 Aug, 2016 1 commit
  5. 09 Aug, 2016 1 commit
  6. 25 Jul, 2016 1 commit
  7. 20 Jul, 2016 1 commit
  8. 06 Jul, 2016 1 commit
  9. 23 Jun, 2016 1 commit
  10. 20 Jun, 2016 1 commit
  11. 16 Jun, 2016 1 commit
  12. 03 Jun, 2016 2 commits
  13. 23 May, 2016 1 commit
  14. 20 May, 2016 1 commit
  15. 18 Apr, 2016 2 commits