BigW Consortium Gitlab

  1. 03 May, 2016 1 commit
  2. 02 May, 2016 1 commit
  3. 30 Apr, 2016 1 commit
  4. 29 Apr, 2016 4 commits
    • Tweak checking branches in Project#open_branches · b6a18f10
      Yorick Peterse authored
      This changes 4 things:
      
      1. Project#protected_branches_names has been renamed to
         Project#protected_branch_names.
      
      2. Project#open_branches uses a Set for the branch names as checking
         values in a Set is faster than checking values in a (large) Array.
      
      3. Some redundant code in Project#open_branches has been removed.
      
      4. Project#protected_branch_names now uses #pluck instead of #map,
         removing the need for loading entire DB records into memory.
    • Use a query in Project#protected_branch? · e28d1fa3
      Yorick Peterse authored
      This changes Project#protected_branch? to use a query to check if a
      branch is protected, instead of loading all ProtectedBranch records into
      memory just to check if the list of names includes a given branch name.
    • Support supressing text file diffs on the default branch with .gitattributes · 28dcdb27
      Matt Oakes authored
      This is a combination of 3 commits.
      
      - Update the bare repositories info/attributes if the default branch is updated
      - Check the diff attributes of a file before showing a diff
      - Update CHANGELOG
    • Use a better message when milestone is newly created · ded3b02f
      Arinde Eniola authored
      make some changes for the checks to determine when the messages should be displayed
      
      add item to changelog and also integration test
      
      make some changes to the test
      
      make some changes
  5. 28 Apr, 2016 1 commit
  6. 27 Apr, 2016 1 commit
  7. 26 Apr, 2016 2 commits
  8. 25 Apr, 2016 4 commits
  9. 20 Apr, 2016 17 commits
  10. 19 Apr, 2016 8 commits