From d703818fb0170779c1ee3aa93a529e3e69193e8f Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 24 Dec 2020 03:10:17 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- .../components/ui/editor_tab.vue | 68 ++++++++++++++ .../pipeline_editor/pipeline_editor_app.vue | 31 +++---- .../blob/viewers/_gitlab_ci_yml.html.haml | 6 +- .../viewers/_gitlab_ci_yml_loading.html.haml | 4 +- locale/gitlab.pot | 9 ++ .../components/ui/editor_tab_spec.js | 91 +++++++++++++++++++ .../pipeline_editor_app_spec.js | 44 ++++----- 7 files changed, 207 insertions(+), 46 deletions(-) create mode 100644 app/assets/javascripts/pipeline_editor/components/ui/editor_tab.vue create mode 100644 spec/frontend/pipeline_editor/components/ui/editor_tab_spec.js diff --git a/app/assets/javascripts/pipeline_editor/components/ui/editor_tab.vue b/app/assets/javascripts/pipeline_editor/components/ui/editor_tab.vue new file mode 100644 index 00000000000..b0acd3ca2ee --- /dev/null +++ b/app/assets/javascripts/pipeline_editor/components/ui/editor_tab.vue @@ -0,0 +1,68 @@ + + diff --git a/app/assets/javascripts/pipeline_editor/pipeline_editor_app.vue b/app/assets/javascripts/pipeline_editor/pipeline_editor_app.vue index a533721a057..b1ca7dcf89d 100644 --- a/app/assets/javascripts/pipeline_editor/pipeline_editor_app.vue +++ b/app/assets/javascripts/pipeline_editor/pipeline_editor_app.vue @@ -1,5 +1,5 @@