Commit de613851 authored by Eric Eastwood's avatar Eric Eastwood

Resolve conflicts with EE-specific markers

parent aa5dd750
...@@ -43,11 +43,8 @@ ...@@ -43,11 +43,8 @@
%span.toggle-icon %span.toggle-icon
= sprite_icon('status_success_borderless', size: 16, css_class: 'toggle-icon-svg toggle-status-checked') = sprite_icon('status_success_borderless', size: 16, css_class: 'toggle-icon-svg toggle-status-checked')
= sprite_icon('status_failed_borderless', size: 16, css_class: 'toggle-icon-svg toggle-status-unchecked') = sprite_icon('status_failed_borderless', size: 16, css_class: 'toggle-icon-svg toggle-status-unchecked')
<<<<<<< HEAD
-# EE-specific start -# EE-specific start
= render 'ci/variables/environment_scope', form_field: form_field, variable: variable = render 'ci/variables/environment_scope', form_field: form_field, variable: variable
-# EE-specific end -# EE-specific end
=======
>>>>>>> upstream/master
%button.js-row-remove-button.ci-variable-row-remove-button{ type: 'button', 'aria-label': s_('CiVariables|Remove variable row') } %button.js-row-remove-button.ci-variable-row-remove-button{ type: 'button', 'aria-label': s_('CiVariables|Remove variable row') }
= icon('minus-circle') = icon('minus-circle')
...@@ -22,13 +22,10 @@ ...@@ -22,13 +22,10 @@
= text_field_tag :personal_access_token, '', class: 'form-control', placeholder: _('Personal Access Token'), size: 40 = text_field_tag :personal_access_token, '', class: 'form-control', placeholder: _('Personal Access Token'), size: 40
= submit_tag _('List your GitHub repositories'), class: 'btn btn-success' = submit_tag _('List your GitHub repositories'), class: 'btn btn-success'
<<<<<<< HEAD
-# EE-specific start -# EE-specific start
= hidden_field_tag :ci_cd_only, params[:ci_cd_only] = hidden_field_tag :ci_cd_only, params[:ci_cd_only]
-# EE-specific end -# EE-specific end
=======
>>>>>>> upstream/master
- unless github_import_configured? - unless github_import_configured?
%hr %hr
%p %p
......
...@@ -18,14 +18,11 @@ ...@@ -18,14 +18,11 @@
= _('A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}.').html_safe % { among_other_things_link: among_other_things_link } = _('A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}.').html_safe % { among_other_things_link: among_other_things_link }
%p %p
= _('All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings.') = _('All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings.')
<<<<<<< HEAD
-# EE-specific start -# EE-specific start
- if ci_cd_projects_available? - if ci_cd_projects_available?
%p %p
= _('To only use CI/CD features for an external repository, choose <strong>CI/CD for external repo</strong>.').html_safe = _('To only use CI/CD features for an external repository, choose <strong>CI/CD for external repo</strong>.').html_safe
-# EE-specific end -# EE-specific end
=======
>>>>>>> upstream/master
.md .md
= brand_new_project_guidelines = brand_new_project_guidelines
%p %p
...@@ -49,12 +46,9 @@ ...@@ -49,12 +46,9 @@
%a{ href: '#import-project-pane', id: 'import-project-tab', data: { toggle: 'tab' }, role: 'tab' } %a{ href: '#import-project-pane', id: 'import-project-tab', data: { toggle: 'tab' }, role: 'tab' }
%span.hidden-xs Import project %span.hidden-xs Import project
%span.visible-xs Import %span.visible-xs Import
<<<<<<< HEAD
-# EE-specific start -# EE-specific start
= render 'new_ci_cd_only_project_tab', active_tab: active_tab = render 'new_ci_cd_only_project_tab', active_tab: active_tab
-# EE-specific end -# EE-specific end
=======
>>>>>>> upstream/master
.tab-content.gitlab-tab-content .tab-content.gitlab-tab-content
.tab-pane{ id: 'blank-project-pane', class: active_when(active_tab == 'blank'), role: 'tabpanel' } .tab-pane{ id: 'blank-project-pane', class: active_when(active_tab == 'blank'), role: 'tabpanel' }
...@@ -120,14 +114,10 @@ ...@@ -120,14 +114,10 @@
= render "shared/import_form", f: f = render "shared/import_form", f: f
= render 'new_project_fields', f: f, project_name_id: "import-url-name" = render 'new_project_fields', f: f, project_name_id: "import-url-name"
<<<<<<< HEAD
-# EE-specific start -# EE-specific start
= render 'new_ci_cd_only_project_pane', active_tab: active_tab = render 'new_ci_cd_only_project_pane', active_tab: active_tab
-# EE-specific end -# EE-specific end
=======
>>>>>>> upstream/master
.save-project-loader.hide .save-project-loader.hide
.center .center
%h2 %h2
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
= import_will_timeout_message(ci_cd_only) = import_will_timeout_message(ci_cd_only)
%li %li
= import_svn_message(ci_cd_only) = import_svn_message(ci_cd_only)
<<<<<<< HEAD
%li %li
The Git LFS objects will be ignored. The Git LFS objects will be ignored.
- unless ci_cd_only - unless ci_cd_only
...@@ -28,5 +27,3 @@ ...@@ -28,5 +27,3 @@
-# EE-specific start -# EE-specific start
= render 'shared/ee/import_form', f: f unless ci_cd_only = render 'shared/ee/import_form', f: f unless ci_cd_only
-# EE-specific end -# EE-specific end
=======
>>>>>>> upstream/master
...@@ -17,12 +17,9 @@ describe 'Projects (JavaScript fixtures)', type: :controller do ...@@ -17,12 +17,9 @@ describe 'Projects (JavaScript fixtures)', type: :controller do
end end
before do before do
<<<<<<< HEAD
# EE-specific start # EE-specific start
stub_licensed_features(variable_environment_scope: true) stub_licensed_features(variable_environment_scope: true)
# EE specific end # EE specific end
=======
>>>>>>> upstream/master
project.add_master(admin) project.add_master(admin)
sign_in(admin) sign_in(admin)
end end
......
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