Skip to content
Snippets Groups Projects
  1. Jul 26, 2018
  2. May 24, 2018
    • Oswaldo Ferreir's avatar
      Persist truncated note diffs on a new table · bb8f2520
      Oswaldo Ferreir authored
      We request Gitaly in a N+1 manner to build discussion diffs. Once the diffs are from different revisions, it's hard to make a single request to the service in order to build the whole response.
      With this change we solve this problem and simplify a lot fetching this piece of info.
      bb8f2520
  3. Apr 30, 2018
  4. Dec 22, 2017
  5. Dec 07, 2017
  6. Nov 13, 2017
  7. Oct 07, 2017
  8. Jul 06, 2017
  9. May 31, 2017
  10. May 23, 2017
  11. May 03, 2017
  12. Apr 08, 2017
  13. Apr 06, 2017
  14. Apr 05, 2017
  15. Feb 23, 2017
  16. Sep 06, 2016
  17. Aug 30, 2016
  18. Aug 22, 2016
  19. Aug 19, 2016
  20. Aug 17, 2016
  21. Aug 16, 2016
  22. Aug 15, 2016
  23. Aug 12, 2016
  24. Aug 02, 2016
    • Paco Guzman's avatar
      Speedup DiffNote#active? on discussions, preloading noteables and avoid... · 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.
      8716ff7f
  25. Jul 29, 2016
  26. Jul 26, 2016
  27. Jul 07, 2016
  28. Jul 06, 2016
Loading