From a7b3560714b4d9cc4ab32dffcd1f74a284b93580 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 18 Feb 2022 09:45:46 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-8-stable-ee --- .../components/graph/job_group_dropdown.vue | 11 +- .../pipelines/components/graph/job_item.vue | 30 +++- .../pipelines/components/graph/linked_pipeline.vue | 98 ++++++------ .../pipelines/components/header_component.vue | 22 ++- .../pipelines/components/jobs/jobs_app.vue | 5 +- .../components/jobs_shared/action_component.vue | 14 +- .../deprecated_type_keyword_notification.vue | 102 +++++++++++++ .../pipelines_list/pipeline_operations.vue | 18 +-- .../pipelines_list/pipeline_triggerer.vue | 2 +- .../components/pipelines_list/pipeline_url.vue | 167 ++++++++++++++++++++- .../pipelines_list/pipelines_manual_actions.vue | 10 +- .../pipelines_list/pipelines_status_badge.vue | 9 ++ .../components/pipelines_list/pipelines_table.vue | 25 ++- .../components/pipelines_list/time_ago.vue | 6 +- app/assets/javascripts/pipelines/constants.js | 9 ++ .../pipelines/graphql/fragmentTypes.json | 1 - .../queries/get_pipeline_warnings.query.graphql | 12 ++ .../pipelines/mixins/pipelines_mixin.js | 18 ++- .../pipelines/pipeline_details_bundle.js | 10 ++ .../pipelines/pipeline_details_notification.js | 31 ++++ .../pipelines/pipeline_shared_client.js | 9 -- 21 files changed, 508 insertions(+), 101 deletions(-) create mode 100644 app/assets/javascripts/pipelines/components/notification/deprecated_type_keyword_notification.vue delete mode 100644 app/assets/javascripts/pipelines/graphql/fragmentTypes.json create mode 100644 app/assets/javascripts/pipelines/graphql/queries/get_pipeline_warnings.query.graphql create mode 100644 app/assets/javascripts/pipelines/pipeline_details_notification.js (limited to 'app/assets/javascripts/pipelines') diff --git a/app/assets/javascripts/pipelines/components/graph/job_group_dropdown.vue b/app/assets/javascripts/pipelines/components/graph/job_group_dropdown.vue index 12c3f9a7f40..795ba91a164 100644 --- a/app/assets/javascripts/pipelines/components/graph/job_group_dropdown.vue +++ b/app/assets/javascripts/pipelines/components/graph/job_group_dropdown.vue @@ -59,7 +59,11 @@ export default {