1. 15 12月, 2017 1 次提交
    • N
      Import gitlab_projects.rb from gitlab-shell · 4b785df2
      Nick Thomas 提交于
      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
      4b785df2
  2. 04 12月, 2017 1 次提交
  3. 07 10月, 2017 1 次提交
    • J
      Replaces `tag: true` into `:tag` in the specs · 0ce67858
      Jacopo 提交于
      Replaces all the explicit include metadata syntax in the specs (tag:
      true) into the implicit one (:tag).
      Added a cop to prevent future errors and handle autocorrection.
      0ce67858
  4. 05 10月, 2017 1 次提交
  5. 02 10月, 2017 1 次提交
  6. 30 9月, 2017 1 次提交
  7. 28 9月, 2017 1 次提交
  8. 31 8月, 2017 1 次提交
  9. 16 8月, 2017 1 次提交
  10. 08 8月, 2017 1 次提交
  11. 27 7月, 2017 2 次提交
  12. 04 7月, 2017 1 次提交
  13. 26 4月, 2017 1 次提交
  14. 05 4月, 2017 1 次提交
    • S
      Handle SSH keys that have multiple spaces between each marker · 54849afc
      Stan Hu 提交于
      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.
      54849afc
  15. 04 11月, 2016 1 次提交
  16. 07 10月, 2016 1 次提交
  17. 06 10月, 2016 1 次提交
  18. 16 9月, 2016 1 次提交
  19. 30 6月, 2016 2 次提交
  20. 09 12月, 2015 1 次提交
  21. 09 10月, 2015 1 次提交
  22. 22 6月, 2015 1 次提交
  23. 13 2月, 2015 1 次提交
  24. 15 4月, 2013 1 次提交
  25. 04 4月, 2013 1 次提交
  26. 12 2月, 2013 1 次提交
  27. 05 2月, 2013 2 次提交
  28. 28 1月, 2013 2 次提交
  29. 20 12月, 2012 1 次提交
  30. 07 9月, 2012 1 次提交