BigW Consortium Gitlab

  1. 02 Aug, 2016 1 commit
    • Speedup DiffNote#active? on discussions, preloading noteables and avoid touching… · 8716ff7f
      Paco Guzman authored
      Speedup DiffNote#active? on discussions, preloading noteables and avoid touching git repository to return diff_refs when possible
      
      - Preloading noteable we share the same noteable instance when more than one 
      discussion refers to the same noteable.
      - Any other call to that object that is cached in that object will be for any 
      discussion.
      - In those cases where merge_request_diff has all the sha stored to build a diff_refs get that 
      diff_refs using directly those sha instead accessing to the git repository to first get the 
      commits and later the sha.
  2. 26 Jul, 2016 1 commit
    • Optimize maximum user access level lookup in loading of notes · d1ea2bca
      Stan Hu authored
      NotesHelper#note_editable? and ProjectTeam#human_max_access currently
      take about 16% of the load time of an issue page. This MR preloads
      the maximum access level of users for all notes in issues and merge
      requests with several queries instead of one per user and caches
      the result in RequestStore.
  3. 20 Jul, 2016 1 commit
  4. 07 Jul, 2016 2 commits
  5. 06 Jul, 2016 5 commits
  6. 29 Jun, 2016 2 commits
  7. 03 Jun, 2016 2 commits
  8. 13 May, 2016 1 commit
  9. 07 Apr, 2016 4 commits
  10. 28 Mar, 2016 1 commit
  11. 08 Jan, 2016 1 commit
  12. 09 Sep, 2015 1 commit
  13. 26 Aug, 2015 1 commit
  14. 30 Jul, 2015 1 commit
  15. 17 Jun, 2015 1 commit
  16. 16 Jun, 2015 1 commit
  17. 06 May, 2015 1 commit
  18. 02 Mar, 2015 1 commit
  19. 14 Feb, 2015 1 commit
    • Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
  20. 03 Feb, 2015 1 commit
  21. 28 Jan, 2015 1 commit
  22. 19 Jan, 2015 1 commit
  23. 22 Dec, 2014 1 commit
  24. 03 Oct, 2014 1 commit
  25. 22 Sep, 2014 1 commit
  26. 19 Sep, 2014 1 commit
  27. 24 Jun, 2014 3 commits
  28. 06 Jun, 2014 1 commit