Skip to content
Snippets Groups Projects
  1. Jun 28, 2022
  2. May 11, 2022
  3. Mar 31, 2022
  4. Feb 07, 2022
    • Bogdan Denkovych's avatar
      Remove `Spec::Support::Helpers::KeyGeneratorHelper` class · 20f60014
      Bogdan Denkovych authored
      `Spec::Support::Helpers::KeyGeneratorHelper` was added in
      857d0391 to generate RSA public key
      in openssh format.
      At that time we didn't have a gem in Gemfile to do so.
      
      Later, we added `sshkey` gem that allows generating public keys.
      
      Also, we used to have `SSHKeygen` class to generate RSA public keys
      in openssh format for specs:
      
      In gitlab-org/gitlab!77424,
      gitlab-org/gitlab!78532
      we started using `ssh_data` gem instead of `net-ssh`, `sshkey`,
      `net-ssh`, `ed25519`, `bcrypt_pbkdf`, and `SSHKeygen`-class.
      
      We can remove `Spec::Support::Helpers::KeyGeneratorHelper`
      in favor of `ssh_data` gem too.
      Verified
      20f60014
  5. Feb 03, 2022
  6. Jun 15, 2020
  7. Jul 26, 2019
  8. Feb 16, 2018
  9. Feb 15, 2018
  10. Feb 12, 2018
  11. Feb 01, 2018
  12. Jan 17, 2018
  13. Jan 03, 2018
  14. Dec 14, 2017
  15. Sep 04, 2017
  16. Aug 30, 2017
  17. Jun 02, 2017
  18. Apr 05, 2017
  19. Feb 13, 2017
  20. Mar 04, 2016
Loading