Commit 52df6f78 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch '43557-osw-present-merge-sha-commit-ee' into 'master'

Port "Display merge commit SHA in merge widget after merge"

See merge request gitlab-org/gitlab-ee!5587
parents 546a3b0e 1cf6e217
......@@ -18,6 +18,7 @@ export default {
human_total_time_spent: null,
in_progress_merge_commit_sha: null,
merge_commit_sha: '53027d060246c8f47e4a9310fb332aa52f221775',
short_merge_commit_sha: '53027d06',
merge_error: null,
merge_params: {
force_remove_source_branch: null,
......@@ -223,6 +224,7 @@ export default {
base_path: 'blob_path',
head_path: 'blob_path',
},
merge_commit_path: 'http://localhost:3000/root/acets-app/commit/53027d060246c8f47e4a9310fb332aa52f221775',
};
// Codeclimate
export const headIssues = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment