An error occurred fetching the project authors.
  1. 26 Sep, 2014 1 commit
  2. 17 Jul, 2014 2 commits
  3. 17 Jun, 2014 1 commit
  4. 25 Nov, 2013 1 commit
  5. 25 Aug, 2013 1 commit
    • ash wilson's avatar
      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.
      c8a115c0
  6. 22 Jun, 2013 1 commit
  7. 25 Mar, 2013 1 commit
  8. 13 Nov, 2012 1 commit
  9. 02 Sep, 2012 1 commit
  10. 25 Aug, 2012 1 commit
    • Robert Speicher's avatar
      Cleanup spec/support folder and spec/spec_helper · fba174e9
      Robert Speicher authored
      Changes:
      * Move spec/monkeypatch to spec/support
      * Remove unused support/shared_examples
      * Move support/api to support/api_helpers to match module name
      * Move support/login to support/login_helpers to match module name
      * Move API specs to requests/api (convention over configuration)
      * Remove unused support/js_patch
      * Simplify login_as helper
      * Move DatabaseCleaner stuff to its own support file
      * Remove unnecessary configuration and requires from spec_helper
      fba174e9