gitlab-ce/spec/requests
Ævar Arnfjörð Bjarmason e00a7faba0 Add support for SSH certificate authentication
Why and how to enable this is covered in the docs being changed
here. This requires gitlab-org/gitlab-shell@2e8b670 ("Add support for
SSH certificate authentication", 2018-06-14) which has been merged in
and tagged as 8.0.0, so GITLAB_SHELL_VERSION needs to be bumped.

Merging this closes gitlab-org/gitlab-ce#34572 see
gitlab-org/gitlab-shell!207 for the gitlab-shell MR.

Implementation notes:

 - The APIs being changed here are all internal, and their sole
   consumer is gitlab-shell.

 - Most of the changed code is a MR to gitlab-shell, see the
   gitlab-org/gitlab-shell!207 MR. That change covers why only some of
   the internal methods get a new "username" parameter, and why some
   others only get a "user_id".
2018-08-01 08:44:39 +02:00
..
api Add support for SSH certificate authentication 2018-08-01 08:44:39 +02:00
projects [Rails5] Rename `sort` methods to `sort_by_attribute` 2018-04-04 09:19:47 +00:00
git_http_spec.rb Disables Rack Attack by default 2018-07-25 09:43:44 +01:00
jwt_controller_spec.rb
lfs_http_spec.rb Resolve "Deploy Tokens failed to clone LFS repository" 2018-07-23 09:23:08 +00:00
lfs_locks_api_spec.rb Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
oauth_tokens_spec.rb Enabling Doorkeeper reuse_access_token option 2018-06-29 09:40:41 +00:00
openid_connect_spec.rb Don't hash user ID in OIDC subject claim 2018-06-28 15:31:47 +02:00
rack_attack_global_spec.rb Export assigned issues in iCalendar feed 2018-05-31 14:01:04 +00:00
request_profiler_spec.rb