BigW Consortium Gitlab

  1. 14 Aug, 2017 1 commit
  2. 11 May, 2017 1 commit
  3. 09 May, 2017 1 commit
    • Fallback to default pattern when note does not belong to project · 69b10e16
      Toon Claes authored
      In commit 020295ff a regex was added to quickly determine if mentionables might
      be referenced. But this didn't take into account the note might not belong to a
      project. So when it doesn't belong to a project, assume the default issue
      tracker is used, and use DEFAULT_PATTERN to check if there are mentionables.
      
      Fixes gitlab-org/gitlab-ce#31993
  4. 04 May, 2017 1 commit
  5. 23 Feb, 2017 2 commits
  6. 08 Feb, 2017 1 commit
  7. 25 Jan, 2017 1 commit
  8. 18 Jan, 2017 1 commit
  9. 21 Nov, 2016 1 commit
  10. 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
  11. 15 Jul, 2016 1 commit
  12. 30 Jun, 2016 1 commit
  13. 03 Jun, 2016 2 commits
  14. 26 May, 2016 1 commit
    • 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.
  15. 06 May, 2016 1 commit
  16. 06 Jan, 2016 1 commit
  17. 24 Dec, 2015 1 commit
  18. 16 Dec, 2015 1 commit
  19. 15 Dec, 2015 1 commit
  20. 01 Dec, 2015 1 commit
  21. 30 Nov, 2015 1 commit
  22. 14 Oct, 2015 4 commits
  23. 12 Oct, 2015 2 commits
  24. 07 Oct, 2015 1 commit
  25. 14 Jul, 2015 2 commits
  26. 22 Jun, 2015 1 commit
  27. 08 Jun, 2015 1 commit
  28. 26 May, 2015 3 commits
  29. 14 May, 2015 1 commit
  30. 11 May, 2015 1 commit
    • 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.
  31. 24 Apr, 2015 1 commit