gitlab-ce/lib/gitlab/git
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
..
conflict Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
patches Apply patches when creating MR via email 2018-11-07 16:27:55 +01:00
rugged_impl API: Fix recursive flag not working with Rugged get_tree_entries flag 2019-05-20 12:19:15 -07:00
attributes_at_ref_parser.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
attributes_parser.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
blame.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
blob.rb Bring back Rugged implementation of TreeEntry 2019-03-07 04:33:57 -08:00
branch.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
bundle_file.rb Validate bundle files before unpacking them 2019-01-10 21:33:36 +00:00
commit.rb Merge branch '58805-allow-incomplete-commit-data-to-be-fetched-from-collection' into 'master' 2019-03-26 09:22:14 +00:00
commit_stats.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
compare.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
diff.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
diff_collection.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
diff_stats_collection.rb Calculate modified paths of a git push operation 2018-09-28 15:13:04 +02:00
gitmodules_parser.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
hook_env.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
index.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
lfs_changes.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
lfs_pointer_file.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
merge_base.rb
object_pool.rb Add client methods for FetchIntoObjectPool RPC 2019-04-30 08:28:56 -07:00
operation_service.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
path_helper.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
pre_receive_error.rb Run rubocop -a on CE files 2019-05-05 03:24:28 -07:00
push.rb Fix CE to EE merge (backport) 2018-10-05 17:39:42 +02:00
raw_diff_change.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
ref.rb Bring back Rugged implementation of find_commit 2019-03-01 08:45:51 -08:00
remote_mirror.rb SSH public-key authentication for push mirroring 2018-11-19 11:46:39 +00:00
remote_repository.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
repository.rb CE backport for changes in EE MR 14017 2019-06-19 17:51:57 +00:00
repository_cleaner.rb Remove cleaned up OIDs from database and cache 2019-05-06 11:35:03 +01:00
repository_mirroring.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
tag.rb Batch load only data from same repository when lazy object is accessed 2018-11-26 11:15:18 +01:00
tree.rb Bring back Rugged implementation of GetTreeEntries 2019-03-07 04:29:51 -08:00
user.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
util.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
version.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
wiki.rb Added list_pages method to avoid loading all wiki pages content 2019-04-25 04:19:07 +00:00
wiki_file.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
wiki_page.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
wiki_page_version.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
wraps_gitaly_errors.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00