gitlab-org--gitlab-foss/spec/controllers/groups
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
..
settings Simplify runner registration token resetting 2018-10-04 08:37:01 +02:00
avatars_controller_spec.rb Make all uses of `fixture_file_upload` use relative paths 2018-06-07 09:54:41 -05:00
boards_controller_spec.rb Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
children_controller_spec.rb Preload ancestors for subgroups matching filter 2018-01-22 17:02:04 +01:00
group_members_controller_spec.rb Bugfix: User can't change the access level of an access requester 2017-12-11 09:53:31 -05:00
labels_controller_spec.rb Allow to include also descendant group labels 2018-03-02 11:44:18 +01:00
milestones_controller_spec.rb Allow to delete group milestones 2018-08-06 17:31:47 -03:00
runners_controller_spec.rb Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
shared_projects_controller_spec.rb Hide archived projects from `shared_projects` 2018-06-04 17:43:13 +02:00
uploads_controller_spec.rb Add workhorse authorize method for project/group uploads 2018-06-18 09:11:02 +02:00
variables_controller_spec.rb Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00