-
- Downloads
Allow to pause,resume,show,edit,destroy group runners (#10244)
Showing
- app/controllers/groups/runners_controller.rb 54 additions, 0 deletionsapp/controllers/groups/runners_controller.rb
- app/views/groups/runners/_form.html.haml 38 additions, 0 deletionsapp/views/groups/runners/_form.html.haml
- app/views/groups/runners/_runner.html.haml 11 additions, 2 deletionsapp/views/groups/runners/_runner.html.haml
- app/views/groups/runners/edit.html.haml 6 additions, 0 deletionsapp/views/groups/runners/edit.html.haml
- app/views/groups/runners/show.html.haml 51 additions, 0 deletionsapp/views/groups/runners/show.html.haml
- config/routes/group.rb 7 additions, 0 deletionsconfig/routes/group.rb
- spec/controllers/groups/runners_controller_spec.rb 74 additions, 0 deletionsspec/controllers/groups/runners_controller_spec.rb
- spec/features/runners_spec.rb 99 additions, 5 deletionsspec/features/runners_spec.rb
app/controllers/groups/runners_controller.rb
0 → 100644
app/views/groups/runners/_form.html.haml
0 → 100644
app/views/groups/runners/edit.html.haml
0 → 100644
app/views/groups/runners/show.html.haml
0 → 100644
Please register or sign in to comment