-
- Downloads
Merge branch 'git-archive-refactor' into 'master'
Refactor 'git archive' hand-off to gitlab-workhorse We have a nicer way now to hand off HTTP responses to gitlab-workhorse. Companion MR: https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/36 See merge request !2675
No related branches found
No related tags found
Showing
- GITLAB_WORKHORSE_VERSION 1 addition, 1 deletionGITLAB_WORKHORSE_VERSION
- app/controllers/projects/repositories_controller.rb 3 additions, 1 deletionapp/controllers/projects/repositories_controller.rb
- app/services/archive_repository_service.rb 0 additions, 23 deletionsapp/services/archive_repository_service.rb
- doc/install/installation.md 1 addition, 1 deletiondoc/install/installation.md
- lib/api/repositories.rb 2 additions, 5 deletionslib/api/repositories.rb
- lib/gitlab/workhorse.rb 23 additions, 4 deletionslib/gitlab/workhorse.rb
- spec/controllers/projects/repositories_controller_spec.rb 3 additions, 8 deletionsspec/controllers/projects/repositories_controller_spec.rb
- spec/lib/gitlab/workhorse_spec.rb 18 additions, 0 deletionsspec/lib/gitlab/workhorse_spec.rb
- spec/requests/api/repositories_spec.rb 10 additions, 3 deletionsspec/requests/api/repositories_spec.rb
- spec/support/workhorse_helpers.rb 16 additions, 0 deletionsspec/support/workhorse_helpers.rb
spec/support/workhorse_helpers.rb
0 → 100644
Please register or sign in to comment