Commit ac85f772 authored by Dylan Griffith's avatar Dylan Griffith

Merge branch 'remove_commit_package' into 'master'

Remove commit message from package details page

See merge request gitlab-org/gitlab!56716
parents 0bee2780 9d860de5
...@@ -64,7 +64,6 @@ module Packages ...@@ -64,7 +64,6 @@ module Packages
id: pipeline_info.id, id: pipeline_info.id,
sha: pipeline_info.sha, sha: pipeline_info.sha,
ref: pipeline_info.ref, ref: pipeline_info.ref,
git_commit_message: pipeline_info.git_commit_message,
user: build_user_info(pipeline_info.user), user: build_user_info(pipeline_info.user),
project: { project: {
name: pipeline_info.project.name, name: pipeline_info.project.name,
......
---
title: Remove the commit message from the package details UI
merge_request: 56716
author:
type: changed
...@@ -31,7 +31,6 @@ RSpec.describe ::Packages::Detail::PackagePresenter do ...@@ -31,7 +31,6 @@ RSpec.describe ::Packages::Detail::PackagePresenter do
id: pipeline.id, id: pipeline.id,
sha: pipeline.sha, sha: pipeline.sha,
ref: pipeline.ref, ref: pipeline.ref,
git_commit_message: pipeline.git_commit_message,
user: user_info, user: user_info,
project: { project: {
name: pipeline.project.name, name: pipeline.project.name,
......
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