An error occurred fetching the project authors.
  1. 01 Aug, 2017 4 commits
  2. 28 Jul, 2017 1 commit
  3. 07 Jun, 2017 4 commits
  4. 29 Mar, 2017 1 commit
  5. 03 Mar, 2017 2 commits
  6. 23 Feb, 2017 1 commit
  7. 14 Feb, 2017 1 commit
  8. 27 Oct, 2016 1 commit
  9. 30 Aug, 2016 1 commit
  10. 11 Aug, 2016 1 commit
  11. 25 Jul, 2016 1 commit
  12. 30 Jun, 2016 1 commit
  13. 03 Jun, 2016 1 commit
    • Connor Shea's avatar
      Replace colorize gem with rainbow. · 903946c7
      Connor Shea authored
      Colorize is a gem licensed under the GPLv2, so we can’t use it in GitLab without relicensing GitLab under the terms of the GPL. Rainbow is licensed under the MIT license and does the exact same thing as Colorize, so Rainbow was added in place of Colorize.
      
      The syntax is slightly different for Rainbow vs. Colorize, and was updated in accordance.
      
      The gem is still a dependency of Spinach, so it’s included in the development/test environments, but won’t be packaged with the actual product, and therefore doesn’t require we relicense the product.
      
      An attempt at relicensing Colorize was made, but didn’t succeed as the library owner never responded.
      
      Rainbow library: https://github.com/sickill/rainbow
      Relevant issue regarding licensing in GitLab's gems: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3775
      903946c7
  14. 03 Nov, 2015 1 commit
  15. 30 Jul, 2015 1 commit
  16. 29 Jul, 2015 1 commit
  17. 19 Mar, 2015 1 commit
  18. 30 Nov, 2014 1 commit
    • Achilleas Pipinellis's avatar
      Properly fix wiki restore. · 191aa971
      Achilleas Pipinellis authored
      ProjectWiki.new() creates a new wiki git repository, so any tries
      to bare clone a bundle fail. With this patch we remove the newly
      created wiki.git before restoring from the backup bundle.
      191aa971
  19. 29 Nov, 2014 1 commit
  20. 20 Nov, 2014 1 commit
  21. 13 Nov, 2014 1 commit
    • Dimitry Andric's avatar
      Correctly restore empty repositories. · 4a5044e3
      Dimitry Andric authored
      If a project is being restored, but there is no bundle file, the project was
      empty when it was backed up.  In this case, just use git init --base to create a
      new bare repository.
      4a5044e3
  22. 05 Nov, 2014 1 commit
  23. 20 Oct, 2014 2 commits
    • Jacob Vosmaer's avatar
      Ask the wiki repo, not Gollum, if it's empty · 082d59d2
      Jacob Vosmaer authored
      We need to skip empty repositories when creating a backup. Before this
      change, we were asking gollum-lib if the wiki contains any _pages_. Now
      we ask gitlab_git if the repository contains _files_. This should
      resolve gollum_lib Grit timeouts in the backup script.
      082d59d2
    • Jacob Vosmaer's avatar
      Ask the wiki repo, not Gollum, if it's empty · 8ad1330b
      Jacob Vosmaer authored
      We need to skip empty repositories when creating a backup. Before this
      change, we were asking gollum-lib if the wiki contains any _pages_. Now
      we ask gitlab_git if the repository contains _files_. This should
      resolve gollum_lib Grit timeouts in the backup script.
      8ad1330b
  24. 01 Oct, 2014 1 commit
  25. 08 Sep, 2014 1 commit
  26. 08 May, 2014 1 commit
  27. 09 Apr, 2014 1 commit
  28. 26 Feb, 2014 1 commit
    • Jacob Vosmaer's avatar
      Use gitlab_shell.path to invoke rewrite-hooks.sh · 91c70c5b
      Jacob Vosmaer authored
      The backup restore code for repositories was assuming that gitlab-shell
      is installed in /home/git/gitlab-shell. This commit changes that to use
      the configuration setting from gitlab.yml that specifies the path where
      gitlab-shell is installed.
      91c70c5b
  29. 06 Nov, 2013 1 commit
  30. 05 Nov, 2013 1 commit
  31. 04 Nov, 2013 1 commit
    • Nigel Kukard's avatar
      More escaping · c46eaca9
      Nigel Kukard authored
      - Database name may contain characters which are not shell friendly
      - Database password could contain the same
      - While we at it there is no harm in escaping generated paths too
      - Refactored 2-line system(command)
      Signed-off-by: default avatarNigel Kukard <nkukard@lbsd.net>
      c46eaca9
  32. 10 Oct, 2013 1 commit