BigW Consortium Gitlab

  1. 25 Jan, 2017 1 commit
  2. 27 Sep, 2016 1 commit
    • Enforce the fork_project permission in Projects::CreateService · 3ed80a01
      Nick Thomas authored
      Projects::ForkService delegates to this service almost entirely, but needed
      one small change so it would propagate create errors correctly.
      
      CreateService#execute needs significant refactoring; it is now right at the
      complexity limit set by Rubocop. I avoided doing so in this commit to keep the
      diff as small as possible.
      
      Several tests depend on the insecure behaviour of ForkService, so fi them up at
      the same time.
  3. 01 Jul, 2016 1 commit
  4. 27 Jun, 2016 1 commit
  5. 03 Jun, 2016 2 commits
  6. 08 May, 2016 1 commit
  7. 18 Apr, 2016 5 commits
  8. 22 Feb, 2016 1 commit
  9. 18 Nov, 2015 1 commit
    • Refactor UsersController to not kill the database · fbdf3767
      Yorick Peterse authored
      Previously this controller would in multiple places load tons (read:
      around 65000) project and/or group IDs into memory. These changes in
      combination with the previous commits significantly cut down loading
      times of user profile pages and the Atom feeds of users.
  10. 18 Jul, 2015 1 commit
  11. 22 Mar, 2015 1 commit
  12. 18 Mar, 2015 1 commit
  13. 29 Jan, 2015 3 commits