From 2a65a97e12a0754b9f0d91ee996a6e61e00c80c8 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 18 Dec 2019 00:08:09 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- .../components/graph/linked_pipeline.vue | 1 - app/helpers/clusters_helper.rb | 6 +- app/helpers/todos_helper.rb | 2 +- app/models/ci/build.rb | 8 ++ app/models/commit_status.rb | 6 ++ .../eread-harmonize-capitalization-in-ui.yml | 5 ++ ...rong-validate-import-export-references.yml | 5 ++ config/initializers/zz_metrics.rb | 2 + ...ross_projects_dependencies_to_ci_builds.rb | 19 +++++ db/schema.rb | 1 + doc/development/utilities.md | 11 ++- lib/api/entities.rb | 2 +- lib/gitlab/ci/config/entry/job.rb | 2 +- lib/gitlab/ci/config/entry/need.rb | 4 +- lib/gitlab/ci/config/entry/needs.rb | 2 + lib/gitlab/ci/yaml_processor.rb | 1 + lib/gitlab/import_export/attribute_cleaner.rb | 2 +- lib/gitlab/import_export/import_export.yml | 84 ++++++++++++++++++- lib/gitlab/utils/override.rb | 13 ++- locale/gitlab.pot | 6 +- package.json | 6 +- .../2_plan/issue/issue_suggestions_spec.rb | 10 +-- spec/features/admin/clusters/eks_spec.rb | 2 +- spec/features/groups/clusters/eks_spec.rb | 2 +- spec/features/projects/clusters/eks_spec.rb | 2 +- spec/features/projects/clusters/gcp_spec.rb | 2 +- spec/features/projects/clusters_spec.rb | 2 +- .../import_export/export_file_spec.rb | 2 - spec/helpers/clusters_helper_spec.rb | 8 +- .../attribute_configuration_spec.rb | 12 +-- .../import_export/model_configuration_spec.rb | 11 +-- .../references_configuration_spec.rb | 48 +++++++++++ .../import_export/safe_model_attributes.yml | 19 ----- spec/models/ci/build_spec.rb | 21 +++++ spec/models/commit_status_spec.rb | 66 +++++++++++++++ .../import_export/configuration_helper.rb | 41 ++++++++- yarn.lock | 24 +++--- 37 files changed, 363 insertions(+), 97 deletions(-) create mode 100644 changelogs/unreleased/eread-harmonize-capitalization-in-ui.yml create mode 100644 changelogs/unreleased/strong-validate-import-export-references.yml create mode 100644 db/migrate/20191205094702_add_index_for_cross_projects_dependencies_to_ci_builds.rb create mode 100644 spec/lib/gitlab/import_export/references_configuration_spec.rb diff --git a/app/assets/javascripts/pipelines/components/graph/linked_pipeline.vue b/app/assets/javascripts/pipelines/components/graph/linked_pipeline.vue index 4e7d77863b9..82335e71403 100644 --- a/app/assets/javascripts/pipelines/components/graph/linked_pipeline.vue +++ b/app/assets/javascripts/pipelines/components/graph/linked_pipeline.vue @@ -42,7 +42,6 @@ export default {