gitlab-org--gitlab-foss/app/services/lfs
Luke Duncalfe dcf811ba14 CE backport for changes in EE MR 14017
This backports to CE changes to allow the EE model
DesignManagement::Repository to override the #attributes_at method to
provide its own git attributes.

The #attributes_at method was freely available, as it's never called by
anything in the app. It looks like the code that called it got
refactored out of existence in ca66a04f. It was still being called in a
spec
85b29c1c2f/spec/services/files/create_service_spec.rb (L40)
which I've left because with the change in Lfs::FileTransformer in fact
is now again the perfect test!

See EE MR
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14017

And these comment threads
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894#note_178002089
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894#note_178049984
2019-06-19 17:51:57 +00:00
..
file_transformer.rb CE backport for changes in EE MR 14017 2019-06-19 17:51:57 +00:00
lock_file_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
locks_finder_service.rb Fix several ActionController::Parameters deprecations 2019-01-11 21:19:01 +01:00
unlock_file_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00