-
- Downloads
Integrate Gitlab::Keys with Gitlab::Shell
In this commit, some methods that aren't being used are removed from `Gitlab::Shell`. They are the ff: - `#remove_keys_not_found_in_db` - `#batch_read_key_ids` - `#list_key_ids` The corresponding methods in `Gitlab::Keys` have been removed as well.
Showing
- changelogs/unreleased/56089-merge-gitlab-keys.yml 5 additions, 0 deletionschangelogs/unreleased/56089-merge-gitlab-keys.yml
- config/gitlab.yml.example 2 additions, 0 deletionsconfig/gitlab.yml.example
- config/initializers/1_settings.rb 1 addition, 0 deletionsconfig/initializers/1_settings.rb
- lib/gitlab/authorized_keys.rb 145 additions, 0 deletionslib/gitlab/authorized_keys.rb
- lib/gitlab/shell.rb 76 additions, 57 deletionslib/gitlab/shell.rb
- lib/tasks/gitlab/shell.rake 4 additions, 11 deletionslib/tasks/gitlab/shell.rake
- spec/lib/gitlab/authorized_keys_spec.rb 98 additions, 0 deletionsspec/lib/gitlab/authorized_keys_spec.rb
- spec/lib/gitlab/shell_spec.rb 389 additions, 195 deletionsspec/lib/gitlab/shell_spec.rb
- spec/support/helpers/stub_configuration.rb 4 additions, 0 deletionsspec/support/helpers/stub_configuration.rb
lib/gitlab/authorized_keys.rb
0 → 100644
spec/lib/gitlab/authorized_keys_spec.rb
0 → 100644
This diff is collapsed.
Please register or sign in to comment