-
- Downloads
Merge branch '22253-move-lfshelper-methods-somewhere-else-than-app-helpers' into 'master'
This moves methods from `LfsHelper` to a new `LfsRequest` concern and introduces a new `WorkhorseRequest` concern. Closes #22253 See merge request !7623
No related branches found
No related tags found
Showing
- app/controllers/concerns/lfs_request.rb 50 additions, 26 deletionsapp/controllers/concerns/lfs_request.rb
- app/controllers/concerns/workhorse_request.rb 13 additions, 0 deletionsapp/controllers/concerns/workhorse_request.rb
- app/controllers/projects/git_http_client_controller.rb 8 additions, 8 deletionsapp/controllers/projects/git_http_client_controller.rb
- app/controllers/projects/git_http_controller.rb 7 additions, 5 deletionsapp/controllers/projects/git_http_controller.rb
- app/controllers/projects/lfs_api_controller.rb 10 additions, 11 deletionsapp/controllers/projects/lfs_api_controller.rb
- app/controllers/projects/lfs_storage_controller.rb 3 additions, 4 deletionsapp/controllers/projects/lfs_storage_controller.rb
Please register or sign in to comment