gitlab-org--gitlab-foss/spec/requests/api
Pablo Carranza ac86b2043d Backport authorized_keys branch 'find-key-by-fingerprint'
Add find key by base64 key or fingerprint to the internal API

See merge request !250

Squashed changes:
Add unique index to fingerprint
Add new index to schema
Add internal api to get ssh key by fingerprint
Change API endpoint to authorized_keys
Add InsecureKeyFingerprint that calculates the fingerprint without shelling out
Add require for gitlab key fingerprint
Remove uniqueness of fingerprint index
Remove unique option from migration
Fix spec style in fingerprint test
Fix rubocop complain
Extract insecure key fingerprint to separate file
Change migration to support building index concurrently
Remove those hideous tabs
2018-01-08 20:34:16 +00:00
..
v3 Merge branch 'osw-introduce-merge-request-statistics' into 'master' 2018-01-04 09:38:41 +00:00
access_requests_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
award_emoji_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
boards_spec.rb EE-BACKPORT group boards 2018-01-04 17:28:10 -02:00
branches_spec.rb Get Project Branch API shows an helpful error message on invalid refname 2017-10-18 09:45:27 +02:00
broadcast_messages_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
circuit_breakers_spec.rb Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
commit_statuses_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
commits_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
deploy_keys_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
deployments_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
doorkeeper_access_spec.rb Add sudo API scope 2017-11-02 11:39:03 +01:00
environments_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
events_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
features_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
files_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
group_milestones_spec.rb
group_variables_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
groups_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
helpers_spec.rb Moved Exceptions to Gitlab::Auth 2017-11-17 10:02:11 +01:00
internal_spec.rb Backport authorized_keys branch 'find-key-by-fingerprint' 2018-01-08 20:34:16 +00:00
issues_spec.rb API: get participants from merge_requests & issues 2018-01-05 15:21:53 +00:00
jobs_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
keys_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
labels_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
lint_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
members_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
merge_request_diffs_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
merge_requests_spec.rb API: get participants from merge_requests & issues 2018-01-05 15:21:53 +00:00
namespaces_spec.rb Introduce :read_namespace access policy for namespace and group 2017-11-23 17:44:05 +01:00
notes_spec.rb Cache merged and closed events data in merge_request_metrics table 2018-01-02 17:45:25 -02:00
notification_settings_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
oauth_tokens_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
pages_domains_spec.rb Expose project_id on /api/v4/pages/domains 2018-01-03 19:36:54 +01:00
pipeline_schedules_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
pipelines_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
project_hooks_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
project_milestones_spec.rb Cache merged and closed events data in merge_request_metrics table 2018-01-02 17:45:25 -02:00
project_snippets_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
projects_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
protected_branches_spec.rb CE backport of ProtectedBranches API changes 2017-12-07 11:58:50 +00:00
repositories_spec.rb Adds ordering to projects contributors in API 2017-12-13 18:02:20 +01:00
runner_spec.rb Remove update artifacts test (it should not be needed) 2017-12-03 12:05:24 +01:00
runners_spec.rb Refactorize jobs finding logic 2017-11-28 00:36:50 +01:00
services_spec.rb 41054-Disallow creation of new Kubernetes integrations 2018-01-04 09:33:51 +00:00
settings_spec.rb Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
sidekiq_metrics_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
snippets_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
system_hooks_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
tags_spec.rb sorting for tags api 2017-12-14 13:42:15 +00:00
templates_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
todos_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
triggers_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
users_spec.rb Skip confirmation user api 2017-11-21 15:47:58 +00:00
variables_spec.rb Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
version_spec.rb
wikis_spec.rb Fix API endpoints to edit wiki pages where project belongs to a group 2018-01-03 00:22:01 -05:00