-
- Downloads
Refactored LFS auth logic when using SSH to use its own API endpoint...
Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_authenticate` and added tests.
Showing
- lib/api/internal.rb 18 additions, 12 deletionslib/api/internal.rb
- lib/gitlab/auth.rb 2 additions, 2 deletionslib/gitlab/auth.rb
- lib/gitlab/lfs_token.rb 5 additions, 3 deletionslib/gitlab/lfs_token.rb
- spec/lib/gitlab/auth_spec.rb 2 additions, 2 deletionsspec/lib/gitlab/auth_spec.rb
- spec/lib/gitlab/lfs_token_spec.rb 3 additions, 3 deletionsspec/lib/gitlab/lfs_token_spec.rb
- spec/requests/api/internal_spec.rb 31 additions, 9 deletionsspec/requests/api/internal_spec.rb
- spec/requests/lfs_http_spec.rb 1 addition, 1 deletionspec/requests/lfs_http_spec.rb
Please register or sign in to comment