An error occurred fetching the project authors.
  1. 30 May, 2014 1 commit
  2. 23 Apr, 2014 2 commits
  3. 19 Apr, 2014 1 commit
  4. 15 Apr, 2014 1 commit
  5. 11 Apr, 2014 1 commit
  6. 07 Apr, 2014 1 commit
  7. 31 Mar, 2014 1 commit
  8. 25 Jan, 2014 1 commit
  9. 09 Dec, 2013 1 commit
  10. 29 Nov, 2013 1 commit
  11. 27 Nov, 2013 1 commit
  12. 01 Oct, 2013 1 commit
  13. 22 Sep, 2013 2 commits
  14. 09 Sep, 2013 1 commit
  15. 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
  16. 21 Aug, 2013 1 commit
  17. 18 Jul, 2013 1 commit
  18. 23 May, 2013 1 commit
  19. 22 May, 2013 1 commit
  20. 16 May, 2013 1 commit
  21. 08 May, 2013 1 commit
  22. 26 Apr, 2013 1 commit
  23. 24 Apr, 2013 1 commit
  24. 28 Feb, 2013 1 commit
  25. 14 Feb, 2013 2 commits
  26. 11 Feb, 2013 1 commit
  27. 07 Feb, 2013 1 commit
  28. 31 Jan, 2013 1 commit
  29. 20 Jan, 2013 1 commit
  30. 18 Jan, 2013 1 commit
  31. 17 Jan, 2013 1 commit
    • Cyril's avatar
      Fix default settings when they are boolean. · 9db7c16a
      Cyril authored
      error is that ```enabled ||= true``` always evaluates to true.
      Change all initialization of bool settings to use the same syntax:
      ```setting = true if setting.nil?```
      9db7c16a
  32. 16 Jan, 2013 4 commits
  33. 14 Jan, 2013 1 commit
    • VonC's avatar
      Fix git group detection for gitolite ssh user. · 471b5910
      VonC authored
      The tasks gitlab:env:info mixes user and group, and presume as a group 'git'.
      However, gitolite group name can be anything.
      
      That patch add the git group name in the config,
      and check gitolite.ssh_user group against git.group
      (which defaults to 'git', as before this patch, if undefined).
      
      M config/gitlab.yml.example:
        Add 'group' in 'git' section
        Mention default value for the two extra settings
      M lib/tasks/gitlab/check.rake:
        Check that gitolite.ssh_user *group* is the one defined in git.group.
        Make sure to default to 'git' as the expected group
          if said group is undefined in the config.
        Note: uses a more complete regexp for the group detection
              (the group can start, end or be in the middle or the list of groups
               of gitolite.ssh_user)
      M: config/initializers/1_settings.rb:
        Add default values for gitolite.group and gitlab.user
      471b5910
  34. 28 Dec, 2012 1 commit