-
- Downloads
Add controller and views for manage organization's Runners on group level
Showing
- app/assets/javascripts/filtered_search/filtered_search_manager.js 7 additions, 1 deletion...ts/javascripts/filtered_search/filtered_search_manager.js
- app/assets/javascripts/pages/constants.js 1 addition, 0 deletionsapp/assets/javascripts/pages/constants.js
- app/assets/javascripts/pages/groups/settings/ci_cd/show/index.js 9 additions, 0 deletions...ets/javascripts/pages/groups/settings/ci_cd/show/index.js
- app/assets/javascripts/pages/search/init_filtered_search.js 2 additions, 0 deletionsapp/assets/javascripts/pages/search/init_filtered_search.js
- app/controllers/groups/runners_controller.rb 9 additions, 3 deletionsapp/controllers/groups/runners_controller.rb
- app/controllers/groups/settings/ci_cd_controller.rb 8 additions, 0 deletionsapp/controllers/groups/settings/ci_cd_controller.rb
- app/models/ci/runner.rb 4 additions, 0 deletionsapp/models/ci/runner.rb
- app/views/groups/runners/_group_runners.html.haml 0 additions, 10 deletionsapp/views/groups/runners/_group_runners.html.haml
- app/views/groups/runners/_index.html.haml 94 additions, 0 deletionsapp/views/groups/runners/_index.html.haml
- app/views/groups/runners/_runner.html.haml 81 additions, 22 deletionsapp/views/groups/runners/_runner.html.haml
- locale/gitlab.pot 18 additions, 0 deletionslocale/gitlab.pot
- spec/controllers/groups/runners_controller_spec.rb 127 additions, 0 deletionsspec/controllers/groups/runners_controller_spec.rb
- spec/controllers/groups/settings/ci_cd_controller_spec.rb 12 additions, 3 deletionsspec/controllers/groups/settings/ci_cd_controller_spec.rb
- spec/features/runners_spec.rb 106 additions, 14 deletionsspec/features/runners_spec.rb
- spec/models/ci/runner_spec.rb 40 additions, 0 deletionsspec/models/ci/runner_spec.rb
Please register or sign in to comment