1. 14 6月, 2016 1 次提交
  2. 11 6月, 2016 1 次提交
  3. 01 6月, 2016 1 次提交
    • Y
      Refactor Participable · 580d2501
      Yorick Peterse 提交于
      There are several changes to this module:
      
      1. The use of an explicit stack in Participable#participants
      2. Proc behaviour has been changed
      3. Batch permissions checking
      
      == Explicit Stack
      
      Participable#participants no longer uses recursion to process "self" and
      all child objects, instead it uses an Array and processes objects in
      breadth-first order. This allows us to for example create a single
      Gitlab::ReferenceExtractor instance and pass this to any Procs. Re-using
      a ReferenceExtractor removes the need for running potentially many SQL
      queries every time a Proc is called on a new object.
      
      == Proc Behaviour Changed
      
      Previously a Proc in Participable was expected to return an Array of
      User instances. This has been changed and instead it's now expected that
      a Proc modifies the Gitlab::ReferenceExtractor passed to it. The return
      value of the Proc is ignored.
      
      == Permissions Checking
      
      The method Participable#participants uses
      Ability.users_that_can_read_project to check if the returned users have
      access to the project of "self" _without_ running multiple SQL queries
      for every user.
      580d2501
  4. 30 5月, 2016 1 次提交
  5. 23 5月, 2016 1 次提交
  6. 15 5月, 2016 3 次提交
  7. 14 5月, 2016 1 次提交
  8. 13 5月, 2016 1 次提交
  9. 10 5月, 2016 1 次提交
  10. 29 4月, 2016 1 次提交
  11. 20 4月, 2016 1 次提交
  12. 19 4月, 2016 2 次提交
  13. 18 4月, 2016 8 次提交
  14. 13 4月, 2016 1 次提交
  15. 26 3月, 2016 1 次提交
  16. 25 3月, 2016 1 次提交
  17. 22 3月, 2016 1 次提交
  18. 21 3月, 2016 2 次提交
  19. 20 3月, 2016 1 次提交
  20. 19 3月, 2016 1 次提交
  21. 18 3月, 2016 2 次提交
  22. 17 3月, 2016 5 次提交
  23. 14 3月, 2016 1 次提交
    • Z
      External Users · 42fcd388
      Zeger-Jan van de Weg 提交于
      The user has the rights of a public user execpt it can never create a project,
       group, or team. Also it cant view internal projects.
      42fcd388
  24. 10 3月, 2016 1 次提交