-
- Downloads
Fetch runner type in runner details using graphql
This change adds an simple GraphQL query to the runner details page to load the runner type asynchronously.
Showing
- app/assets/javascripts/runner/components/runner_type_badge.vue 45 additions, 0 deletions...ssets/javascripts/runner/components/runner_type_badge.vue
- app/assets/javascripts/runner/constants.js 11 additions, 0 deletionsapp/assets/javascripts/runner/constants.js
- app/assets/javascripts/runner/graphql/get_runner.query.graphql 6 additions, 0 deletions...ssets/javascripts/runner/graphql/get_runner.query.graphql
- app/assets/javascripts/runner/runner_details/constants.js 0 additions, 3 deletionsapp/assets/javascripts/runner/runner_details/constants.js
- app/assets/javascripts/runner/runner_details/index.js 15 additions, 1 deletionapp/assets/javascripts/runner/runner_details/index.js
- app/assets/javascripts/runner/runner_details/runner_details_app.vue 26 additions, 3 deletions.../javascripts/runner/runner_details/runner_details_app.vue
- app/views/admin/runners/show.html.haml 1 addition, 1 deletionapp/views/admin/runners/show.html.haml
- spec/frontend/runner/components/runner_type_badge_spec.js 40 additions, 0 deletionsspec/frontend/runner/components/runner_type_badge_spec.js
- spec/frontend/runner/runner_detail/runner_detail_app_spec.js 0 additions, 29 deletionsspec/frontend/runner/runner_detail/runner_detail_app_spec.js
- spec/frontend/runner/runner_detail/runner_details_app_spec.js 71 additions, 0 deletions.../frontend/runner/runner_detail/runner_details_app_spec.js
app/assets/javascripts/runner/constants.js
0 → 100644
Please register or sign in to comment