gitlab-ce/lib/api
Æ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
..
helpers Resolve "API endpoint that returns all members, including the inherited membership through ancestor group" 2018-07-25 21:45:42 +00:00
access_requests.rb
api.rb
api_guard.rb
applications.rb
avatar.rb
award_emoji.rb
badges.rb
boards.rb
boards_responses.rb
branches.rb
broadcast_messages.rb
circuit_breakers.rb
commit_statuses.rb
commits.rb Allow collaboration with forks through the API 2018-07-12 12:14:54 +02:00
custom_attributes_endpoints.rb
deploy_keys.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
deployments.rb
discussions.rb
entities.rb Add an option to have a private profile on GitLab 2018-07-24 12:46:19 +00:00
environments.rb Support manually stopping any environment from the UI 2018-07-10 08:11:04 +00:00
events.rb
features.rb
files.rb
group_boards.rb
group_milestones.rb
group_variables.rb
groups.rb Add min_access_level filter to groups API 2018-07-23 20:57:50 +02:00
helpers.rb Add min_access_level filter to projects API 2018-07-23 20:57:50 +02:00
internal.rb Add support for SSH certificate authentication 2018-08-01 08:44:39 +02:00
issues.rb
job_artifacts.rb
jobs.rb Ensure a job preloads the project's namespace to avoid N+1 2018-07-20 10:00:09 -07:00
keys.rb Add an option to have a private profile on GitLab 2018-07-24 12:46:19 +00:00
labels.rb
lint.rb
markdown.rb
members.rb Resolve "API endpoint that returns all members, including the inherited membership through ancestor group" 2018-07-25 21:45:42 +00:00
merge_request_diffs.rb
merge_requests.rb
milestone_responses.rb
namespaces.rb
notes.rb
notification_settings.rb
pages_domains.rb
pagination_params.rb
pipeline_schedules.rb
pipelines.rb
project_export.rb
project_hooks.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
project_import.rb
project_milestones.rb
project_snapshots.rb
project_snippets.rb
projects.rb Add min_access_level filter to projects API 2018-07-23 20:57:50 +02:00
projects_relation_builder.rb
protected_branches.rb
repositories.rb
runner.rb Merge branch 'security-event-counters-private-data' into 'master' 2018-07-24 20:25:25 +00:00
runners.rb Add missing maximum_timeout parameter 2018-07-11 09:13:28 +00:00
scope.rb
search.rb
services.rb Add dummy Google Hangouts Chat integration 2018-07-14 20:45:04 +09:00
settings.rb Revert "Merge branch '41416-making-instance-wide-data-tools-more-accessible' into 'master'" 2018-07-27 13:12:35 +00:00
sidekiq_metrics.rb
snippets.rb
subscriptions.rb
system_hooks.rb
tags.rb
templates.rb
time_tracking_endpoints.rb
todos.rb
triggers.rb
users.rb Add an option to have a private profile on GitLab 2018-07-24 12:46:19 +00:00
variables.rb
version.rb
wikis.rb