BigW Consortium Gitlab

  1. 14 Dec, 2017 1 commit
    • Import gitlab_projects.rb from gitlab-shell · 4b785df2
      Nick Thomas authored
      By importing this Ruby code into gitlab-rails (and gitaly-ruby), we avoid
      200ms of startup time for each gitlab_projects subprocess we are eliminating.
      
      By not having a gitlab_projects subprocess between gitlab-rails / sidekiq and
      any git subprocesses (e.g. for fork_project, fetch_remote, etc, calls), we can
      also manage these git processes more cleanly, and avoid sending SIGKILL to them
  2. 04 Dec, 2017 1 commit
  3. 21 Nov, 2017 1 commit
  4. 16 Nov, 2017 1 commit
  5. 05 Oct, 2017 2 commits
  6. 29 Sep, 2017 1 commit
  7. 30 Aug, 2017 1 commit
  8. 15 Aug, 2017 1 commit
  9. 07 Aug, 2017 1 commit
  10. 13 Jul, 2017 1 commit
  11. 03 Jul, 2017 1 commit
  12. 21 Jun, 2017 1 commit
  13. 27 Apr, 2017 1 commit
  14. 05 Apr, 2017 1 commit
    • Handle SSH keys that have multiple spaces between each marker · 54849afc
      Stan Hu authored
      Notice what happens when a user adds a key with a space in between:
      
      ```
      irb(main):004:0> 'ssh-rsa  foobar'.split(/ /)
      => ["ssh-rsa", "", "foobar"]
      ```
      
      This would cause gitlab-shell to receive a blank argument for the actual
      key, leading to users unable to login.
  15. 03 Apr, 2017 3 commits
  16. 01 Mar, 2017 1 commit
  17. 23 Feb, 2017 5 commits
  18. 16 Feb, 2017 1 commit
  19. 14 Feb, 2017 1 commit
  20. 27 Jan, 2017 1 commit
  21. 04 Nov, 2016 1 commit
  22. 13 Oct, 2016 1 commit
  23. 06 Oct, 2016 1 commit
  24. 16 Sep, 2016 1 commit
  25. 13 Sep, 2016 1 commit
  26. 26 Jul, 2016 1 commit
  27. 30 Jun, 2016 2 commits
  28. 03 Jun, 2016 2 commits
  29. 08 May, 2016 1 commit
    • Enable the Rubocop DeprecatedClassMethods cop · 9cc0937b
      Connor Shea authored
      This reports uses of `File.exists?` and `Dir.exists?`, which were both
      deprecated in Ruby and will eventually be removed in favor of
      `.exist?`. Also fixes all existing uses of the deprecated methods.
  30. 04 May, 2016 1 commit
  31. 15 Apr, 2016 1 commit