-
- Downloads
Add group runners page
This change add a new page to manage group runners behind the feature flag runner_list_group_view_vue_ui. The new page is added to the sidebar menu as CI/CD -> Runners.
Showing
- app/assets/javascripts/pages/groups/runners/index.js 3 additions, 0 deletionsapp/assets/javascripts/pages/groups/runners/index.js
- app/assets/javascripts/runner/group_runners/group_runners_app.vue 19 additions, 0 deletions...ts/javascripts/runner/group_runners/group_runners_app.vue
- app/assets/javascripts/runner/group_runners/index.js 17 additions, 0 deletionsapp/assets/javascripts/runner/group_runners/index.js
- app/controllers/groups/runners_controller.rb 10 additions, 3 deletionsapp/controllers/groups/runners_controller.rb
- app/helpers/groups_helper.rb 6 additions, 0 deletionsapp/helpers/groups_helper.rb
- app/views/groups/runners/index.html.haml 6 additions, 0 deletionsapp/views/groups/runners/index.html.haml
- app/views/layouts/nav/sidebar/_group_menus.html.haml 18 additions, 1 deletionapp/views/layouts/nav/sidebar/_group_menus.html.haml
- config/feature_flags/development/runner_list_group_view_vue_ui.yml 8 additions, 0 deletions...ature_flags/development/runner_list_group_view_vue_ui.yml
- ee/spec/features/groups/navbar_spec.rb 3 additions, 0 deletionsee/spec/features/groups/navbar_spec.rb
- locale/gitlab.pot 6 additions, 0 deletionslocale/gitlab.pot
- spec/controllers/groups/runners_controller_spec.rb 27 additions, 0 deletionsspec/controllers/groups/runners_controller_spec.rb
- spec/features/groups/settings/user_searches_in_settings_spec.rb 1 addition, 1 deletion...eatures/groups/settings/user_searches_in_settings_spec.rb
- spec/frontend/runner/group_runners/group_runners_app_spec.js 21 additions, 0 deletionsspec/frontend/runner/group_runners/group_runners_app_spec.js
- spec/helpers/groups_helper_spec.rb 18 additions, 3 deletionsspec/helpers/groups_helper_spec.rb
- spec/support/shared_contexts/navbar_structure_context.rb 9 additions, 0 deletionsspec/support/shared_contexts/navbar_structure_context.rb
app/views/groups/runners/index.html.haml
0 → 100644
Please register or sign in to comment