BigW Consortium Gitlab

  1. 08 Jun, 2017 1 commit
  2. 18 May, 2017 1 commit
  3. 08 Apr, 2017 2 commits
  4. 20 Mar, 2017 1 commit
  5. 01 Mar, 2017 1 commit
  6. 28 Feb, 2017 1 commit
  7. 21 Feb, 2017 1 commit
  8. 14 Feb, 2017 1 commit
  9. 30 Nov, 2016 1 commit
  10. 24 Nov, 2016 1 commit
  11. 09 Nov, 2016 1 commit
    • Add button to delete all merged branches · 1afab9eb
      Toon Claes authored
      It adds a button to the branches page that the user can use to delete
      all the branches that are already merged. This can be used to clean up
      all the branches that were forgotten to delete while merging MRs.
      
      Fixes #21076.
  12. 08 Aug, 2016 1 commit
  13. 19 Jul, 2016 2 commits
  14. 18 Jan, 2016 1 commit
  15. 15 Feb, 2015 1 commit
  16. 30 Oct, 2014 1 commit
  17. 03 Sep, 2014 1 commit
  18. 15 Aug, 2014 2 commits
  19. 07 Aug, 2014 1 commit
  20. 03 Jun, 2014 1 commit
  21. 23 May, 2014 1 commit
  22. 05 Apr, 2014 1 commit
  23. 01 Apr, 2014 1 commit
  24. 31 Mar, 2014 1 commit
  25. 18 Feb, 2014 2 commits
  26. 16 Jan, 2014 1 commit
  27. 26 Dec, 2013 1 commit
  28. 11 Dec, 2013 1 commit
  29. 20 Nov, 2013 1 commit
  30. 19 Nov, 2013 1 commit
  31. 11 Nov, 2013 1 commit
  32. 10 Nov, 2013 1 commit
  33. 09 Nov, 2013 1 commit
  34. 10 Oct, 2013 2 commits
  35. 28 Aug, 2013 1 commit
    • Standardize commit diff api url, change blob api url, add get single commit · 59f428dc
      Alex Van't Hof authored
      Use "/commits/:sha/diff" as opposed to "/commit/:sha", keeping in line
      with existing api urls (e.g. "/projects/:id", etc.)
      
      Fix 500 error resulting from a diff api call with an invalid commit hash
      
      Move "/commits/:sha/blob" to "/blobs/:sha", leaving the old path for
      backwards compatibility.
      
      Add ability to get a single commit via "/commits/:sha"