BigW Consortium Gitlab

  1. 25 Jan, 2017 1 commit
  2. 18 Jan, 2017 1 commit
  3. 14 Dec, 2016 1 commit
  4. 13 Dec, 2016 1 commit
  5. 12 Dec, 2016 1 commit
  6. 08 Dec, 2016 1 commit
  7. 30 Aug, 2016 20 commits
  8. 26 Aug, 2016 2 commits
  9. 20 Aug, 2016 2 commits
  10. 17 Aug, 2016 3 commits
  11. 04 Aug, 2016 1 commit
  12. 29 Jul, 2016 1 commit
    • Method for returning issues readable by a user · 002ad215
      Yorick Peterse authored
      The method Ability.issues_readable_by_user takes a list of users and an
      optional user and returns an Array of issues readable by said user. This
      method in turn is used by
      Banzai::ReferenceParser::IssueParser#nodes_visible_to_user so this
      method no longer needs to get all the available abilities just to check
      if a user has the "read_issue" ability.
      
      To test this I benchmarked an issue with 222 comments on my development
      environment. Using these changes the time spent in nodes_visible_to_user
      was reduced from around 120 ms to around 40 ms.
  13. 26 Jul, 2016 3 commits
  14. 20 Jul, 2016 2 commits