BigW Consortium Gitlab

  1. 22 Dec, 2017 1 commit
  2. 21 Jun, 2017 1 commit
  3. 23 Feb, 2017 2 commits
  4. 26 Jan, 2017 1 commit
  5. 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
  6. 17 Mar, 2016 1 commit
  7. 08 Dec, 2015 1 commit
  8. 30 Nov, 2015 1 commit
  9. 14 Oct, 2015 1 commit
  10. 12 Oct, 2015 2 commits
  11. 07 Oct, 2015 1 commit
  12. 11 Aug, 2015 2 commits
  13. 16 Jul, 2015 1 commit
  14. 14 Jul, 2015 1 commit
  15. 22 Jun, 2015 1 commit
  16. 02 Jun, 2015 1 commit
  17. 26 May, 2015 1 commit
  18. 25 Apr, 2015 1 commit
  19. 24 Apr, 2015 3 commits
  20. 16 Apr, 2015 3 commits
  21. 12 Feb, 2015 1 commit
  22. 10 Oct, 2014 1 commit
  23. 03 Oct, 2014 1 commit
  24. 26 Jun, 2014 1 commit
  25. 22 Jan, 2014 1 commit
  26. 10 Dec, 2013 1 commit
  27. 25 Aug, 2013 1 commit
    • Link issues from comments and automatically close them · c8a115c0
      ash wilson authored
      Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown
      references in descriptions, titles, or attached Notes creates a back-reference
      Note that links to the original referencer. Furthermore, pushing commits with
      commit messages that match a (configurable) regexp to a project's default
      branch will close any issues mentioned by GFM in the matched closing phrase.
      If accepting a merge request would close any Issues in this way, a banner is
      appended to the merge request's main panel to indicate this.