-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'lfs-authenticate-support' into 'master'
Added LFS support to SSH Required changes to GitLab Shell include the actual handling of the `git-lfs-authenticate` command and the retrieval of the correct credentials. Needed for gitlab-org/gitlab-ce!6043 Related to gitlab-org/gitlab-ce#3589 > **Note:** gitlab-org/gitlab-ce!6043 needs to be merged before this one. cc @jacobvosmaer-gitlab @marin @DouweM See merge request !86
No related branches found
No related tags found
Pipeline #
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- lib/gitlab_lfs_authentication.rb 32 additions, 0 deletionslib/gitlab_lfs_authentication.rb
- lib/gitlab_net.rb 21 additions, 4 deletionslib/gitlab_net.rb
- lib/gitlab_shell.rb 14 additions, 1 deletionlib/gitlab_shell.rb
- spec/gitlab_lfs_authentication_spec.rb 37 additions, 0 deletionsspec/gitlab_lfs_authentication_spec.rb
- spec/gitlab_net_spec.rb 14 additions, 0 deletionsspec/gitlab_net_spec.rb
- spec/gitlab_shell_spec.rb 26 additions, 0 deletionsspec/gitlab_shell_spec.rb
- spec/vcr_cassettes/lfs-authenticate-ok.yml 46 additions, 0 deletionsspec/vcr_cassettes/lfs-authenticate-ok.yml
lib/gitlab_lfs_authentication.rb
0 → 100644
spec/gitlab_lfs_authentication_spec.rb
0 → 100644
spec/vcr_cassettes/lfs-authenticate-ok.yml
0 → 100644
Please register or sign in to comment