BigW Consortium Gitlab

  1. 26 Jan, 2017 1 commit
  2. 25 Jan, 2017 1 commit
  3. 18 Jan, 2017 2 commits
  4. 04 Oct, 2016 1 commit
    • Simplify Mentionable concern instance methods · 4ff345c4
      Paco Guzman authored
      We remove some arguments that are rarely used or 
      used just to simplify setups on specs.
      
      Modified Mentionable#create_new_cross_references method 
      we don’t need to calculate previous references to avoid the 
      duplication because we do that at database level when 
      creating references extracted from the current entity state.
      
      MergeRequests won’t create cross_references for commits that are included so we change a spec to use a different merge request to make references to commits to other branches
  5. 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.
  6. 12 Jul, 2016 1 commit
  7. 30 Jun, 2016 1 commit
  8. 17 Mar, 2016 1 commit
  9. 24 Dec, 2015 1 commit
  10. 18 Dec, 2015 1 commit
  11. 12 Oct, 2015 1 commit
  12. 14 Jul, 2015 2 commits
  13. 22 Jun, 2015 1 commit
  14. 08 Jun, 2015 1 commit
  15. 12 Feb, 2015 1 commit
  16. 30 Oct, 2014 1 commit