BigW Consortium Gitlab

  1. 03 Oct, 2014 1 commit
    • Track projects in ReferenceExtractor · 2c46c452
      Vinnie Okada authored
      Store both the project and identifier of extracted references.  This
      prevents `ReferenceExtractor` from returning objects in the wrong
      project for cross-project references.
  2. 13 May, 2014 1 commit
  3. 22 Jan, 2014 1 commit
  4. 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.