gitlab-org--gitlab-foss/spec
Stan Hu 54849afc6c Handle SSH keys that have multiple spaces between each marker
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.
2017-04-04 23:12:08 -07:00
..
bin
config Fix redis spec 2017-03-15 18:36:20 -06:00
controllers Don't use FFaker in factories, use sequences instead 2017-04-03 18:54:48 +02:00
db/production
factories Merge branch '29643-stop-using-ffaker-in-factories' into 'master' 2017-04-04 01:22:39 +00:00
features Merge branch 'backport-transient-failure-1567' into 'master' 2017-04-04 22:30:55 +00:00
finders Fix a transient failure caused by FFaker 2017-04-03 09:28:18 +02:00
fixtures Change Done column to Closed in issue boards 2017-03-24 23:40:35 +11:00
helpers Merge branch '25556-prevent-users-from-disconnecting-gitlab-account-from-cas' into 'master' 2017-03-31 19:59:54 +00:00
initializers Enable Style/Proc cop for rubocop 2017-04-02 12:48:43 +03:00
javascripts Merge branch '28732-expandable-folders' into 'master' 2017-04-04 18:41:01 +00:00
lib Handle SSH keys that have multiple spaces between each marker 2017-04-04 23:12:08 -07:00
mailers Don't use FFaker in factories, use sequences instead 2017-04-03 18:54:48 +02:00
migrations Use Project `:repository` trait where necessary in migration specs 2017-03-27 18:45:36 -04:00
models Don't autofill kubernetes namespace 2017-04-04 12:47:51 +02:00
policies Use `:empty_project` where possible in policy specs 2017-03-27 18:45:36 -04:00
presenters Added test case for the avaiable project keys 2017-03-06 14:42:04 -06:00
requests Merge branch 'bug/api_milestone_merge_requests_scope' into 'master' 2017-04-04 16:45:31 +00:00
routing Add routing specs for environment folders 2017-03-27 11:45:52 +02:00
rubocop/cop Add cop to ensure reversibility of add_concurrent_index 2017-03-07 10:09:01 -06:00
serializers Add metrics button to Environment Overview page 2017-03-31 09:20:11 +00:00
services Inlude the password_automatically_check param as permitted config in the user create_service 2017-04-04 10:18:56 -07:00
support Refactor test_utils bundle 2017-04-04 17:47:12 +00:00
tasks Merge branch 'rs-empty-project-misc' into 'master' 2017-03-30 12:06:23 +00:00
uploaders Handle relative and absolute Upload paths in the Uploaders 2017-03-06 14:41:10 -05:00
views Use Project `:repository` trait where necessary in view specs 2017-03-27 18:45:37 -04:00
workers Merge branch '29492-useless-queries' into 'master' 2017-04-04 13:33:42 +00:00
factories_spec.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb Futher rename the CI variables 2017-03-16 08:49:01 +01:00
spec_helper.rb When on CI, enable RSpec profiling for `master` only 2017-03-24 19:58:03 +01:00