gitlab-org--gitlab-foss/lib/gitlab/git
Sean McGivern 70af1e2e03 Fix 500 error when trying to resolve non-ASCII conflicts in editor
When we added caching, this meant that calling `can_be_resolved_in_ui?` didn't
always call `lines`, which meant that we didn't get the benefit of the
side-effect from that, where it forced the conflict data itself to UTF-8.

To fix that, make this explicit by separating the `raw_content` (any encoding)
from the `content` (which is either UTF-8, or an exception is raised).
2018-03-23 18:33:14 +00:00
..
conflict Fix 500 error when trying to resolve non-ASCII conflicts in editor 2018-03-23 18:33:14 +00:00
storage Route path lookups through legacy_disk_path 2018-03-21 18:18:32 +01:00
attributes_at_ref_parser.rb
attributes_parser.rb
blame.rb
blob.rb Fix n+1 issue by not reloading fully loaded blobs 2018-03-05 11:14:43 -03:00
blob_snippet.rb
branch.rb Add overview of branches and a filter for active/stale branches 2018-03-06 21:28:14 +09:00
commit.rb Move CommitService::CommitPatch to OPT_OUT 2018-03-07 14:52:56 +01:00
commit_stats.rb
compare.rb
diff.rb
diff_collection.rb
env.rb
gitlab_projects.rb Merge branch 'mark-legacy-git-access' into 'master' 2018-03-23 10:20:45 +00:00
gitmodules_parser.rb
hook.rb Only set cwd on the newly spawned process, instead of the current one 2018-02-06 12:19:48 -06:00
hooks_service.rb
index.rb
info_attributes.rb
lfs_changes.rb Incorporate Gitaly's RPCs for Gitlab::Git::LfsChanges 2018-03-02 17:12:08 -03:00
lfs_pointer_file.rb Extract constant for LfsPointerFile::VERSION_LINE 2018-03-16 13:35:03 +00:00
operation_service.rb
path_helper.rb
popen.rb
ref.rb
remote_mirror.rb
remote_repository.rb
repository.rb Merge branch 'mark-legacy-git-access' into 'master' 2018-03-23 10:20:45 +00:00
repository_mirroring.rb
rev_list.rb
storage.rb
tag.rb
tree.rb Migrate recursive tree entries fetching to Gitaly 2018-02-26 16:59:29 +01:00
user.rb
util.rb
wiki.rb Remove calls to clear_cache from Git::Wiki 2018-03-21 18:08:09 +01:00
wiki_file.rb
wiki_page.rb
wiki_page_version.rb