Skip to content
Snippets Groups Projects
Commit a3696bfc authored by Miguel Rincon's avatar Miguel Rincon
Browse files

Use correct runner categorization

This change updates the team attribution of the runner controllers,
runner controllers are managed by the Runner Group.
parent 60e04ca7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -8,7 +8,7 @@ class Admin::RunnersController < Admin::ApplicationController
push_frontend_feature_flag(:runner_list_view_vue_ui, current_user, default_enabled: :yaml)
end
 
feature_category :continuous_integration
feature_category :runner
 
NUMBER_OF_RUNNERS_PER_PAGE = 30
 
Loading
Loading
Loading
Loading
@@ -7,7 +7,7 @@ class Groups::RunnersController < Groups::ApplicationController
 
before_action :runner, only: [:edit, :update, :destroy, :pause, :resume, :show]
 
feature_category :continuous_integration
feature_category :runner
 
def show
end
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@ class Projects::RunnersController < Projects::ApplicationController
 
layout 'project_settings'
 
feature_category :continuous_integration
feature_category :runner
 
def index
redirect_to project_settings_ci_cd_path(@project, anchor: 'js-runners-settings')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment