-
- Downloads
Paginate group runners in CI/CD settings
This change prevents large group runner datasets from impacting performance in the CI/CD settings page by enabling paginating them. Users will be able to locate group runners in the list via pagination. A small font size issue in the available runners label is fixed as well. Changelog: fixed
parent
09b2710c
No related branches found
No related tags found
Showing
- app/controllers/projects/settings/ci_cd_controller.rb 3 additions, 1 deletionapp/controllers/projects/settings/ci_cd_controller.rb
- app/views/projects/runners/_group_runners.html.haml 6 additions, 4 deletionsapp/views/projects/runners/_group_runners.html.haml
- app/views/projects/runners/_shared_runners.html.haml 1 addition, 1 deletionapp/views/projects/runners/_shared_runners.html.haml
- spec/controllers/projects/settings/ci_cd_controller_spec.rb 23 additions, 8 deletionsspec/controllers/projects/settings/ci_cd_controller_spec.rb
- spec/features/runners_spec.rb 32 additions, 2 deletionsspec/features/runners_spec.rb
-
mentioned in merge request kubitus-project/kubitus-installer!1748 (merged)
Please register or sign in to comment