Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Friend <nathan@gitlab.com>2019-03-20 18:39:27 +0300
committerNathan Friend <nathan@gitlab.com>2019-03-20 18:39:27 +0300
commita24cb6de02a57215db9f6c582f4244c8bd190211 (patch)
treecf63a5b96a8bb569656668c9d3ffbfbe691febb6 /app/assets/javascripts/pipelines/components/pipelines_table_row.vue
parentdd43abecf93035d36b649c75c05143cc08db1566 (diff)
Update pipeline list view
This commit updates the pipeline page and related components to include new pipeline information added by the post-merge pipeline feature.
Diffstat (limited to 'app/assets/javascripts/pipelines/components/pipelines_table_row.vue')
-rw-r--r--app/assets/javascripts/pipelines/components/pipelines_table_row.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/javascripts/pipelines/components/pipelines_table_row.vue b/app/assets/javascripts/pipelines/components/pipelines_table_row.vue
index f6454a84ea5..1c44427e720 100644
--- a/app/assets/javascripts/pipelines/components/pipelines_table_row.vue
+++ b/app/assets/javascripts/pipelines/components/pipelines_table_row.vue
@@ -272,10 +272,11 @@ export default {
:tag="commitTag"
:commit-ref="commitRef"
:commit-url="commitUrl"
+ :merge-request-ref="pipeline.merge_request"
:short-sha="commitShortSha"
:title="commitTitle"
:author="commitAuthor"
- :show-branch="!isChildView"
+ :show-ref-info="!isChildView"
/>
</div>
</div>