-
- Downloads
There was an error fetching the commit references. Please try again later.
Simplify runner registration token resetting
This icommit adds several changes related to the same topic - resetting a Runner registration token: 1. On Project settings page it adds a button for resetting the registration token and it removes the Runner token field that was confusing all GitLab users. 2. On Group settings page it adds the same button for resetting the registration token. 3. On Admin Runners settings page it moves the button to the same place as in Project and Group settings and it changes slightly the page layout to make it more similar to Group and Project setting pages. 4. It refactorizes a little the partial that prints runner registration description. Thanks to this Project, Group and Admin settings of the Runner are re-using the same code to generate the button. 5. Updates the translations of changed text.
parent
dfb9ac3a
No related branches found
No related tags found
Showing
- app/controllers/admin/application_settings_controller.rb 2 additions, 1 deletionapp/controllers/admin/application_settings_controller.rb
- app/controllers/groups/settings/ci_cd_controller.rb 7 additions, 0 deletionsapp/controllers/groups/settings/ci_cd_controller.rb
- app/controllers/projects/settings/ci_cd_controller.rb 7 additions, 0 deletionsapp/controllers/projects/settings/ci_cd_controller.rb
- app/views/admin/runners/index.html.haml 90 additions, 93 deletionsapp/views/admin/runners/index.html.haml
- app/views/ci/runner/_how_to_setup_runner.html.haml 4 additions, 0 deletionsapp/views/ci/runner/_how_to_setup_runner.html.haml
- app/views/ci/runner/_how_to_setup_shared_runner.html.haml 0 additions, 3 deletionsapp/views/ci/runner/_how_to_setup_shared_runner.html.haml
- app/views/ci/runner/_how_to_setup_specific_runner.html.haml 0 additions, 26 deletionsapp/views/ci/runner/_how_to_setup_specific_runner.html.haml
- app/views/groups/runners/_group_runners.html.haml 3 additions, 1 deletionapp/views/groups/runners/_group_runners.html.haml
- app/views/projects/runners/_specific_runners.html.haml 28 additions, 2 deletionsapp/views/projects/runners/_specific_runners.html.haml
- app/views/projects/settings/ci_cd/_form.html.haml 0 additions, 10 deletionsapp/views/projects/settings/ci_cd/_form.html.haml
- app/views/projects/settings/ci_cd/show.html.haml 1 addition, 1 deletionapp/views/projects/settings/ci_cd/show.html.haml
- config/routes/admin.rb 1 addition, 1 deletionconfig/routes/admin.rb
- config/routes/group.rb 3 additions, 1 deletionconfig/routes/group.rb
- config/routes/project.rb 1 addition, 0 deletionsconfig/routes/project.rb
- locale/ar_SA/gitlab.po 1 addition, 1 deletionlocale/ar_SA/gitlab.po
- locale/bg/gitlab.po 1 addition, 1 deletionlocale/bg/gitlab.po
- locale/ca_ES/gitlab.po 1 addition, 1 deletionlocale/ca_ES/gitlab.po
- locale/cs_CZ/gitlab.po 1 addition, 1 deletionlocale/cs_CZ/gitlab.po
- locale/da_DK/gitlab.po 1 addition, 1 deletionlocale/da_DK/gitlab.po
- locale/de/gitlab.po 1 addition, 1 deletionlocale/de/gitlab.po
Please register or sign in to comment