1. 25 Jan, 2017 1 commit
  2. 18 Jan, 2017 1 commit
  3. 21 Nov, 2016 1 commit
  4. 04 Oct, 2016 1 commit
    • Paco Guzman's avatar
      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
      4ff345c4
  5. 15 Jul, 2016 1 commit
  6. 30 Jun, 2016 1 commit
  7. 03 Jun, 2016 2 commits
  8. 26 May, 2016 1 commit
    • Yorick Peterse's avatar
      Refactor Mentionable · 35e977d6
      Yorick Peterse authored
      Caching is now always enabled when rendering attributes as there's no
      reason to not cache them. The method Mentionable#all_references has also
      been modified to take an optional Gitlab::ReferenceExtractor instance to
      allow other code to create one and re-use it between multiple calls.
      35e977d6
  9. 06 May, 2016 1 commit
  10. 06 Jan, 2016 1 commit
  11. 24 Dec, 2015 1 commit
  12. 16 Dec, 2015 1 commit
  13. 15 Dec, 2015 1 commit
  14. 01 Dec, 2015 1 commit
  15. 30 Nov, 2015 1 commit
  16. 14 Oct, 2015 4 commits
  17. 12 Oct, 2015 2 commits
  18. 07 Oct, 2015 1 commit
  19. 14 Jul, 2015 2 commits
  20. 22 Jun, 2015 1 commit
  21. 08 Jun, 2015 1 commit
  22. 26 May, 2015 3 commits
  23. 14 May, 2015 1 commit
  24. 11 May, 2015 1 commit
    • Robert Speicher's avatar
      Add a SystemNoteService class · 48e6fb53
      Robert Speicher authored
      There's a lot of code in the Note model that only deals with creating
      system notes, so we're going to split that into its own class.
      48e6fb53
  25. 24 Apr, 2015 1 commit
  26. 21 Apr, 2015 1 commit
  27. 15 Apr, 2015 1 commit
  28. 02 Apr, 2015 5 commits