diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 300706a4d8e..ac8afd5c00c 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -231,7 +231,6 @@ Naming/HeredocDelimiterNaming: Naming/MethodParameterName: Exclude: - 'lib/gitlab/diff/inline_diff.rb' - - 'spec/support/helpers/key_generator_helper.rb' # Offense count: 218 # Cop supports --auto-correct. diff --git a/app/assets/javascripts/projects/new/constants.js b/app/assets/javascripts/projects/new/constants.js index e99600af3d5..c5e6722981b 100644 --- a/app/assets/javascripts/projects/new/constants.js +++ b/app/assets/javascripts/projects/new/constants.js @@ -12,7 +12,7 @@ export const DEPLOYMENT_TARGET_SELECTIONS = [ s__('DeploymentTarget|Serverless backend (Lambda, Cloud functions)'), s__('DeploymentTarget|GitLab Pages'), s__('DeploymentTarget|Other hosting service'), - s__('DeploymentTarget|None'), + s__('DeploymentTarget|No deployment planned'), ]; export const NEW_PROJECT_FORM = 'new_project'; diff --git a/app/assets/javascripts/runner/components/runner_assigned_item.vue b/app/assets/javascripts/runner/components/runner_assigned_item.vue new file mode 100644 index 00000000000..38105ff3198 --- /dev/null +++ b/app/assets/javascripts/runner/components/runner_assigned_item.vue @@ -0,0 +1,41 @@ + + + diff --git a/app/assets/javascripts/runner/components/runner_detail_groups.vue b/app/assets/javascripts/runner/components/runner_detail_groups.vue index 9a62615674c..c3b35bd52a9 100644 --- a/app/assets/javascripts/runner/components/runner_detail_groups.vue +++ b/app/assets/javascripts/runner/components/runner_detail_groups.vue @@ -1,10 +1,9 @@