-
- Downloads
Update error handling and display in runners UI
This change update error reporting to Sentry in the runner UI and adds more specific flash messages to the user.
Showing
- app/assets/javascripts/runner/components/cells/runner_actions_cell.vue 14 additions, 7 deletions...vascripts/runner/components/cells/runner_actions_cell.vue
- app/assets/javascripts/runner/components/runner_registration_token_reset.vue 8 additions, 2 deletions...pts/runner/components/runner_registration_token_reset.vue
- app/assets/javascripts/runner/components/runner_update_form.vue 12 additions, 7 deletions...sets/javascripts/runner/components/runner_update_form.vue
- app/assets/javascripts/runner/constants.js 1 addition, 0 deletionsapp/assets/javascripts/runner/constants.js
- app/assets/javascripts/runner/graphql/runner_delete.mutation.graphql 0 additions, 0 deletions...javascripts/runner/graphql/runner_delete.mutation.graphql
- app/assets/javascripts/runner/runner_details/runner_details_app.vue 24 additions, 7 deletions.../javascripts/runner/runner_details/runner_details_app.vue
- app/assets/javascripts/runner/runner_list/runner_list_app.vue 12 additions, 11 deletions...assets/javascripts/runner/runner_list/runner_list_app.vue
- app/assets/javascripts/runner/sentry_utils.js 20 additions, 0 deletionsapp/assets/javascripts/runner/sentry_utils.js
- locale/gitlab.pot 3 additions, 0 deletionslocale/gitlab.pot
- spec/frontend/runner/components/cells/runner_actions_cell_spec.js 180 additions, 54 deletions...ntend/runner/components/cells/runner_actions_cell_spec.js
- spec/frontend/runner/components/runner_registration_token_reset_spec.js 19 additions, 6 deletions...runner/components/runner_registration_token_reset_spec.js
- spec/frontend/runner/components/runner_update_form_spec.js 16 additions, 5 deletionsspec/frontend/runner/components/runner_update_form_spec.js
- spec/frontend/runner/runner_detail/runner_details_app_spec.js 24 additions, 3 deletions.../frontend/runner/runner_detail/runner_details_app_spec.js
- spec/frontend/runner/runner_list/runner_list_app_spec.js 13 additions, 10 deletionsspec/frontend/runner/runner_list/runner_list_app_spec.js
- spec/frontend/runner/sentry_utils_spec.js 39 additions, 0 deletionsspec/frontend/runner/sentry_utils_spec.js
File moved
spec/frontend/runner/sentry_utils_spec.js
0 → 100644
Please register or sign in to comment