-
- Downloads
Refactor runner utils functions
This change moves a few pagination and lists reusable logic to a utils file that can be tested in a isolation.
parent
55f21346
No related branches found
No related tags found
Showing
- app/assets/javascripts/runner/components/runner_list.vue 3 additions, 23 deletionsapp/assets/javascripts/runner/components/runner_list.vue
- app/assets/javascripts/runner/components/runner_projects.vue 2 additions, 11 deletionsapp/assets/javascripts/runner/components/runner_projects.vue
- app/assets/javascripts/runner/runner_search_utils.js 12 additions, 14 deletionsapp/assets/javascripts/runner/runner_search_utils.js
- app/assets/javascripts/runner/utils.js 72 additions, 0 deletionsapp/assets/javascripts/runner/utils.js
- spec/frontend/runner/admin_runner_show/admin_runner_show_app_spec.js 2 additions, 5 deletions...nd/runner/admin_runner_show/admin_runner_show_app_spec.js
- spec/frontend/runner/components/runner_details_spec.js 71 additions, 62 deletionsspec/frontend/runner/components/runner_details_spec.js
- spec/frontend/runner/utils_spec.js 65 additions, 0 deletionsspec/frontend/runner/utils_spec.js
app/assets/javascripts/runner/utils.js
0 → 100644
spec/frontend/runner/utils_spec.js
0 → 100644
Please register or sign in to comment