-
- Downloads
Create a Vue form for the runner UI details
This change defines a new form for runners in Vue UI which follows the design guidelines, this form will later replace the HAML form to update runner details.
Showing
- app/assets/javascripts/runner/components/cells/runner_actions_cell.vue 2 additions, 2 deletions...vascripts/runner/components/cells/runner_actions_cell.vue
- app/assets/javascripts/runner/components/runner_type_alert.vue 66 additions, 0 deletions...ssets/javascripts/runner/components/runner_type_alert.vue
- app/assets/javascripts/runner/components/runner_type_badge.vue 10 additions, 9 deletions...ssets/javascripts/runner/components/runner_type_badge.vue
- app/assets/javascripts/runner/components/runner_update_form.vue 227 additions, 0 deletions...sets/javascripts/runner/components/runner_update_form.vue
- app/assets/javascripts/runner/constants.js 5 additions, 0 deletionsapp/assets/javascripts/runner/constants.js
- app/assets/javascripts/runner/graphql/get_runner.query.graphql 3 additions, 2 deletions...ssets/javascripts/runner/graphql/get_runner.query.graphql
- app/assets/javascripts/runner/graphql/runner_details.fragment.graphql 12 additions, 0 deletions...avascripts/runner/graphql/runner_details.fragment.graphql
- app/assets/javascripts/runner/graphql/runner_update.mutation.graphql 2 additions, 2 deletions...javascripts/runner/graphql/runner_update.mutation.graphql
- app/assets/javascripts/runner/runner_details/runner_details_app.vue 15 additions, 5 deletions.../javascripts/runner/runner_details/runner_details_app.vue
- app/views/admin/runners/show.html.haml 3 additions, 5 deletionsapp/views/admin/runners/show.html.haml
- locale/gitlab.pot 6 additions, 0 deletionslocale/gitlab.pot
- spec/controllers/admin/runners_controller_spec.rb 4 additions, 0 deletionsspec/controllers/admin/runners_controller_spec.rb
- spec/frontend/fixtures/runner.rb 5 additions, 1 deletionspec/frontend/fixtures/runner.rb
- spec/frontend/runner/components/cells/runner_actions_cell_spec.js 2 additions, 2 deletions...ntend/runner/components/cells/runner_actions_cell_spec.js
- spec/frontend/runner/components/runner_type_alert_spec.js 61 additions, 0 deletionsspec/frontend/runner/components/runner_type_alert_spec.js
- spec/frontend/runner/components/runner_type_badge_spec.js 8 additions, 2 deletionsspec/frontend/runner/components/runner_type_badge_spec.js
- spec/frontend/runner/components/runner_update_form_spec.js 263 additions, 0 deletionsspec/frontend/runner/components/runner_update_form_spec.js
Please register or sign in to comment