gitlab-org--gitlab-foss/db
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
..
fixtures Fix Gitlab::Access.values to Gitlab::Access.sym_options at 06_teams on development db fixtures 2017-12-27 18:55:57 +09:00
migrate Backport authorized_keys branch 'find-key-by-fingerprint' 2018-01-08 20:34:16 +00:00
post_migrate Ignore the Migration/Datetime cop in a migration that fix a column type to datetime_with_timezone 2018-01-04 22:36:11 +01:00
schema.rb Backport 'Rebase' feature from EE to CE 2018-01-05 09:34:59 +01:00
seeds.rb