Commit Graph

15 Commits

Author SHA1 Message Date
GitLab Bot fe29f106cd Add latest changes from gitlab-org/gitlab@master 2020-07-17 09:09:43 +00:00
GitLab Bot b3e0658cb1 Add latest changes from gitlab-org/gitlab@master 2019-09-19 09:06:27 +00:00
GitLab Bot 80f61b4035 Add latest changes from gitlab-org/gitlab@master 2019-09-18 14:02:45 +00:00
George Tsiolis 29acc3b419 Update string structure for group runners 2019-01-09 22:11:18 +00:00
Tomasz Maczukin 42af229510
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.
2018-10-04 08:37:01 +02:00
Clement Ho 4d6f6f9347 Convert remaining pull-* to float-* 2018-05-29 18:54:05 -05:00
Dylan Griffith 0f7c38f07c Add more i18n for runner pages 2018-05-09 09:37:51 +02:00
Kamil Trzciński 0c57782c8e Add internalization 2018-05-07 15:53:38 +02:00
Dylan Griffith 131ca31b23 Add a comment about implementing proper policies for group runner permissions 2018-05-07 14:06:29 +02:00
Dylan Griffith 8f29d9c6ee Extract shared partial app/views/shared/runners/_runner_description.html.haml 2018-05-07 08:54:08 +02:00
Dylan Griffith 4ec95dc404 Share _form and show for project, instance and group runners 2018-05-07 08:54:08 +02:00
Dylan Griffith bb7597ef7d Add ip address and timeout to group runner views 2018-05-07 08:54:08 +02:00
Dylan Griffith 5ad7b73ec5 Ensure the group runner setup steps are visible even after runners have been added (#10244) 2018-05-07 08:54:07 +02:00
Dylan Griffith 91f358942e Allow to pause,resume,show,edit,destroy group runners (#10244) 2018-05-07 08:54:07 +02:00
Dylan Griffith c1b8c65fee Allow setting up group runners in group CI/CD settings (#10244) 2018-05-07 08:54:07 +02:00