-
- Downloads
Migrate usage CiRunner.active to CiRunner.paused
The "paused" field is preferred to "active" in the CiRunner GraphQL API since 14.8, this change updates our queries to use it.
parent
b7027a74
No related branches found
No related tags found
Showing
- app/assets/javascripts/ci/runner/components/cells/runner_status_cell.vue 1 addition, 1 deletion...scripts/ci/runner/components/cells/runner_status_cell.vue
- app/assets/javascripts/ci/runner/components/runner_header.vue 0 additions, 3 deletions...assets/javascripts/ci/runner/components/runner_header.vue
- app/assets/javascripts/ci/runner/components/runner_pause_button.vue 8 additions, 8 deletions.../javascripts/ci/runner/components/runner_pause_button.vue
- app/assets/javascripts/ci/runner/components/runner_update_form.vue 1 addition, 6 deletions...s/javascripts/ci/runner/components/runner_update_form.vue
- app/assets/javascripts/ci/runner/graphql/edit/runner_fields_shared.fragment.graphql 1 addition, 1 deletion...runner/graphql/edit/runner_fields_shared.fragment.graphql
- app/assets/javascripts/ci/runner/graphql/list/list_item_shared.fragment.graphql 1 addition, 1 deletion.../ci/runner/graphql/list/list_item_shared.fragment.graphql
- app/assets/javascripts/ci/runner/graphql/shared/runner_toggle_paused.mutation.graphql 2 additions, 2 deletions...nner/graphql/shared/runner_toggle_paused.mutation.graphql
- app/assets/javascripts/ci/runner/graphql/show/runner_details_shared.fragment.graphql 1 addition, 1 deletion...unner/graphql/show/runner_details_shared.fragment.graphql
- app/assets/javascripts/ci/runner/runner_update_form_utils.js 2 additions, 2 deletionsapp/assets/javascripts/ci/runner/runner_update_form_utils.js
- spec/frontend/ci/runner/components/cells/runner_status_cell_spec.js 2 additions, 2 deletions...end/ci/runner/components/cells/runner_status_cell_spec.js
- spec/frontend/ci/runner/components/runner_delete_button_spec.js 1 addition, 1 deletion...rontend/ci/runner/components/runner_delete_button_spec.js
- spec/frontend/ci/runner/components/runner_list_spec.js 0 additions, 2 deletionsspec/frontend/ci/runner/components/runner_list_spec.js
- spec/frontend/ci/runner/components/runner_pause_button_spec.js 20 additions, 20 deletions...frontend/ci/runner/components/runner_pause_button_spec.js
- spec/frontend/ci/runner/components/runner_update_form_spec.js 3 additions, 3 deletions.../frontend/ci/runner/components/runner_update_form_spec.js
- spec/frontend/ci/runner/runner_update_form_utils_spec.js 2 additions, 2 deletionsspec/frontend/ci/runner/runner_update_form_utils_spec.js
Please register or sign in to comment