BigW Consortium Gitlab

  1. 27 Jun, 2016 2 commits
  2. 22 Jun, 2016 2 commits
  3. 08 Jun, 2016 1 commit
    • Remove `projects` inclusion in `notes_with_associations` to skip some unnecessary queries · ad83c308
      Alejandro Rodríguez authored
      `notes_with_associations` are used for `participant` declarations, but `Participable`
      only really cares about the target entity project, and not the participants
      projects.
      
      `notes_with_associations` are also used in `Commit::has_been_reverted?` which
      employs the reference extractor of the commit, so no references to the notes
      projects are made there (`Mentionable::all_references` cares only about the
      `author` and other `attr_mentionable`). A paralel situation occurs on
      `Issue::referenced_merge_requests`.
  4. 03 Jun, 2016 2 commits
  5. 01 Jun, 2016 1 commit
    • Refactor Participable · 580d2501
      Yorick Peterse authored
      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.
  6. 09 May, 2016 1 commit
    • Remove the annotate gem and delete old annotations · f1479b56
      Jeroen van Baarsen authored
      In 8278b763 the default behaviour of annotation
      has changes, which was causing a lot of noise in diffs. We decided in #17382
      that it is better to get rid of the whole annotate gem, and instead let people
      look at schema.rb for the columns in a table.
      
      Fixes: #17382
  7. 06 May, 2016 1 commit
  8. 28 Apr, 2016 1 commit
  9. 01 Apr, 2016 1 commit
  10. 11 Mar, 2016 2 commits
  11. 05 Mar, 2016 1 commit
  12. 01 Dec, 2015 1 commit
  13. 30 Nov, 2015 1 commit
  14. 19 Jun, 2015 1 commit
  15. 26 May, 2015 4 commits
  16. 24 Apr, 2015 1 commit
  17. 17 Apr, 2015 1 commit
  18. 15 Apr, 2015 2 commits
  19. 27 Mar, 2015 1 commit
  20. 06 Mar, 2015 1 commit
  21. 05 Feb, 2015 1 commit
  22. 03 Feb, 2015 1 commit
  23. 12 Dec, 2014 2 commits
  24. 09 Oct, 2014 2 commits
  25. 07 Oct, 2014 1 commit
  26. 29 Aug, 2014 1 commit
  27. 26 Jun, 2014 2 commits
  28. 04 Jun, 2014 1 commit
  29. 03 Jun, 2014 1 commit